sm7250-common: Use 24bit pulse-code modulation for deep buffer playback

Signed-off-by: Daniel Jacob Chittoor <djchittoor47@gmail.com>
This commit is contained in:
Daniel Jacob Chittoor
2021-08-20 15:28:25 +02:00
committed by KakatkarAkshay
parent 28b5bf48f7
commit 08df6f4455
2 changed files with 3 additions and 10 deletions

View File

@@ -41,18 +41,11 @@ outputs {
app_type 69946
}
#wangchengqiang@MM.Audio, 2021/02/05, use 24bit to playback
# deep_buffer {
# flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
# formats AUDIO_FORMAT_PCM_24_BIT_PACKED
# sampling_rates 48000
# bit_width 24
# app_type 69936
# }
deep_buffer {
flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
formats AUDIO_FORMAT_PCM_16_BIT
formats AUDIO_FORMAT_PCM_24_BIT_PACKED
sampling_rates 48000
bit_width 16
bit_width 24
app_type 69936
}
direct_pcm_16 {