OSDN Git Service

rt715: add the missing sof prefix to the hw control name
authorJaroslav Kysela <perex@perex.cz>
Tue, 18 May 2021 17:31:10 +0000 (19:31 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 18 May 2021 17:31:21 +0000 (19:31 +0200)
Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/67
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/sof-soundwire/rt715.conf

index 3b191bd..a733c08 100644 (file)
@@ -3,9 +3,9 @@
 If.hwctl {
        Condition {
                Type ControlExists
-               Control "name='Capture Volume'"
+               Control "name='rt715 Capture Volume'"
        }
-       True.Define.rt715ctl "Capture"
+       True.Define.rt715ctl "rt715 Capture"
        False.Define.rt715ctl "PGA5.0 5 Master Capture"
 }