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@xxxxxxxxxxx> Looks fine to me, but needs one fix before it can be applied. Acked-by: Liam Girdwood <lrg@xxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html