ASoC: Enforce symmetric rates for PXA2xx I2S
There is a single I2S_SYNC pin on the chip. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
eaaa532883
commit
7de0a0aee5
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue