At Mon, 14 May 2007 14:23:57 +0200, Manuel Lauss wrote:
ALSA ASoC support for SH7760
This patch adds ALSA ASoC drivers for the Audio interfaces of the SH7760 SoC:
Add driver for the SH7760 DMA engine (dmabrg) Add AC97 driver for HAC unit(s) found on SH7760/SH7780 Add I2S driver for SSI unit(s) found on SH7760/SH7780 Add a generic SH7760-AC97 machine driver. Hook it all up with the build system.
sound/soc/Kconfig | 1 + sound/soc/Makefile | 3 +- sound/soc/sh/Kconfig | 39 +++++ sound/soc/sh/Makefile | 14 ++ sound/soc/sh/dma-sh7760.c | 354 +++++++++++++++++++++++++++++++++++++++ sound/soc/sh/hac.c | 322 +++++++++++++++++++++++++++++++++++ sound/soc/sh/sh7760-ac97.c | 92 ++++++++++ sound/soc/sh/ssi.c | 400 ++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 1224 insertions(+), 1 deletions(-)
Signed-off-by: Manuel Lauss mano@roarinelk.homelinux.net
Thanks. I applied it to ALSA HG tree now.
Takashi