From: Jaroslav Kysela Date: Sat, 23 Nov 2019 14:44:19 +0000 (+0100) Subject: sof-hda-dsp: rename PlaybackMixerId to PlaybackMixerID (per use-case.h) X-Git-Tag: v1.2.1.2~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2e1f989533fec6077a07dc75f697d3f5e7060bed;p=alsa-ucm-conf.git sof-hda-dsp: rename PlaybackMixerId to PlaybackMixerID (per use-case.h) Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/sof-hda-dsp/HiFi.conf b/ucm2/sof-hda-dsp/HiFi.conf index 2d17cd7..b93e0e4 100644 --- a/ucm2/sof-hda-dsp/HiFi.conf +++ b/ucm2/sof-hda-dsp/HiFi.conf @@ -20,7 +20,7 @@ SectionDevice."Headphone" { Value { PlaybackPCM "hw:${CardId},0" - PlaybackMixerId "Headphone" + PlaybackMixerID "Headphone" PlaybackVolume "Headphone Playback Volume" PlaybackSwitch "Headphone Playback Switch" PlaybackChannels "2" @@ -67,7 +67,7 @@ SectionDevice."Speaker" { Value { PlaybackPCM "hw:${CardId},0" - PlaybackMixerId "Speaker" + PlaybackMixerID "Speaker" PlaybackVolume "Speaker Playback Volume" PlaybackSwitch "Speaker Playback Switch" PlaybackChannels "2" @@ -100,7 +100,7 @@ If.1 { Value { PlaybackPCM "hw:${CardId},0" - PlaybackMixerId "Speaker" + PlaybackMixerID "Speaker" PlaybackVolume "Speaker Playback Volume" PlaybackSwitch "Speaker Playback Switch" PlaybackChannels "2" @@ -114,7 +114,7 @@ SectionDevice."HeadsetMic" { Value { CapturePCM "hw:${CardId},0" - CaptureMixerId "Capture" + CaptureMixerID "Capture" CaptureVolume "Capture Volume" CaptureSwitch "Capture Switch" CaptureChannels "2" @@ -131,7 +131,7 @@ SectionDevice."DigitalMic" { Value { CapturePCM "hw:${CardId},6" - CaptureMixerId "Dmic0 Capture" + CaptureMixerID "Dmic0 Capture" CaptureVolume "Dmic0 Capture Volume" CaptureSwitch "Dmic0 Capture Switch" CaptureChannels "2"