summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-09-26 11:35:48 -0700
committerEric Laurent <elaurent@google.com>2013-09-26 11:35:48 -0700
commit12ec77a5f320ed0a185950e89e659f21584b15a9 (patch)
tree1964cfa0caecefb6233ee70af85b09a91f4438b0
parentb659b5d8ce1e33b59cf2574e338ddeb34551646c (diff)
downloadmanta-12ec77a5f320ed0a185950e89e659f21584b15a9.tar.gz
audio: fix remote submix sampling rates
Only list 48000 Hz in supported sampling rates for remote submix output and input stream profiles to avoid mismatch betwen playback and capture. Bug: 10900252. Change-Id: I428c8876d5a2d721e88d17f806f546439028fa5a
-rw-r--r--audio_policy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio_policy.conf b/audio_policy.conf
index 99a6837..3cad223 100644
--- a/audio_policy.conf
+++ b/audio_policy.conf
@@ -82,7 +82,7 @@ audio_hw_modules {
r_submix {
outputs {
submix {
- sampling_rates 44100|48000
+ sampling_rates 48000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_REMOTE_SUBMIX
@@ -90,7 +90,7 @@ audio_hw_modules {
}
inputs {
submix {
- sampling_rates 44100|48000
+ sampling_rates 48000
channel_masks AUDIO_CHANNEL_IN_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_IN_REMOTE_SUBMIX