Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb11d39e authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Use symmetric rates for WM8974



The chip has a single LRCLK.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a5f8d2f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -631,6 +631,7 @@ struct snd_soc_dai wm8974_dai = {
		.rates = WM8974_RATES,
		.rates = WM8974_RATES,
		.formats = WM8974_FORMATS,},
		.formats = WM8974_FORMATS,},
	.ops = &wm8974_ops,
	.ops = &wm8974_ops,
	.symmetric_rates = 1,
};
};
EXPORT_SYMBOL_GPL(wm8974_dai);
EXPORT_SYMBOL_GPL(wm8974_dai);