9 Jun
2011
9 Jun
'11
11:50 a.m.
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@samsung.com
Looks fine to me, but needs one fix before it can be applied.
Acked-by: Liam Girdwood lrg@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