From 46650400dd01713441bae775aae54e4fd4950ab9 Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Thu, 18 Aug 2011 15:49:47 -0700 Subject: 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 --- audio/audio_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/audio_hw.c') 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, -- cgit v1.1