aboutsummaryrefslogtreecommitdiff
path: root/ucm
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2019-11-02 09:43:00 +0100
committerJaroslav Kysela <perex@perex.cz>2019-11-04 10:03:40 +0100
commitcdf8a389dd8c0ab53bf43713fbed5ca30dcfed9d (patch)
treeb6d1e7376b9fbbe2811486f7f4a2b1ca42030305 /ucm
parentde1bb7dfcb6f5c68bea271679a5848e1442ebecd (diff)
sof-hda-dsp: fix the volume/switch values in HiFi
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'ucm')
-rw-r--r--ucm/sof-hda-dsp/HiFi.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/ucm/sof-hda-dsp/HiFi.conf b/ucm/sof-hda-dsp/HiFi.conf
index 4ca447d..244bff6 100644
--- a/ucm/sof-hda-dsp/HiFi.conf
+++ b/ucm/sof-hda-dsp/HiFi.conf
@@ -27,8 +27,8 @@ SectionDevice."Headphone" {
Value {
PlaybackPCM "hw:sofhdadsp,0"
- PlaybackVolume "Headphone"
- PlaybackSwitch "Headphone Playback Switch"
+ PlaybackVolume "name='Headphone'"
+ PlaybackSwitch "name='Headphone Playback Switch'"
PlaybackChannels "2"
JackName "sof-hda-dsp Headphone"
JackType "gpio"
@@ -52,8 +52,8 @@ SectionDevice."Speaker" {
Value {
PlaybackPCM "hw:sofhdadsp,0"
- PlaybackVolume "Speaker"
- PlaybackSwitch "Speaker Playback Switch"
+ PlaybackVolume "name='Speaker'"
+ PlaybackSwitch "name='Speaker Playback Switch'"
JackHWMute "Headphone"
PlaybackChannels "2"
}
@@ -76,8 +76,8 @@ SectionDevice."HeadsetMic" {
Value {
CapturePCM "hw:sofhdadsp,0"
- CaptureVolume "Capture"
- CaptureSwitch "Capture Switch"
+ CaptureVolume "name='Capture'"
+ CaptureSwitch "name='Capture Switch'"
CaptureChannels "2"
JackControl "Mic Jack"
}
@@ -100,8 +100,8 @@ SectionDevice."DigitalMic" {
Value {
CapturePCM "hw:sofhdadsp,6"
- CaptureVolume "Dmic0 Capture Volume"
- CaptureSwitch "Dmic0 Capture Switch"
+ CaptureVolume "name='Dmic0 Capture Volume'"
+ CaptureSwitch "name='Dmic0 Capture Switch'"
CaptureChannels "2"
}
}