topology2: cavs-gain-hda: Add 32-bit support

Add 32-bit support in PCM capabilities.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2022-02-07 11:34:48 -08:00 committed by Liam Girdwood
parent 4a2d69b50b
commit 1303c1a233
1 changed files with 4 additions and 4 deletions

View File

@ -186,11 +186,11 @@ Object.PCM {
Object.Base.fe_dai.'HDA Analog' {}
Object.PCM.pcm_caps.playback {
name 'Gain Playback 0'
formats 'S24_LE,S16_LE'
formats 'S32_LE,S24_LE,S16_LE'
}
Object.PCM.pcm_caps.capture {
name 'Gain Capture 0'
formats 'S24_LE,S16_LE'
formats 'S32_LE,S24_LE,S16_LE'
}
direction duplex
}
@ -200,11 +200,11 @@ Object.PCM {
Object.Base.fe_dai.'HDA Digital' {}
Object.PCM.pcm_caps.playback {
name 'Gain Playback 1'
formats 'S24_LE,S16_LE'
formats 'S32_LE,S24_LE,S16_LE'
}
Object.PCM.pcm_caps.capture {
name 'Gain Capture 1'
formats 'S24_LE,S16_LE'
formats 'S32_LE,S24_LE,S16_LE'
}
direction duplex
}