Re: [alsa-devel] [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-03-04 Thread Mark Brown
On Mon, Mar 04, 2013 at 07:48:36PM +, Liam Girdwood wrote: I think we probably have more in common between platforms and codecs now than we have that is different (certainly, things were very different in the past). But you are right, is it really worth the big churn. Definitely, I'm

Re: [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-03-01 Thread Mark Brown
On Wed, Feb 27, 2013 at 03:45:45PM -0700, Stephen Warren wrote: I can't recall how much influence the existing CODEC objects have on the various routing/matching decisions inside the ASoC core. While this patch does register and unregister CPU objects, I wonder if it should have more impact

Re: [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-03-01 Thread Lars-Peter Clausen
On 02/28/2013 08:14 PM, Stephen Warren wrote: On 02/27/2013 05:42 PM, Kuninori Morimoto wrote: Hi Stephen On 02/25/2013 01:51 AM, Kuninori Morimoto wrote: Current ASoC has register function for platform/codec/dai/card, but doesn't have for cpu. It often produces confusion and fault on

Re: [alsa-devel] [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-03-01 Thread Mark Brown
On Fri, Mar 01, 2013 at 09:42:10PM +, Liam Girdwood wrote: On Fri, 2013-03-01 at 21:50 +0100, Lars-Peter Clausen wrote: object. I mean the distinction is mostly for historic reasons from a time where it was only possible to bind a the cpu_dai of a link to a CPU DAI and the codec_dai

Re: [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-02-28 Thread Stephen Warren
On 02/27/2013 05:42 PM, Kuninori Morimoto wrote: Hi Stephen On 02/25/2013 01:51 AM, Kuninori Morimoto wrote: Current ASoC has register function for platform/codec/dai/card, but doesn't have for cpu. It often produces confusion and fault on ASoC. This patch adds very basic register

Re: [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-02-27 Thread Stephen Warren
On 02/25/2013 01:51 AM, Kuninori Morimoto wrote: Current ASoC has register function for platform/codec/dai/card, but doesn't have for cpu. It often produces confusion and fault on ASoC. This patch adds very basic register function for cpu This seems reasonable to me. I can't recall how much

Re: [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-02-27 Thread Kuninori Morimoto
Hi Stephen On 02/25/2013 01:51 AM, Kuninori Morimoto wrote: Current ASoC has register function for platform/codec/dai/card, but doesn't have for cpu. It often produces confusion and fault on ASoC. This patch adds very basic register function for cpu This seems reasonable to me. I

[PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

2013-02-25 Thread Kuninori Morimoto
Current ASoC has register function for platform/codec/dai/card, but doesn't have for cpu. It often produces confusion and fault on ASoC. This patch adds very basic register function for cpu Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- v6 - v7 - new feature - based on