]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
sof-hda-dsp: add ValueDefaults sections with correct CTL devices
authorJaroslav Kysela <perex@perex.cz>
Thu, 31 Oct 2019 17:34:43 +0000 (18:34 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Nov 2019 09:03:30 +0000 (10:03 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC/LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC.conf
ucm/sof-hda-dsp/sof-hda-dsp.conf

index a6ff1d956a3b341517624a9d46b3850e9fc85fa5..0e159d482d87ca7d715493e6bf38bb9a1f1210f2 100644 (file)
@@ -7,3 +7,8 @@ SectionUseCase."Hdmi" {
        File "../sof-hda-dsp/Hdmi.conf"
        Comment "Play to HDMI/DP"
 }
+
+ValueDefaults {
+       PlaybackCTL "hw:sofhdadsp"
+       CaptureCTL "hw:sofhdadsp"
+}
index 9cc557ab1e0ea1c5e8d05c2419b9af561ccf3f03..add60cc586cf7187e1988cda9e4948650dd703e7 100644 (file)
@@ -7,3 +7,8 @@ SectionUseCase."Hdmi" {
        File "Hdmi.conf"
        Comment "Play to HDMI/DP"
 }
+
+ValueDefaults {
+       PlaybackCTL "hw:sofhdadsp"
+       CaptureCTL "hw:sofhdadsp"
+}