mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 12:07:07 +07:00
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,
|
||||
.formats = WM9713_PCM_FORMATS,},
|
||||
.ops = &wm9713_dai_ops_voice,
|
||||
.symmetric_rates = 1,
|
||||
},
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(wm9713_dai);
|
||||
|
Loading…
Reference in New Issue
Block a user