summaryrefslogtreecommitdiffstats
path: root/libaudio/AudioHardware.h
diff options
context:
space:
mode:
authorUK KIM <w0806.kim@samsung.com>2011-02-19 04:08:30 +0900
committerSimon Wilson <simonwilson@google.com>2011-03-03 17:02:41 -0800
commitd7657374cb9debe9e4763a5f9dce8b5088f82884 (patch)
tree9997863c87a347ed5ebfdc9ab6adc1c85b3e5930 /libaudio/AudioHardware.h
parent1c87a6f0e59ddb9110de4795439a36d00ae70638 (diff)
downloaddevice_samsung_crespo-d7657374cb9debe9e4763a5f9dce8b5088f82884.zip
device_samsung_crespo-d7657374cb9debe9e4763a5f9dce8b5088f82884.tar.gz
device_samsung_crespo-d7657374cb9debe9e4763a5f9dce8b5088f82884.tar.bz2
SOUND: set incall volume when user starts call.
modem side doesn't store volume setting when device is rebooted. When audio mode is incall, set current voice volume to modem. Current incall volume is stored when upper layer sets or AudioService is started. Change-Id: Icfeb0273dda55354e207d464884ef99f41c5fdec Signed-off-by: UK KIM <w0806.kim@samsung.com>
Diffstat (limited to 'libaudio/AudioHardware.h')
-rw-r--r--libaudio/AudioHardware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libaudio/AudioHardware.h b/libaudio/AudioHardware.h
index a23e6c9..c4f04e8 100644
--- a/libaudio/AudioHardware.h
+++ b/libaudio/AudioHardware.h
@@ -119,6 +119,8 @@ public:
status_t setInputSource_l(audio_source source);
+ void setVoiceVolume_l(float volume);
+
static uint32_t getInputSampleRate(uint32_t sampleRate);
sp <AudioStreamInALSA> getActiveInput_l();
@@ -154,6 +156,7 @@ private:
uint32_t mPcmOpenCnt;
uint32_t mMixerOpenCnt;
bool mInCallAudioMode;
+ float mVoiceVol;
audio_source mInputSource;
bool mBluetoothNrec;