18 Aug
2010
18 Aug
'10
11:09 a.m.
The tlv320aic3x codec driver only supports symmetric rates for capture/playback. Set the flag in the DAI accordingly.
Signed-off-by: Randolph Chung tausq@parisc-linux.org
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 71a6990..63cad43 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c @@ -1116,6 +1116,7 @@ struct snd_soc_dai aic3x_dai = { .rates = AIC3X_RATES, .formats = AIC3X_FORMATS,}, .ops = &aic3x_dai_ops, + .symmetric_rates = 1, }; EXPORT_SYMBOL_GPL(aic3x_dai);