[alsa-devel] [PATCHv6 0/2] TWL6040 audio codec initial support
Following patch series add initial support for TWL6040 codec driver. The patch set is based on the series sent from Misael Lopez in October 2009.
Changes from v5: - Add CONFIG_PM for twl6040_suspend and twl6030_resume functions - Add description for patch 1
Regards, Margarita ---
Misael Lopez Cruz (1): ASoC: TWL6040: Add twl6040 codec driver
Margarita Olaya Cabrera (1): OMAP4: PMIC: Rename twl6030_codec as twl6040_codec
drivers/mfd/twl-core.c | 4 +- include/linux/i2c/twl.h | 6 +- sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/twl6040.c | 1227 ++++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/twl6040.h | 141 +++++ 6 files changed, 1379 insertions(+), 5 deletions(-) create mode 100644 sound/soc/codecs/twl6040.c create mode 100644 sound/soc/codecs/twl6040.h
participants (1)
-
Olaya, Margarita