]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
sof-hda-dsp: rename PlaybackMixerId to PlaybackMixerID (per use-case.h) components
authorJaroslav Kysela <perex@perex.cz>
Sat, 23 Nov 2019 14:44:19 +0000 (15:44 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 23 Nov 2019 14:45:31 +0000 (15:45 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/sof-hda-dsp/HiFi.conf

index 2d17cd736951db629891be4819257cd159fd5653..b93e0e4a019bf6e09e892cd89d72f78d280bf9bc 100644 (file)
@@ -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"