Skip to content

Commit

Permalink
ASoC: Enforce symmetric rates for S3C64xx I2S interface
Browse files Browse the repository at this point in the history
There is only one LRCLK pin on each interface.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Apr 27, 2009
1 parent 008bec3 commit 4bc4d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/s3c24xx/s3c64xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
.formats = S3C64XX_I2S_FMTS,
},
.ops = &s3c64xx_i2s_dai_ops,
.symmetric_rates = 1,
},
{
.name = "s3c64xx-i2s",
Expand All @@ -189,6 +190,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
.formats = S3C64XX_I2S_FMTS,
},
.ops = &s3c64xx_i2s_dai_ops,
.symmetric_rates = 1,
},
};
EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai);
Expand Down

0 comments on commit 4bc4d89

Please sign in to comment.