Re: [PATCH 3/3] ASoC: simple-card: Add system-clock-id DT parameter to dai nodes

2014-06-24 Thread Jyri Sarha
On 06/21/2014 01:09 PM, Mark Brown wrote: On Fri, Jun 13, 2014 at 01:04:38PM +0300, Jyri Sarha wrote: Select clk_id parameters for set_sysclk calls in the card init phase. This is making the ID defined by the drivers into ABI. It's not clear that this is something we want to do, and we

Re: [PATCH 3/3] ASoC: simple-card: Add system-clock-id DT parameter to dai nodes

2014-06-24 Thread Mark Brown
On Tue, Jun 24, 2014 at 12:59:20PM +0300, Jyri Sarha wrote: I see, actually this is not something I would need anytime soon, but how about the previous Add system-clock-direction DT parameter to dai nodes patch? There is a clear common definitions for clock direction, so this should be ok,

Re: [PATCH 3/3] ASoC: simple-card: Add system-clock-id DT parameter to dai nodes

2014-06-21 Thread Mark Brown
On Fri, Jun 13, 2014 at 01:04:38PM +0300, Jyri Sarha wrote: Select clk_id parameters for set_sysclk calls in the card init phase. This is making the ID defined by the drivers into ABI. It's not clear that this is something we want to do, and we certainly don't want to do it without updating the

[PATCH 3/3] ASoC: simple-card: Add system-clock-id DT parameter to dai nodes

2014-06-13 Thread Jyri Sarha
Select clk_id parameters for set_sysclk calls in the card init phase. Signed-off-by: Jyri Sarha jsa...@ti.com --- .../devicetree/bindings/sound/simple-card.txt |2 ++ include/sound/simple_card.h|1 + sound/soc/generic/simple-card.c|6