ucm2: Qualcomm: fix device ids for surface pro 12in
Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/768 Signed-off-by: Harrison Vanderbyl <harrison.vanderbyl@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
32bc567406
commit
9577cd3112
1 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
SectionVerb {
|
||||
EnableSequence [
|
||||
cset "name='WSA_CODEC_DMA_RX_0 Audio Mixer MultiMedia2' 1"
|
||||
cset "name='MultiMedia4 Mixer VA_CODEC_DMA_TX_0' 1"
|
||||
cset "name='WSA_CODEC_DMA_RX_0 Audio Mixer MultiMedia1' 1"
|
||||
cset "name='MultiMedia2 Mixer VA_CODEC_DMA_TX_0' 1"
|
||||
]
|
||||
|
||||
Include.wsae.File "/codecs/wsa884x/two-speakers/DefaultEnableSeq.conf"
|
||||
|
|
@ -25,7 +25,7 @@ SectionDevice."Speaker" {
|
|||
Value {
|
||||
PlaybackChannels 2
|
||||
PlaybackPriority 100
|
||||
PlaybackPCM "hw:${CardId},1"
|
||||
PlaybackPCM "hw:${CardId},0"
|
||||
PlaybackMixer "default:${CardId}"
|
||||
PlaybackMixerElem "Speakers"
|
||||
}
|
||||
|
|
@ -41,6 +41,6 @@ SectionDevice."Mic" {
|
|||
|
||||
Value {
|
||||
CapturePriority 100
|
||||
CapturePCM "hw:${CardId},3"
|
||||
CapturePCM "hw:${CardId},1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue