diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-23 23:26:49 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-23 23:26:49 +0200 |
commit | fe53effb06fac167dd734f05f57729c64f197132 (patch) | |
tree | 08a8d2b97590e403a3e3748f2e18ec4d3af558ee /configs | |
parent | 5fecba1e68e1967f5979bd97817b75bad11ee225 (diff) | |
download | device_samsung_espressowifi-fe53effb06fac167dd734f05f57729c64f197132.zip device_samsung_espressowifi-fe53effb06fac167dd734f05f57729c64f197132.tar.gz device_samsung_espressowifi-fe53effb06fac167dd734f05f57729c64f197132.tar.bz2 |
add 48000 to supported input samplerates to match codec conf
Diffstat (limited to 'configs')
-rw-r--r-- | configs/audio_policy.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/audio_policy.conf b/configs/audio_policy.conf index e11d756..f483979 100644 --- a/configs/audio_policy.conf +++ b/configs/audio_policy.conf @@ -37,7 +37,7 @@ audio_hw_modules { flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER } hdmi { - sampling_rates 44100 + sampling_rates 44100|48000 channel_masks dynamic formats AUDIO_FORMAT_PCM_16_BIT devices AUDIO_DEVICE_OUT_AUX_DIGITAL @@ -46,7 +46,7 @@ audio_hw_modules { } inputs { primary { - sampling_rates 8000|11025|16000|22050|24000|32000|44100 + sampling_rates 8000|11025|16000|22050|24000|32000|44100|48000 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 |