From mboxrd@z Thu Jan 1 00:00:00 1970 From: lrg@ti.com (Liam Girdwood) Date: Wed, 20 Jul 2011 17:17:33 +0100 Subject: [PATCH v4 01/10] ASoc: mxs: add mxs-pcm driver In-Reply-To: <1311133306-9496-2-git-send-email-b29396@freescale.com> References: <1311133306-9496-1-git-send-email-b29396@freescale.com> <1311133306-9496-2-git-send-email-b29396@freescale.com> Message-ID: <4E26FF9D.1070000@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 20/07/11 04:41, Dong Aisheng wrote: > Signed-off-by: Dong Aisheng > Cc: Mark Brown > Cc: Liam Girdwood > Cc: Sascha Hauer > Tested-by: Wolfram Sang > --- > sound/soc/mxs/mxs-pcm.c | 359 +++++++++++++++++++++++++++++++++++++++++++++++ > sound/soc/mxs/mxs-pcm.h | 43 ++++++ > 2 files changed, 402 insertions(+), 0 deletions(-) > > diff --git a/sound/soc/mxs/mxs-pcm.c b/sound/soc/mxs/mxs-pcm.c > new file mode 100644 > index 0000000..f9063e7 > --- /dev/null > +++ b/sound/soc/mxs/mxs-pcm.c > @@ -0,0 +1,359 @@ > +/* snip > + > +static u64 mxs_pcm_dmamask = DMA_BIT_MASK(32); > +static int mxs_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, > + struct snd_pcm *pcm) > This API has been updated to pass in the runtime data only. Can you redo against -next. Thanks Liam