From: Jaroslav Kysela Date: Thu, 31 Oct 2019 17:34:43 +0000 (+0100) Subject: sof-hda-dsp: add ValueDefaults sections with correct CTL devices X-Git-Tag: v1.2.1~20 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=de1bb7dfcb6f5c68bea271679a5848e1442ebecd;p=alsa-ucm-conf.git sof-hda-dsp: add ValueDefaults sections with correct CTL devices Signed-off-by: Jaroslav Kysela --- 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" +}