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

Commit 974e3a11 authored by Ben Romberger's avatar Ben Romberger
Browse files

configs: Add 16 bit record and record app types

Add entry for 16 bit record use case. Add new
app types for both 24 bit and 32 bit record.
Different app types are needed for correct
selection of bit width.

Change-Id: I58d7005a5fe61a57bab60f0df750ed3a9b84f853
CRs-Fixed: 2322973
parent 31e45877
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -84,16 +84,22 @@ outputs {
}

inputs {
  record_16bit {
    formats AUDIO_FORMAT_PCM_16_BIT
    sampling_rates 8000|16000|32000|44100|48000|88200|96000|176400|192000
    bit_width 16
    app_type 69938
  }
  record_24bit {
    formats AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_24_BIT
    sampling_rates 44100|48000|88200|96000|176400|192000
    bit_width 24
    app_type 69938
    app_type 69948
  }
  record_32bit {
    formats AUDIO_FORMAT_PCM_32_BIT|AUDIO_FORMAT_PCM_FLOAT
    sampling_rates 44100|48000|88200|96000|176400|192000
    bit_width 32
    app_type 69938
    app_type 69949
  }
}