dre: Import audio configs from LA.UM.9.14.r1-19200.02-LAHAINA.QSSI13.0

The SM8350 audio HAL has SM4350 configuration files, so we will just
import those.

Any configurations not imported from there were pulled from OOS 11.0.6.0.DE17AA.

Change-Id: I2bed70eba6b08d63b3bcc15c93ed1fc54ea0a770
This commit is contained in:
Albert Tang 2022-05-31 18:26:31 -05:00
commit 7f5a985687
9 changed files with 150 additions and 1660 deletions

View file

@ -13,7 +13,7 @@
outputs {
#ifdef VENDOR_EDIT
#if OP_FEATURE_MM_24BIT == 1
#liuhaituo@MM.Audio, 2019/07/15, use 24bit to playback
#zhangyu@MM.Audio, 2021/01/28, Use 24bit to playback
default {
flags AUDIO_OUTPUT_FLAG_PRIMARY
formats AUDIO_FORMAT_PCM_24_BIT_PACKED
@ -47,7 +47,7 @@ outputs {
}
#ifdef VENDOR_EDIT
#if OP_FEATURE_MM_24BIT == 1
#liuhaituo@MM.Audio, 2019/07/15, use 24bit to playback
#zhangyu@MM.Audio, 2021/01/28, Use 24bit to playback
deep_buffer {
flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
formats AUDIO_FORMAT_PCM_24_BIT_PACKED
@ -112,12 +112,7 @@ outputs {
inputs {
record_16bit {
formats AUDIO_FORMAT_PCM_16_BIT
#ifndef VENDOR_EDIT
#yewenliang@MM.Audio, 2020/04/09, remove 11025 series sample rate for normal record
#sampling_rates 8000|16000|32000|44100|48000|88200|96000|176400|192000
#else
sampling_rates 8000|16000|32000|48000
#endif
sampling_rates 8000|16000|32000|44100|48000|88200|96000|176400|192000
bit_width 16
app_type 69938
}
@ -136,12 +131,7 @@ inputs {
record_compress_16 {
flags AUDIO_INPUT_FLAG_COMPRESS
formats AUDIO_FORMAT_PCM_16_BIT
#ifndef VENDOR_EDIT
#yewenliang@MM.Audio, 2020/12/30, remove 11025 series sample rate for compress record
#sampling_rates 8000|16000|32000|44100|48000|88200|96000|176400|192000
#else
sampling_rates 8000|16000|32000|48000
#endif
sampling_rates 8000|16000|32000|44100|48000|88200|96000|176400|192000
bit_width 16
app_type 69938
}
@ -167,10 +157,10 @@ inputs {
app_type 69946
}
low_latency_voip_tx {
flags AUDIO_INPUT_FLAG_VOIP_TX|AUDIO_INPUT_FLAG_FAST
flags AUDIO_INPUT_FLAG_FAST|AUDIO_INPUT_FLAG_VOIP_TX
formats AUDIO_FORMAT_PCM_16_BIT
sampling_rates 48000
bit_width 16
app_type 69946
app_type
}
}