msm8998-common: align audio output policy with kernel 4.4

This was initially removed during 4.14 porting, but we can now add it back.

Signed-off-by: hoaysly <153692157+hoaysly@users.noreply.github.com>
This commit is contained in:
hoaysly
2024-06-15 13:50:11 +02:00
committed by Edrick Sinsuan
parent 909a342bf5
commit 93ae494fe3

View File

@@ -25,6 +25,13 @@ outputs {
bit_width 16
app_type 69943
}
deep_buffer {
flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
formats AUDIO_FORMAT_PCM_24_BIT_PACKED
sampling_rates 48000
bit_width 24
app_type 69936
}
direct_pcm_16 {
flags AUDIO_OUTPUT_FLAG_DIRECT
formats AUDIO_FORMAT_PCM_16_BIT|AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT|AUDIO_FORMAT_PCM_32_BIT