20 Jul, 2007

2 commits

  • Let SND_SOC_PCM_SH7760 depend on SH_DMABRG rather than select'ing it.
    Gets rid of the Kbuild warning about SH_DMABRG being undefined on non-sh
    builds.

    Signed-off-by: Manuel Lauss
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Manuel Lauss
     
  • 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.

    Signed-off-by: Manuel Lauss
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Manuel Lauss