configs: Add 16 bit and update 24/32 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. CRs-Fixed: 2433774 Change-Id: I58d7005a5fe61a57bab60f0df750ed3a9b84f853
This commit is contained in:
parent
c53786afcc
commit
f92d0eadac
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue