Skip to content

Commit

Permalink
Topology2: sdw-jack-generic: add 24 bit format support for sdw jack
Browse files Browse the repository at this point in the history
Somehow s24_le format is missed.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
(cherry picked from commit f0b44b4)
Signed-off-by: Jairaj Arava <jairaj.arava@intel.com>
  • Loading branch information
bardliao authored and abonislawski committed Jun 21, 2023
1 parent 006f71e commit 30f4543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/topology/topology2/platform/intel/sdw-jack-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,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'
}
}
{
Expand All @@ -179,7 +179,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
}
Expand Down

0 comments on commit 30f4543

Please sign in to comment.