Skip to content

Commit

Permalink
ASoC: Use symmetric rates for WM8974
Browse files Browse the repository at this point in the history
The chip has a single LRCLK.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jun 30, 2009
1 parent a5f8d2f commit cb11d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm8974.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ struct snd_soc_dai wm8974_dai = {
.rates = WM8974_RATES,
.formats = WM8974_FORMATS,},
.ops = &wm8974_ops,
.symmetric_rates = 1,
};
EXPORT_SYMBOL_GPL(wm8974_dai);

Expand Down

0 comments on commit cb11d39

Please sign in to comment.