Re: [PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier

2014-08-06 Thread Mark Brown
On Mon, Aug 04, 2014 at 03:11:16PM -0500, Brian Austin wrote: > This patch adds support for the Cirrus Logic CS35L32 Boosted Amplifier > I2S output provides monitor data to the SOC/CODEC/DSP for speaker > protection/enhancement algorithms Applied, thanks. > Changes for v2: > - Interrupt Status R

Re: [PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier

2014-08-05 Thread Brian Austin
> > > should match open parenthesis's... > > > > > > devm_kzalloc(&i2c_client->dev, > > > sizeof(struct cs35l32_platform_data), > > > GFP_KERNEL); > > > > > checkpatch? > > > checkpatch should generate warning for this... > > It didn't -- To unsubscribe from this list: send t

Re: [alsa-devel] [PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier

2014-08-05 Thread Lars-Peter Clausen
On 08/05/2014 04:33 PM, Varka Bhadram wrote: On Tuesday 05 August 2014 08:01 PM, Brian Austin wrote: On Mon, 4 Aug 2014, Varka Bhadram wrote: On 08/05/2014 01:41 AM, Brian Austin wrote: +#include +#include +#include +#include +#include +#include +#include +#include +#include +#inclu

Re: [PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier

2014-08-05 Thread Varka Bhadram
On Tuesday 05 August 2014 08:01 PM, Brian Austin wrote: On Mon, 4 Aug 2014, Varka Bhadram wrote: On 08/05/2014 01:41 AM, Brian Austin wrote: +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include

Re: [PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier

2014-08-05 Thread Brian Austin
On Mon, 4 Aug 2014, Varka Bhadram wrote: > On 08/05/2014 01:41 AM, Brian Austin wrote: > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include

Re: [PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier

2014-08-04 Thread Varka Bhadram
On 08/05/2014 01:41 AM, Brian Austin wrote: This patch adds support for the Cirrus Logic CS35L32 Boosted Amplifier I2S output provides monitor data to the SOC/CODEC/DSP for speaker protection/enhancement algorithms Changes for v2: - Interrupt Status Registers added to regmap volatile - Use Spea

[PATCH v3 1/2] ASoC: Add support for CS35L32 Boosted Amplifier

2014-08-04 Thread Brian Austin
This patch adds support for the Cirrus Logic CS35L32 Boosted Amplifier I2S output provides monitor data to the SOC/CODEC/DSP for speaker protection/enhancement algorithms Changes for v2: - Interrupt Status Registers added to regmap volatile - Use Speaker for volume control name - Zero Cross Switc