Re: [PATCH 1/6] ASoC: ab8500-codec: Add missing ad_to_slot definitions

2013-05-08 Thread Mark Brown
On Wed, May 08, 2013 at 09:14:16AM +0200, Fabio Baltieri wrote: > According to the AB8500 user manual AD to Slot register multiplexer > accept values from 0 to 15 where: Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/6] ASoC: ab8500-codec: Add missing ad_to_slot definitions

2013-05-08 Thread Lee Jones
On Wed, 08 May 2013, Fabio Baltieri wrote: > On Wed, May 08, 2013 at 08:53:28AM +0100, Lee Jones wrote: > > I'm sure this is just me, but: > > > > >0 to 7 corresponds to AD_OUTx slots > > > char * const enum_ad_to_slot_map[] = {"AD_OUT1",0 > >

Re: [PATCH 1/6] ASoC: ab8500-codec: Add missing ad_to_slot definitions

2013-05-08 Thread Fabio Baltieri
On Wed, May 08, 2013 at 08:53:28AM +0100, Lee Jones wrote: > I'm sure this is just me, but: > > >0 to 7 corresponds to AD_OUTx slots > > char * const enum_ad_to_slot_map[] = {"AD_OUT1",0 > 1..5 ??? > >

Re: [PATCH 1/6] ASoC: ab8500-codec: Add missing ad_to_slot definitions

2013-05-08 Thread Lee Jones
I'm sure this is just me, but: >0 to 7 corresponds to AD_OUTx slots > char * const enum_ad_to_slot_map[] = {"AD_OUT1",0 1..5 ??? > "AD_OUT7",6 > "AD_OUT8",

[PATCH 1/6] ASoC: ab8500-codec: Add missing ad_to_slot definitions

2013-05-08 Thread Fabio Baltieri
According to the AB8500 user manual AD to Slot register multiplexer accept values from 0 to 15 where: 0 to 7 corresponds to AD_OUTx slots 8 to 11 corresponds to zero output 12 to 15 sets the output in tristate mode Update enum_ad_to_slot_map array to reflect this definition. This also a