Skip to content

Commit 91aa41b

Browse files
author
Codrin Ciubotariu
committed
ASoC: atmel-i2s: Set symmetric sample bits
The I2S needs to have the same sample bits for both capture and playback streams. Fixes: b543e46 ("ASoC: atmel-i2s: add driver for the new Atmel I2S controller") Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent b97134d commit 91aa41b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/atmel/atmel-i2s.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ static struct snd_soc_dai_driver atmel_i2s_dai = {
542542
},
543543
.ops = &atmel_i2s_dai_ops,
544544
.symmetric_rates = 1,
545+
.symmetric_samplebits = 1,
545546
};
546547

547548
static const struct snd_soc_component_driver atmel_i2s_component = {

0 commit comments

Comments
 (0)