From 2f27f7ba0a4298612738c3c63455ac968bb47e38 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 18 May 2021 19:31:10 +0200 Subject: [PATCH] rt715: add the missing sof prefix to the hw control name Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/67 Signed-off-by: Jaroslav Kysela --- ucm2/sof-soundwire/rt715.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm2/sof-soundwire/rt715.conf b/ucm2/sof-soundwire/rt715.conf index 3b191bd..a733c08 100644 --- a/ucm2/sof-soundwire/rt715.conf +++ b/ucm2/sof-soundwire/rt715.conf @@ -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" } -- 2.47.1