]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: mt8195-sof: Fix wrong JackControl for headphone
authorNícolas F. R. A. Prado <nfraprado@collabora.com>
Thu, 22 Sep 2022 23:58:41 +0000 (19:58 -0400)
committerJaroslav Kysela <perex@perex.cz>
Mon, 3 Oct 2022 07:59:22 +0000 (09:59 +0200)
The value set for the headphone's JackControl doesn't match any jack
control available. Change it to the right one.

Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/218
Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/MediaTek/mt8195-sof/mt6359-rt1019-rt5682/HiFi.conf

index aa7c9b62f98d4a8ade1f14bc195770c2cc48f9af..762c8078325f2ba6b00f5306955a2b3f7eae7e6a 100644 (file)
@@ -46,7 +46,7 @@ SectionDevice."Headphones" {
        Value {
                PlaybackPriority 200
                PlaybackPCM "hw:${CardId},17"
-               JackControl "sof-mt8195_r1019_5682 Headset Jack"
+               JackControl "Headphone Jack"
        }
 }