From 2e1f989533fec6077a07dc75f697d3f5e7060bed Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 23 Nov 2019 15:44:19 +0100 Subject: [PATCH] sof-hda-dsp: rename PlaybackMixerId to PlaybackMixerID (per use-case.h) Signed-off-by: Jaroslav Kysela --- ucm2/sof-hda-dsp/HiFi.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" -- 2.47.1