]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: omap-twl4030: Simple machine driver for TI SoC with twl4030 codec
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 14 Aug 2012 09:07:56 +0000 (12:07 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 15 Aug 2012 16:09:59 +0000 (17:09 +0100)
commit0e88b99f2c13e3c8da2e48f951b8e033854bf7ff
treec4398c35a94fd868fded4e414a3b1ddf8df236c9
parent9bab380dbc56a92c5472ee2154e0510c910a02c8
ASoC: omap-twl4030: Simple machine driver for TI SoC with twl4030 codec

Machine driver to handle simple devices using twl4030 as audio codec.
The driver supports the following boards:
- Beagleboard or Devkit8000
- Gumstix Overo or CompuLab CM-T35/CM-T3730
- IGEP v2
- OMAP3EVM

All of these boards can be switched to use this driver since their setup is
identical.
Devicetree support for the omap-twl4030 machine driver also implemented.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Documentation/devicetree/bindings/sound/omap-twl4030.txt [new file with mode: 0644]
include/linux/platform_data/omap-twl4030.h [new file with mode: 0644]
sound/soc/omap/Kconfig
sound/soc/omap/Makefile
sound/soc/omap/omap-twl4030.c [new file with mode: 0644]