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
commit46650400dd01713441bae775aae54e4fd4950ab9 (patch)
tree48566525e21f725ea8a798f897657f586542337b /audio
parent1eed2d18e6732f779f9e1c512ee6efe02837a725 (diff)
downloaddevice_samsung_tuna-46650400dd01713441bae775aae54e4fd4950ab9.zip
device_samsung_tuna-46650400dd01713441bae775aae54e4fd4950ab9.tar.gz
device_samsung_tuna-46650400dd01713441bae775aae54e4fd4950ab9.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,