[alsa-devel] [PATCH 2/4] ASoC: SAMSUNG: Add I2S0 internal dma driver

Liam Girdwood lrg at ti.com
Thu Jun 9 11:50:58 CEST 2011


On 09/06/11 09:09, Sangbeom Kim wrote:
> I2S in Exynos4 and S5PC110(S5PV210) has a internal dma.
> It can be used low power audio mode and 2nd channel transfer.
> 
> Signed-off-by: Sangbeom Kim <sbkim73 at samsung.com>

Looks fine to me, but needs one fix before it can be applied.

Acked-by: Liam Girdwood <lrg at ti.com>

> ---
>  sound/soc/samsung/Makefile |    2 +
>  sound/soc/samsung/idma.c   |  492 ++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/samsung/idma.h   |   28 +++
>  3 files changed, 522 insertions(+), 0 deletions(-)
>  create mode 100644 sound/soc/samsung/idma.c
>  create mode 100644 sound/soc/samsung/idma.h
> 

snip

> +
> +static int idma_new(struct snd_card *card,
> +       struct snd_soc_dai *dai, struct snd_pcm *pcm)
> +{

This call API has changed in -next.

Thanks

Liam


More information about the Alsa-devel mailing list