Re: [PATCH v1 2/4] ASoC: Add codec driver for ST TDA7802

2019-06-14 Thread Kirill Marinushkin
On 06/11/19 19:49, Thomas Preston wrote: > Add an I2C based codec driver for ST TDA7802 amplifier. By default, the > amplifier supports 4 audio channels but can support up to 16 with > multiple devices. Input is configurable for I2S or TDM. > > The unified device properties API is used to get boar

Re: [PATCH v1 2/4] ASoC: Add codec driver for ST TDA7802

2019-06-13 Thread Mark Brown
On Tue, Jun 11, 2019 at 06:49:07PM +0100, Thomas Preston wrote: > +++ b/sound/soc/codecs/tda7802.c > @@ -0,0 +1,580 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * tda7802.c -- codec driver for ST TDA7802 > + * Make the entire comment a C++ one so this looks more intentional. > + * Copyr

[PATCH v1 2/4] ASoC: Add codec driver for ST TDA7802

2019-06-11 Thread Thomas Preston
Add an I2C based codec driver for ST TDA7802 amplifier. By default, the amplifier supports 4 audio channels but can support up to 16 with multiple devices. Input is configurable for I2S or TDM. The unified device properties API is used to get board-specific config from device tree / ACPI. Signed-