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

Commit 1b634aec authored by Divya Narayanan Poojary's avatar Divya Narayanan Poojary
Browse files

audio: config: updated sample rate for direct pcm

Removed unsupported sample rate in direct pcm for 8992/94

Change-Id: I740843181b837b4221a02b857af516bc455667da
CRs-fixed: 1070477
parent d04cbc7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,14 +62,14 @@ outputs {
  direct_pcm_16 {
    flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_DIRECT_PCM
    formats AUDIO_FORMAT_PCM_16_BIT|AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT
    sampling_rates 44100|48000|96000|192000
    sampling_rates 48000
    bit_width 16
    app_type 69936
  }
  direct_pcm_24 {
    flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_DIRECT_PCM
    formats AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT
    sampling_rates 44100|48000|96000|192000
    sampling_rates 48000|96000|192000
    bit_width 24
    app_type 69940
  }
+2 −2
Original line number Diff line number Diff line
@@ -62,14 +62,14 @@ outputs {
  direct_pcm_16 {
    flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_DIRECT_PCM
    formats AUDIO_FORMAT_PCM_16_BIT|AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT
    sampling_rates 44100|48000|96000|192000
    sampling_rates 48000
    bit_width 16
    app_type 69936
  }
  direct_pcm_24 {
    flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_DIRECT_PCM
    formats AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT
    sampling_rates 44100|48000|96000|192000
    sampling_rates 48000|96000|192000
    bit_width 24
    app_type 69940
  }