diff options
author | Lee Hackseung <lhs@dignsys.com> | 2017-09-21 16:14:57 +0900 |
---|---|---|
committer | jaechul lee <jcsing.lee@samsung.com> | 2017-09-24 23:58:04 +0000 |
commit | 350d254ed380bd4ea143e29d9b9ae2cbd77c5c29 (patch) | |
tree | d6c831a9bd2aeb63b13a3eb12091b4051887b17f /bcm2835/hdmi | |
parent | c98d1105e13d4ca9cca338c98c54f39b7a3bcac4 (diff) | |
download | alsa-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 |
ucm: delete HDMI verb.tizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_5.0/20181101.000001submit/tizen_4.0/20170925.002557submit/tizen/20170925.002540accepted/tizen/unified/20170925.071500accepted/tizen/5.0/unified/20181102.012128accepted/tizen/4.0/unified/20170925.071936tizen_5.0tizen_4.0accepted/tizen_5.0_unifiedaccepted/tizen_4.0_unified
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/hdmi | 25 |
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" - } -} |