ASoC: WM9713 requires symmetric rates on the voice DAI
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f4c1724f34
commit
f4976116a9
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue