Re: [PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-04 Thread Mark Brown
On Mon, May 04, 2015 at 06:51:32AM -0700, Kevin Cernekee wrote: > On Mon, May 4, 2015 at 4:45 AM, Mark Brown wrote: > > On Sun, May 03, 2015 at 05:00:18PM -0700, Kevin Cernekee wrote: > >> + if (dev->of_node) { > >> + const struct of_device_id *of_id; > >> + > >> +

Re: [PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-04 Thread Kevin Cernekee
On Mon, May 4, 2015 at 4:45 AM, Mark Brown wrote: > On Sun, May 03, 2015 at 05:00:18PM -0700, Kevin Cernekee wrote: >> + if (dev->of_node) { >> + const struct of_device_id *of_id; >> + >> + of_id = of_match_device(tas571x_of_match, dev); >> + if (of_id) >>

Re: [PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-04 Thread Mark Brown
On Sun, May 03, 2015 at 05:00:18PM -0700, Kevin Cernekee wrote: > + } > + > + codec->dapm.bias_level = level; > + return 0; > +} This assignment was factored out into the core last week, I'll fix up for that. > + if (dev->of_node) { > + const struct of_device_id

Re: [PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-04 Thread Mark Brown
On Sun, May 03, 2015 at 05:00:18PM -0700, Kevin Cernekee wrote: + } + + codec-dapm.bias_level = level; + return 0; +} This assignment was factored out into the core last week, I'll fix up for that. + if (dev-of_node) { + const struct of_device_id *of_id; + +

Re: [PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-04 Thread Kevin Cernekee
On Mon, May 4, 2015 at 4:45 AM, Mark Brown broo...@kernel.org wrote: On Sun, May 03, 2015 at 05:00:18PM -0700, Kevin Cernekee wrote: + if (dev-of_node) { + const struct of_device_id *of_id; + + of_id = of_match_device(tas571x_of_match, dev); + if

Re: [PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-04 Thread Mark Brown
On Mon, May 04, 2015 at 06:51:32AM -0700, Kevin Cernekee wrote: On Mon, May 4, 2015 at 4:45 AM, Mark Brown broo...@kernel.org wrote: On Sun, May 03, 2015 at 05:00:18PM -0700, Kevin Cernekee wrote: + if (dev-of_node) { + const struct of_device_id *of_id; + +

[PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-03 Thread Kevin Cernekee
Introduce a new codec driver for the Texas Instruments TAS5711/TAS5717/TAS5719 power amplifier chips. These chips are typically used to take an I2S digital audio input and drive 10-20W into a pair of speakers. Signed-off-by: Kevin Cernekee --- sound/soc/codecs/Kconfig | 5 +

[PATCH V3 3/4] ASoC: tas571x: New driver for TI TAS571x power amplifiers

2015-05-03 Thread Kevin Cernekee
Introduce a new codec driver for the Texas Instruments TAS5711/TAS5717/TAS5719 power amplifier chips. These chips are typically used to take an I2S digital audio input and drive 10-20W into a pair of speakers. Signed-off-by: Kevin Cernekee cerne...@chromium.org --- sound/soc/codecs/Kconfig |