diff options
author | Samyak Jain <samyjain@codeaurora.org> | 2019-01-22 14:58:10 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 21:38:39 +0100 |
commit | a2209dbe44376f21c06d97ea5f0f03a1ebe8fec3 (patch) | |
tree | 21c348005ee116cf3a9ed67e9f27b23328345098 /audio | |
parent | 95a5a374c7eb602364f8529f003cc588115b0735 (diff) |
msm8996-common: configs: Remove 2 instance support for "primary input"
As FM app no longer uses app loopback,
2 instances of "primary input" is not needed
Change-Id: I7d5e941e916bdf221798ca89360e4751d4af322b
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio_policy_configuration.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_policy_configuration.xml b/audio/audio_policy_configuration.xml index 9b0234b..8572a8a 100644 --- a/audio/audio_policy_configuration.xml +++ b/audio/audio_policy_configuration.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<!-- Copyright (c) 2016-2017, The Linux Foundation. All rights reserved +<!-- Copyright (c) 2016-2019, The Linux Foundation. All rights reserved Not a Contribution. --> <!-- Copyright (C) 2015 The Android Open Source Project @@ -137,7 +137,7 @@ samplingRates="8000,16000,32000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/> </mixPort> - <mixPort name="primary input" role="sink" maxOpenCount="2" maxActiveCount="2"> + <mixPort name="primary input" role="sink"> <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000" channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK"/> |