Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-04-14 Thread Jyri Sarha
On 04/14/2014 08:07 AM, Kuninori Morimoto wrote: Hi Jyri, Mark ... Could you please teach me current status of this patch ? Hi, This patch-set was never merged as such. Instead there is another patch-set that has been applied by Mark to cover this issue [1]. The patch maintains backward

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-04-14 Thread Kuninori Morimoto
Hi Jyri This patch-set was never merged as such. Instead there is another patch-set that has been applied by Mark to cover this issue [1]. The patch maintains backward compatibility, with the Nicolin Chen's patch [2]. In other words, old style bitclock-master and frame-master boolean

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-04-13 Thread Kuninori Morimoto
Hi Jyri, Mark but anyway, if my understanding is correct, simple-audio-card,cpu { ... bitclock-master; frame-master; }; simple-audio-card,codec { ...

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-03-12 Thread Kuninori Morimoto
Hi Richard but anyway, if my understanding is correct, simple-audio-card,cpu { ... bitclock-master; frame-master; }; simple-audio-card,codec { ... bitclock-master;

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-03-12 Thread Jyri Sarha
On 03/12/2014 08:11 AM, Kuninori Morimoto wrote: Hi Richard but anyway, if my understanding is correct, simple-audio-card,cpu { ... bitclock-master; frame-master; }; simple-audio-card,codec { ...

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-03-12 Thread Mark Brown
On Wed, Mar 12, 2014 at 01:00:02PM +0800, Richard Lee wrote: But, IMO, if you want the CPU DAI be CBS_CFS and CODEC be CBM_CFM, you could just do it like this: simple-audio-card,cpu { ... }; simple-audio-card,codec { ...

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-03-11 Thread Kuninori Morimoto
Hi Jyri Since RFC: - fixed commit msg typo - added include/sound/soc.h changes too The sematics of bitclock-master and frame-master DT parameters should depend on whether they are found from a cpu-dai or codec sub-node. - bitclock-master in cpu-dai node means Codec-Bitclock-Slave -

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-03-11 Thread Kuninori Morimoto
Hi Mark, Jyri Since RFC: - fixed commit msg typo - added include/sound/soc.h changes too The sematics of bitclock-master and frame-master DT parameters should depend on whether they are found from a cpu-dai or codec sub-node. - bitclock-master in cpu-dai node means

Re: [alsa-devel] [PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling

2014-03-11 Thread Richard Lee
On Wed, Mar 12, 2014 at 9:13 AM, Kuninori Morimoto kuninori.morimoto...@gmail.com wrote: Hi Jyri Since RFC: - fixed commit msg typo - added include/sound/soc.h changes too The sematics of bitclock-master and frame-master DT parameters should depend on whether they are found from a