Re: [PATCH RFC 1/5] ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver

2015-09-11 Thread Peter Ujfalusi
On 09/09/2015 09:27 PM, Jyri Sarha wrote: > The TX and RX direction share the same bit clock and frame sync, so > the samplerate must be the same to both directions. Acked-by: Peter Ujfalusi > Signed-off-by: Jyri Sarha > --- >

[PATCH RFC 1/5] ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver

2015-09-09 Thread Jyri Sarha
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 --- sound/soc/davinci/davinci-mcasp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/davinci/davinci-mcasp.c