Topology2: sdw-jack-generic: add 24 bit format support for sdw jack

Somehow s24_le format is missed.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
This commit is contained in:
Bard Liao 2023-05-23 18:14:08 +08:00 committed by Kai Vehmanen
parent 249f9dc68f
commit f0b44b4854
1 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@ Object.PCM.pcm [
Object.PCM.pcm_caps.1 {
name "volume playback 0"
formats 'S16_LE,S32_LE'
formats 'S16_LE,S24_LE,S32_LE'
}
}
{
@ -314,7 +314,7 @@ Object.PCM.pcm [
Object.PCM.pcm_caps.1 {
name "Passthrough Capture 0"
formats 'S16_LE,S32_LE'
formats 'S16_LE,S24_LE,S32_LE'
channels_min $SDW_JACK_CAPTURE_CH
channels_max $SDW_JACK_CAPTURE_CH
}