[PATCH v3 1/4] ASoC: tlv320aic3x: Convert mic bias to a supply widget

2013-01-31 Thread Hebbar Gururaja
Convert MicBias widgets to supply widget. On tlv320aic3x, Mic bias power on/off shares the same register bits with output mic bias voltage. So, when power on mic bias, we need reclaim it to voltage value. Provide a new platform data so that the micbias voltage can be sent according to board requ

Re: [PATCH v3 1/4] ASoC: tlv320aic3x: Convert mic bias to a supply widget

2013-01-31 Thread Mark Brown
On Thu, Jan 31, 2013 at 04:53:10PM +0530, Hebbar Gururaja wrote: > :100644 100644 e7b98f4... f47c3f5... M > Documentation/devicetree/bindings/sound/tlv320aic3x.txt > :100644 100644 ffd9bc7... 9407fd0... Minclude/sound/tlv320aic3x.h > :100644 100644 4989143... 65d09d6... Mso

RE: [PATCH v3 1/4] ASoC: tlv320aic3x: Convert mic bias to a supply widget

2013-01-31 Thread Hebbar, Gururaja
On Thu, Jan 31, 2013 at 16:54:16, Mark Brown wrote: > On Thu, Jan 31, 2013 at 04:53:10PM +0530, Hebbar Gururaja wrote: > > > :100644 100644 e7b98f4... f47c3f5... M > > Documentation/devicetree/bindings/sound/tlv320aic3x.txt > > :100644 100644 ffd9bc7... 9407fd0... M include/sound/tlv320

Re: [PATCH v3 1/4] ASoC: tlv320aic3x: Convert mic bias to a supply widget

2013-01-31 Thread Mark Brown
On Thu, Jan 31, 2013 at 11:27:07AM +, Hebbar, Gururaja wrote: > On Thu, Jan 31, 2013 at 16:54:16, Mark Brown wrote: > > As mentioned when you posted this before this patch needs to update the > > machine drivers using the device too. > The patch-set 2/4 does the same thing. Since I have da850

RE: [PATCH v3 1/4] ASoC: tlv320aic3x: Convert mic bias to a supply widget

2013-01-31 Thread Hebbar, Gururaja
On Thu, Jan 31, 2013 at 17:00:38, Mark Brown wrote: > On Thu, Jan 31, 2013 at 11:27:07AM +, Hebbar, Gururaja wrote: > > On Thu, Jan 31, 2013 at 16:54:16, Mark Brown wrote: > > > > As mentioned when you posted this before this patch needs to update the > > > machine drivers using the device too