ASoC: pcm3060: Add codec driver
authorKirill Marinushkin <[email protected]>
Tue, 21 Aug 2018 16:52:46 +0000 (18:52 +0200)
committerMark Brown <[email protected]>
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 <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: M R Swami Reddy <[email protected]>
Cc: Vishwas A Deshpande <[email protected]>
Cc: Kevin Cernekee <[email protected]>
Cc: Peter Ujfalusi <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Mark Brown <[email protected]>
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]