[PATCH v4 01/10] ASoc: mxs: add mxs-pcm driver
Liam Girdwood
lrg at ti.com
Wed Jul 20 12:17:33 EDT 2011
On 20/07/11 04:41, Dong Aisheng wrote:
> Signed-off-by: Dong Aisheng <b29396 at freescale.com>
> Cc: Mark Brown <broonie at opensource.wolfsonmicro.com>
> Cc: Liam Girdwood <lrg at ti.com>
> Cc: Sascha Hauer <s.hauer at pengutronix.de>
> Tested-by: Wolfram Sang <w.sang at pengutronix.de>
> ---
> 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
More information about the linux-arm-kernel
mailing list