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
This commit is contained in:
kunleiz 2018-06-27 14:11:47 +08:00
parent 62be4050ef
commit 826b130ec0
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ inputs {
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
}