Commit f4976116 authored by Mark Brown's avatar Mark Brown

ASoC: WM9713 requires symmetric rates on the voice DAI

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f4c1724f
...@@ -1069,6 +1069,7 @@ struct snd_soc_dai wm9713_dai[] = { ...@@ -1069,6 +1069,7 @@ struct snd_soc_dai wm9713_dai[] = {
.rates = WM9713_PCM_RATES, .rates = WM9713_PCM_RATES,
.formats = WM9713_PCM_FORMATS,}, .formats = WM9713_PCM_FORMATS,},
.ops = &wm9713_dai_ops_voice, .ops = &wm9713_dai_ops_voice,
.symmetric_rates = 1,
}, },
}; };
EXPORT_SYMBOL_GPL(wm9713_dai); EXPORT_SYMBOL_GPL(wm9713_dai);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment