]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Qualcomm: fix device ids for surface pro 12in
authorHarrison Vanderbyl <harrison.vanderbyl@gmail.com>
Wed, 27 May 2026 02:21:47 +0000 (12:21 +1000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 27 May 2026 11:10:53 +0000 (13:10 +0200)
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>
ucm2/Qualcomm/x1e80100/Surface12in-HiFi.conf

index 7d0bd5eaf7d4679d41372a932dfa51c920beaf8d..7b016322fb8b91d7eada3f7702d2e35a0d20c8df 100644 (file)
@@ -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"
        }
 }