summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorBrint E. Kriebel <bkriebel@vmware.com>2012-02-26 15:22:05 -0700
committerBrint E. Kriebel <bkriebel@vmware.com>2012-07-11 11:41:12 -0600
commitb56ee1a413a1f788ffc67e16110069aaaebd1c34 (patch)
tree8763e8ee5ac8e28e5c85a751214433ba25672d27 /audio
parent67b6004ff7094e6c983e865ff3dbdfa195838c6d (diff)
downloaddevice_samsung_tuna-b56ee1a413a1f788ffc67e16110069aaaebd1c34.zip
device_samsung_tuna-b56ee1a413a1f788ffc67e16110069aaaebd1c34.tar.gz
device_samsung_tuna-b56ee1a413a1f788ffc67e16110069aaaebd1c34.tar.bz2
audio: allow louder output on speaker for toro
The volume for media was not in sync with speaker phone and was too quiet. Change-Id: I2e18a75e85335f4f2b82dc8532551a3690f99890
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 34387b8..b39fcd9 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -1,4 +1,5 @@
/*
+ * Portions Copyright (C) 2012 VMware, Inc. All Rights Reserved.
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -256,7 +257,7 @@
#define VOICE_CALL_HEADSET_MIC_VOLUME 8
/* use-case specific output volumes */
-#define NORMAL_SPEAKER_VOLUME_TORO 4
+#define NORMAL_SPEAKER_VOLUME_TORO 9
#define NORMAL_SPEAKER_VOLUME_MAGURO 7
#define NORMAL_HEADSET_VOLUME_TORO -12
#define NORMAL_HEADSET_VOLUME_MAGURO -12