aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2020-01-28 17:57:43 +0100
committerJaroslav Kysela <perex@perex.cz>2020-02-05 13:17:24 +0100
commit9de65f1f733d178be0e61e3c9f37df1031ab6a81 (patch)
treede05b7348f1f81974b66bc68681cdf6064d21be2
parent35c2bba4906a278d876503855c55c2e7f9247616 (diff)
sof-hda-dsp: fix typo (PlaybackMixerMaster -> PlaybackMasterElem)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--ucm2/sof-hda-dsp/HiFi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucm2/sof-hda-dsp/HiFi.conf b/ucm2/sof-hda-dsp/HiFi.conf
index 5c7236d..71cef49 100644
--- a/ucm2/sof-hda-dsp/HiFi.conf
+++ b/ucm2/sof-hda-dsp/HiFi.conf
@@ -21,7 +21,7 @@ SectionDevice."Headphones1" {
PlaybackPriority 200
PlaybackPCM "hw:${CardId},0"
PlaybackMixerElem "Headphone"
- PlaybackMixerMaster "Master"
+ PlaybackMasterElem "Master"
PlaybackVolume "Headphone Playback Volume"
PlaybackSwitch "Headphone Playback Switch"
PlaybackChannels "2"