summaryrefslogtreecommitdiff
path: root/bcm2835/hdmi
diff options
context:
space:
mode:
authorLee Hackseung <lhs@dignsys.com>2017-09-21 16:14:57 +0900
committerjaechul lee <jcsing.lee@samsung.com>2017-09-24 23:58:04 +0000
commit350d254ed380bd4ea143e29d9b9ae2cbd77c5c29 (patch)
treed6c831a9bd2aeb63b13a3eb12091b4051887b17f /bcm2835/hdmi
parentc98d1105e13d4ca9cca338c98c54f39b7a3bcac4 (diff)
downloadalsa-ucm-conf-rpi3-accepted/tizen_4.0_unified.tar.gz
alsa-ucm-conf-rpi3-accepted/tizen_4.0_unified.tar.bz2
alsa-ucm-conf-rpi3-accepted/tizen_4.0_unified.zip
Delete HDMI verb and move the HDMI device into the HiFi verb. Move the volume control into the SectionVerb. tested: alsaucm -c bcm2835 set _verb HiFi set _enadev Speaker alsaucm -c bcm2835 set _verb Hifi set _enadev HDMI Change-Id: I2a5244ad47c09ccd1b37bdee3272f6ca2eff8af1 Signed-off-by: Hackseung Lee <lhs@dignsys.com>
Diffstat (limited to 'bcm2835/hdmi')
-rw-r--r--bcm2835/hdmi25
1 files changed, 0 insertions, 25 deletions
diff --git a/bcm2835/hdmi b/bcm2835/hdmi
deleted file mode 100644
index 8d825c5..0000000
--- a/bcm2835/hdmi
+++ /dev/null
@@ -1,25 +0,0 @@
-SectionVerb {
- EnableSequence [
- ]
- DisableSequence [
- ]
-
- Value {
- TQ "Music"
- PlaybackCTL "hw:1"
- }
-}
-
-SectionDevice."HDMI" {
- Comment "HDMI AUDIO"
-
- EnableSequence [
- ]
-
- DisableSequence [
- ]
-
- Value {
- PlaybackPCM "hw:1,1"
- }
-}