aboutsummaryrefslogtreecommitdiff
path: root/ucm2/sof-hda-dsp/HiFi.conf
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2019-11-23 15:44:19 +0100
committerJaroslav Kysela <perex@perex.cz>2019-11-23 15:45:31 +0100
commit2e1f989533fec6077a07dc75f697d3f5e7060bed (patch)
tree9f0df2e9dc631860a4f8b0a33b3e56d6e86b337f /ucm2/sof-hda-dsp/HiFi.conf
parentde82fad297ffb45a43cb3b090ae20154936aff5c (diff)
sof-hda-dsp: rename PlaybackMixerId to PlaybackMixerID (per use-case.h)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'ucm2/sof-hda-dsp/HiFi.conf')
-rw-r--r--ucm2/sof-hda-dsp/HiFi.conf10
1 files 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"