From: Jarkko Nikula Date: Thu, 29 Mar 2007 20:04:53 +0000 (-0400) Subject: ALSA: Add support for OMAP24xx Enhanced Audio Controller X-Git-Tag: v2.6.21-omap1~67 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7322f5822e34f5921a91170bdde2d629a7ac6747;p=pandora-kernel.git ALSA: Add support for OMAP24xx Enhanced Audio Controller Add support for OMAP24xx Enhanced Audio Controller Signed-off-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index 4dc323f90895..e4cf1e0ba32b 100644 --- a/sound/arm/Kconfig +++ b/sound/arm/Kconfig @@ -86,4 +86,19 @@ config SND_OMAP_TSC2102 To compile this driver as a module, choose M here: the module will be called snd-omap-tsc2102. +config SND_OMAP24XX_EAC + tristate "Audio driver for OMAP24xx EAC" + depends on SND + help + Audio driver for Enhanced Audio Controller found in TI's OMAP24xx + processors. + + Currently contains only low-level support functions for + initializing EAC HW, creating ALSA sound card instance for it + and registering mixer controls implemented by a codec driver. + PCM stream is expected to be under DSP co-processor control. + + To compile this driver as a module, choose M here: the module + will be called snd-omap24xx-eac. + endmenu Reading git-diff-tree failed