Re: [PATCH 2/2] ASoC: tas2764: Add the driver for the TAS2764

2020-10-02 Thread Dan Murphy
Mark Thanks for the review On 10/1/20 11:25 AM, Mark Brown wrote: On Wed, Sep 30, 2020 at 11:38:09AM -0500, Dan Murphy wrote: This all looks good - a few very minor things below but nothing substantial: + default: + dev_err(tas2764->dev, "Not supported evevt\n"); +

Re: [PATCH 2/2] ASoC: tas2764: Add the driver for the TAS2764

2020-10-01 Thread Mark Brown
On Wed, Sep 30, 2020 at 11:38:09AM -0500, Dan Murphy wrote: This all looks good - a few very minor things below but nothing substantial: > + default: > + dev_err(tas2764->dev, "Not supported evevt\n"); > + return -EINVAL; evevt -> event > +static int

[PATCH 2/2] ASoC: tas2764: Add the driver for the TAS2764

2020-09-30 Thread Dan Murphy
Introduce the Texas Instruments TAS2764 amplifier driver with I/V sense for loud speaker applications. Signed-off-by: Dan Murphy --- sound/soc/codecs/Kconfig | 5 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/tas2764.c | 683 +