diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-07-04 19:21:24 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-07-04 19:21:24 +0530 |
commit | fe9d93cf63cfb35f3fc818da4caf052ec60eedb5 (patch) | |
tree | 9d864071cc39e0db6c3eb4e421a3b58f733e9bcc /data/alsa | |
parent | d4116f112ad05502ffe919a7d602b05d1fdfcfe5 (diff) |
ucm: Disable earphones by default
The earphone enable switch should only be switched on when specifically
needed (i.e. when the Earphone device is selected).
Diffstat (limited to 'data/alsa')
-rw-r--r-- | data/alsa/ucm/Tuna/HiFi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/alsa/ucm/Tuna/HiFi b/data/alsa/ucm/Tuna/HiFi index e3f94a6..c4fcc15 100644 --- a/data/alsa/ucm/Tuna/HiFi +++ b/data/alsa/ucm/Tuna/HiFi @@ -26,6 +26,10 @@ SectionVerb { # set ABE capture gains to 0dB cset "name='AMIC UL Volume' 120" + + # Disable Earphone output, leave enabling to device enable + # sequence + cset "name='Earphone Enable Switch' 0" ] DisableSequence [ |