diff options
author | Eric Laurent <elaurent@google.com> | 2012-06-13 16:54:16 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2012-06-13 16:54:16 -0700 |
commit | 907fa5537635e65edafff793f4c85336f3db05b2 (patch) | |
tree | d530419a6c71565e075ba5abe96855c7f5b4401a /libaudio | |
parent | d3cffa5cdf912e7d5e66582a2c3d579708cac929 (diff) | |
download | device_samsung_crespo-907fa5537635e65edafff793f4c85336f3db05b2.zip device_samsung_crespo-907fa5537635e65edafff793f4c85336f3db05b2.tar.gz device_samsung_crespo-907fa5537635e65edafff793f4c85336f3db05b2.tar.bz2 |
libaudio: add 32000 Hz capture sampling rate
Bug 6615379.
Change-Id: I344395d707bc842de20e8c9e91136f5b6d19dc3e
Diffstat (limited to 'libaudio')
-rw-r--r-- | libaudio/audio_policy.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaudio/audio_policy.conf b/libaudio/audio_policy.conf index 2c2c590..9e980a0 100644 --- a/libaudio/audio_policy.conf +++ b/libaudio/audio_policy.conf @@ -32,7 +32,7 @@ audio_hw_modules { } inputs { primary { - sampling_rates 8000|11025|16000|22050|44100 + sampling_rates 8000|11025|16000|22050|32000|44100 channel_masks AUDIO_CHANNEL_IN_MONO|AUDIO_CHANNEL_IN_STEREO formats AUDIO_FORMAT_PCM_16_BIT devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_WIRED_HEADSET |