Skip to content

Commit 7041283

Browse files
author
Codrin Ciubotariu
committed
ASoC: atmel: atmel_ssc_dai: S24_LE is supported for 1 channel only
S24_LE format is not supported if more than 2 channels (of TDM slots) are used. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent 264353f commit 7041283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/atmel/atmel_ssc_dai.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ static int atmel_ssc_resume(struct snd_soc_component *component)
827827
#endif /* CONFIG_PM */
828828

829829
#define ATMEL_SSC_FORMATS (SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE |\
830-
SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE)
830+
SNDRV_PCM_FMTBIT_S32_LE)
831831

832832
static const struct snd_soc_dai_ops atmel_ssc_dai_ops = {
833833
.startup = atmel_ssc_startup,

0 commit comments

Comments
 (0)