28 Aug, 2015

1 commit


20 Oct, 2014

1 commit


09 Jan, 2014

1 commit

  • CONFIG_SND_SOC_DMAENGINE_PCM was renamed to CONFIG_SND_DMAENGINE_PCM
    recently. And yet we don't have to select it since
    CONFIG_SND_GENERIC_DMAENGINE_PCM selects the dependency by itself, so
    just rip it off.

    Signed-off-by: Takashi Iwai
    Acked-by: Florian Meier
    Signed-off-by: Mark Brown

    Takashi Iwai
     

02 Dec, 2013

1 commit


26 Nov, 2013

1 commit

  • This driver adds support for digital audio (I2S)
    for the BCM2835 SoC that is used by the
    Raspberry Pi. External audio codecs can be
    connected to the Raspberry Pi via P5 header.

    It relies on cyclic DMA engine support for BCM2835.

    Signed-off-by: Florian Meier
    Signed-off-by: Mark Brown

    Florian Meier