From: Jyri Sarha Date: Wed, 9 Sep 2015 18:27:42 +0000 (+0300) Subject: ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=295c3405a8bbd69ee8c8eb6580f30b0b8739b33a;p=linux-beck.git ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver The TX and RX direction share the same bit clock and frame sync, so the samplerate must be the same to both directions. Signed-off-by: Jyri Sarha Acked-by: Peter Ujfalusi Signed-off-by: Mark Brown --- diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 1260b315a96c..2c5a2c5444ab 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c @@ -1298,6 +1298,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = { .ops = &davinci_mcasp_dai_ops, .symmetric_samplebits = 1, + .symmetric_rates = 1, }, { .name = "davinci-mcasp.1",