Re: [PATCH 2/3] ASoC: ux500: move clock controls to ab8500-codec

2013-05-02 Thread Fabio Baltieri
On Thu, May 02, 2013 at 09:54:21AM +0200, Fabio Baltieri wrote: > On Tue, Apr 30, 2013 at 07:30:35PM +0100, Mark Brown wrote: > > On Tue, Apr 30, 2013 at 04:09:53PM +0200, Fabio Baltieri wrote: > > > Move ab8500 clock control definitions to the ab8500 codec driver, > > > leaving only card specific

Re: [PATCH 2/3] ASoC: ux500: move clock controls to ab8500-codec

2013-05-02 Thread Fabio Baltieri
On Tue, Apr 30, 2013 at 07:30:35PM +0100, Mark Brown wrote: > On Tue, Apr 30, 2013 at 04:09:53PM +0200, Fabio Baltieri wrote: > > Move ab8500 clock control definitions to the ab8500 codec driver, > > leaving only card specific setting in mop500_ab8500_ctrls. > > So, if this is some generic thing a

Re: [PATCH 2/3] ASoC: ux500: move clock controls to ab8500-codec

2013-04-30 Thread Mark Brown
On Tue, Apr 30, 2013 at 04:09:53PM +0200, Fabio Baltieri wrote: > Move ab8500 clock control definitions to the ab8500 codec driver, > leaving only card specific setting in mop500_ab8500_ctrls. So, if this is some generic thing and not some weird stuff for the card this really reopens the question

Re: [PATCH 2/3] ASoC: ux500: move clock controls to ab8500-codec

2013-04-30 Thread Lars-Peter Clausen
On 04/30/2013 04:09 PM, Fabio Baltieri wrote: > Move ab8500 clock control definitions to the ab8500 codec driver, > leaving only card specific setting in mop500_ab8500_ctrls. > > Signed-off-by: Fabio Baltieri > --- > sound/soc/codecs/ab8500-codec.c | 10 ++ > sound/soc/ux500/mop500_ab850

[PATCH 2/3] ASoC: ux500: move clock controls to ab8500-codec

2013-04-30 Thread Fabio Baltieri
Move ab8500 clock control definitions to the ab8500 codec driver, leaving only card specific setting in mop500_ab8500_ctrls. Signed-off-by: Fabio Baltieri --- sound/soc/codecs/ab8500-codec.c | 10 ++ sound/soc/ux500/mop500_ab8500.c | 10 -- 2 files changed, 10 insertions(+), 10 d