Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 826b130e authored by kunleiz's avatar kunleiz
Browse files

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
parent 62be4050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  }