summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-08-18 15:49:47 -0700
committerSimon Wilson <simonwilson@google.com>2011-08-18 15:49:50 -0700
commitc7476d294c1bbccca3ccb826d1583c080e61432e (patch)
treec603282e353339fbacd59613bf059b0d4882faa5 /audio
parentbb6a36d2054cc8f2eb1981b384879790fd21008f (diff)
downloaddevice_samsung_tuna-c7476d294c1bbccca3ccb826d1583c080e61432e.zip
device_samsung_tuna-c7476d294c1bbccca3ccb826d1583c080e61432e.tar.gz
device_samsung_tuna-c7476d294c1bbccca3ccb826d1583c080e61432e.tar.bz2
audio: reduce headset volume
The headset volume needs to be reduced for two reasons: 1. Loud volumes trigger headset detection interrupts. 2. The current volume can damage hearing even on low sensitivity and high impedance headphones. Change-Id: I639bc8bc1505b6d2f22a8f5581c16583a721770c
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 0dc65ca..22d1420 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -156,7 +156,7 @@ struct route_setting defaults[] = {
},
{
.ctl_name = MIXER_HEADSET_PLAYBACK_VOLUME,
- .intval = 13,
+ .intval = 9,
},
{
.ctl_name = MIXER_EARPHONE_PLAYBACK_VOLUME,