ASoC: pcm3060: Add codec driver
authorKirill Marinushkin <kmarinushkin@birdec.tech>
Tue, 21 Aug 2018 16:52:46 +0000 (18:52 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 28 Aug 2018 19:41:24 +0000 (20:41 +0100)
commit6ee47d4a8dacfa484d526c0475730568d979de24
tree5fbefac27db02ad1ddf8bb519554aa714f60b27e
parent6fbf9d8e2793b81dd5f8738999163582ce61dba7
ASoC: pcm3060: Add codec driver

This commit adds support for TI PCM3060 CODEC.
The technical documentation is available at [1].

[1] http://ti.com/product/pcm3060

Signed-off-by: Kirill Marinushkin <kmarinushkin@birdec.tech>
Cc: Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: M R Swami Reddy <mr.swami.reddy@ti.com>
Cc: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
Cc: Kevin Cernekee <cernekee@chromium.org>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: alsa-devel@alsa-project.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/pcm3060.txt [new file with mode: 0644]
MAINTAINERS
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/pcm3060-i2c.c [new file with mode: 0644]
sound/soc/codecs/pcm3060-spi.c [new file with mode: 0644]
sound/soc/codecs/pcm3060.c [new file with mode: 0644]
sound/soc/codecs/pcm3060.h [new file with mode: 0644]