Skip to content

Commit

Permalink
ASoC: Enforce symmetric rates for PXA2xx I2S
Browse files Browse the repository at this point in the history
There is a single I2S_SYNC pin on the chip.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed May 12, 2009
1 parent eaaa532 commit 7de0a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/pxa/pxa2xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ struct snd_soc_dai pxa_i2s_dai = {
.rates = PXA2XX_I2S_RATES,
.formats = SNDRV_PCM_FMTBIT_S16_LE,},
.ops = &pxa_i2s_dai_ops,
.symmetric_rates = 1,
};

EXPORT_SYMBOL_GPL(pxa_i2s_dai);
Expand Down

0 comments on commit 7de0a0a

Please sign in to comment.