Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7de0a0ae authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Enforce symmetric rates for PXA2xx I2S



There is a single I2S_SYNC pin on the chip.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent eaaa5328
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -329,6 +329,7 @@ struct snd_soc_dai pxa_i2s_dai = {
		.rates = PXA2XX_I2S_RATES,
		.rates = PXA2XX_I2S_RATES,
		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
		.formats = SNDRV_PCM_FMTBIT_S16_LE,},
	.ops = &pxa_i2s_dai_ops,
	.ops = &pxa_i2s_dai_ops,
	.symmetric_rates = 1,
};
};


EXPORT_SYMBOL_GPL(pxa_i2s_dai);
EXPORT_SYMBOL_GPL(pxa_i2s_dai);