msm: mfd: Add Timpani Codec Driver

This driver programs Timpani Wideband Codec for
input/output of audio signal.

Change-Id: Id7fb88c0599437e4bfb138c3c1deb124af6c4104
Signed-off-by: Parick Lai <plai@codeaurora.org>
This commit is contained in:
Patrick Lai
2010-06-10 08:43:32 -07:00
committed by Stephen Boyd
parent 6bfbb5a524
commit dbe61a9366
4 changed files with 8688 additions and 0 deletions

View File

@@ -233,6 +233,14 @@ config MARIMBA_CODEC
This driver programs Marimba Wideband Codec for input/output of
audio signal.
config TIMPANI_CODEC
tristate "Timpani Codec"
depends on MARIMBA_CORE
default n
help
This driver programs Timpani Wideband Codec for input/output of
audio signal.
config TWL4030_CORE
bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support"
depends on I2C=y && GENERIC_HARDIRQS

View File

@@ -54,6 +54,9 @@ obj-$(CONFIG_MFD_TWL4030_AUDIO) += twl4030-audio.o
obj-$(CONFIG_MARIMBA_CORE) += marimba-core.o
obj-$(CONFIG_TIMPANI_CODEC) += timpani-codec.o
obj-$(CONFIG_TIMPANI_CODEC) += msm-adie-codec.o
obj-$(CONFIG_MARIMBA_CODEC) += msm-adie-codec.o
obj-$(CONFIG_TWL6030_PWM) += twl6030-pwm.o

3661
drivers/mfd/timpani-codec.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff