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

ASoC: WM9713 requires symmetric rates on the voice DAI

parent f4c1724f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1069,6 +1069,7 @@ struct snd_soc_dai wm9713_dai[] = {
		.rates = WM9713_PCM_RATES,
		.formats = WM9713_PCM_FORMATS,},
	.ops = &wm9713_dai_ops_voice,
	.symmetric_rates = 1,
	},
};
EXPORT_SYMBOL_GPL(wm9713_dai);