From de1bb7dfcb6f5c68bea271679a5848e1442ebecd Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 31 Oct 2019 18:34:43 +0100 Subject: [PATCH] sof-hda-dsp: add ValueDefaults sections with correct CTL devices Signed-off-by: Jaroslav Kysela --- .../LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC.conf | 5 +++++ ucm/sof-hda-dsp/sof-hda-dsp.conf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ucm/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC.conf b/ucm/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC.conf index a6ff1d9..0e159d4 100644 --- a/ucm/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC.conf +++ b/ucm/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC.conf @@ -7,3 +7,8 @@ SectionUseCase."Hdmi" { File "../sof-hda-dsp/Hdmi.conf" Comment "Play to HDMI/DP" } + +ValueDefaults { + PlaybackCTL "hw:sofhdadsp" + CaptureCTL "hw:sofhdadsp" +} diff --git a/ucm/sof-hda-dsp/sof-hda-dsp.conf b/ucm/sof-hda-dsp/sof-hda-dsp.conf index 9cc557a..add60cc 100644 --- a/ucm/sof-hda-dsp/sof-hda-dsp.conf +++ b/ucm/sof-hda-dsp/sof-hda-dsp.conf @@ -7,3 +7,8 @@ SectionUseCase."Hdmi" { File "Hdmi.conf" Comment "Play to HDMI/DP" } + +ValueDefaults { + PlaybackCTL "hw:sofhdadsp" + CaptureCTL "hw:sofhdadsp" +} -- 2.47.1