alsa-lib/src/conf/ucm/DB820c/HDMI
Srinivas Kandagatla 7442c8b9be ucm: Add ucm files for DB820c board
DB820c board is based of MSM8996 Qualcomm SoC, which has support for both
Digital and Analog audio. Digital audio is over HDMI and analog is over
WCD9335 codec via SLIMbus.

Board itself has HDMI port, a 3.5mm audio Jack and an Audio expansion
connector.
This patch adds support for HDMI port and 3.5mm jack.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2019-01-29 14:33:17 +01:00

37 lines
753 B
Text

# Use case configuration for DB820c board.
# Author: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
SectionVerb {
EnableSequence [
cdev "hw:0"
cset "name='HDMI Mixer MultiMedia1' 1"
]
DisableSequence [
cdev "hw:0"
cset "name='HDMI Mixer MultiMedia1' 0"
]
Value {
TQ "HiFi"
PlaybackPCM "plughw:0,0"
}
}
SectionDevice."HDMI-stereo" {
#Name "HDMI-stereo"
Comment "HDMI Digital Stereo Output"
EnableSequence [
cdev "hw:0"
cset "name='HDMI Mixer MultiMedia1' 1"
]
DisableSequence [
cdev "hw:0"
cset "name='HDMI Mixer MultiMedia1' 0"
]
Value {
PlaybackChannels "2"
}
}