mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
ASoC: Use symmetric rates for WM8974
The chip has a single LRCLK. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
a5f8d2f1b8
commit
cb11d39ead
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user