ASoC: DMIC codec: Adding a generic DMIC codec
authorDavid Lambert <dlambert@ti.com>
Thu, 6 Jan 2011 14:00:37 +0000 (08:00 -0600)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 12 Jan 2011 00:48:45 +0000 (00:48 +0000)
commita710770e05563fd5add9af686569ee9fa56bbd65
treed77c641e3021e9d5e5a476f87b3ad879d216c3c0
parent0d99d2b036974ed1160f9d10457b6054646fb7d6
ASoC: DMIC codec: Adding a generic DMIC codec

This codec is to be used by the DMIC driver to
control the DMIC codec.  This driver will be used on future
implementations of the DMIC driver to support codec specific
features.

At this time, the codec driver just registers the codec DAI.

Signed-off-by: David Lambert <dlambert@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/dmic.c [new file with mode: 0644]