summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'audio/legacy/audio_policy.conf')
-rw-r--r--audio/legacy/audio_policy.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/legacy/audio_policy.conf b/audio/legacy/audio_policy.conf
index a806163..a7f0f30 100644
--- a/audio/legacy/audio_policy.conf
+++ b/audio/legacy/audio_policy.conf
@@ -65,6 +65,14 @@ audio_hw_modules {
65 devices AUDIO_DEVICE_OUT_ALL_A2DP 65 devices AUDIO_DEVICE_OUT_ALL_A2DP
66 } 66 }
67 } 67 }
68 inputs {
69 a2dp {
70 sampling_rates 44100|48000
71 channel_masks AUDIO_CHANNEL_IN_MONO|AUDIO_CHANNEL_IN_STEREO
72 formats AUDIO_FORMAT_PCM_16_BIT
73 devices AUDIO_DEVICE_IN_BLUETOOTH_A2DP
74 }
75 }
68 } 76 }
69 r_submix { 77 r_submix {
70 outputs { 78 outputs {