From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Preston Subject: [PATCH v2 0/3] ASoC: Codecs: Add TDA7802 codec Date: Tue, 30 Jul 2019 13:09:34 +0100 Message-ID: <20190730120937.16271-1-thomas.preston@codethink.co.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Liam Girdwood , Mark Brown , Rob Herring , Mark Rutland , Jaroslav Kysela , Takashi Iwai , Charles Keepax , Jerome Brunet , Srinivas Kandagatla , Marco Felsch , Paul Cercueil , Kirill Marinushkin , Cheng-Yi Chiang , Kuninori Morimoto , Vinod Koul , Annaliese McDermond , Thomas Preston , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel List-Id: alsa-devel@alsa-project.org Hi, This patch series adds a driver for the ST TDA7802 amplifier. Thank you Mark Brown, Charles Keepax, Cezary Rojewski and Kirill Marinushkin for your time and useful feedback (on IRC too). Sorry for taking so long in getting back to you, there were quite a lot of changes! Please let me know if there's anything else which needs changing. Many thanks, Thomas Thomas Preston (3): dt-bindings: ASoC: Add TDA7802 amplifier ASoC: Add codec driver for ST TDA7802 ASoC: TDA7802: Add turn-on diagnostic routine .../devicetree/bindings/sound/tda7802.txt | 26 + sound/soc/codecs/Kconfig | 6 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/tda7802.c | 693 ++++++++++++++++++ 4 files changed, 727 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/tda7802.txt create mode 100644 sound/soc/codecs/tda7802.c -- 2.21.0