configs: remove unsupported sample rates from primary input
During recording, ADM is opened with sample rates that
COPP is not able to support.
Remove these unsupported sample rates from primary input.
CRs-Fixed: 2260736
Change-Id: I9afa988b273fddcd436ee73c3190f9a882130e96
diff --git a/configs/sdm710/audio_output_policy.conf b/configs/sdm710/audio_output_policy.conf
index d66782e..72003e2 100644
--- a/configs/sdm710/audio_output_policy.conf
+++ b/configs/sdm710/audio_output_policy.conf
@@ -87,7 +87,7 @@
primary {
flags AUDIO_INPUT_FLAG_NONE
formats AUDIO_FORMAT_PCM_16_BIT
- sampling_rates 8000|11025|12000|16000|22050|24000|32000|44100|48000
+ sampling_rates 8000|16000|32000|48000
bit_width 16
app_type 69938
}