From: zhangfei.gao@marvell.com (Zhangfei Gao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/5] mmp audio support
Date: Mon, 4 Jun 2012 14:37:26 +0800 [thread overview]
Message-ID: <1338791851-21038-1-git-send-email-zhangfei.gao@marvell.com> (raw)
v0->v1:
dmaengine -> soc-dmaengine.
update according to Mark's suggestion
These patches provide mmp audio support under alsa via dmaengine
Support platfrom pxa688 and pxa910
mmp_tdma.c and mmp-pcm.c is shared for pxa688 and pxa910
pxa688 (mmp2) use mmp2-sspa.c
pxa910 directly use pxa-ssp.c
mmp_tdma.c is under dmaengine framework
Verified on brownstone (pxa688) and ttc-dkb
Qiao Zhou (1):
ASoC: add ttc-dkb machine support
Zhangfei Gao (4):
dmaengine: mmp_tdma: add mmp tdma support
ASoC: mmp: add audio dma support
ASOC: mmp: add sspa support
ASoC: add mmp brownstone support
drivers/dma/Kconfig | 10 +
drivers/dma/Makefile | 1 +
drivers/dma/mmp_tdma.c | 649 +++++++++++++++++++++++++++++++
include/linux/platform_data/mmp_audio.h | 22 +
include/linux/platform_data/mmp_dma.h | 20 +
sound/soc/pxa/Kconfig | 42 ++
sound/soc/pxa/Makefile | 8 +
sound/soc/pxa/brownstone.c | 178 +++++++++
sound/soc/pxa/mmp-pcm.c | 317 +++++++++++++++
sound/soc/pxa/mmp-sspa.c | 496 +++++++++++++++++++++++
sound/soc/pxa/mmp-sspa.h | 92 +++++
sound/soc/pxa/ttc-dkb.c | 173 ++++++++
12 files changed, 2008 insertions(+), 0 deletions(-)
create mode 100644 drivers/dma/mmp_tdma.c
create mode 100644 include/linux/platform_data/mmp_audio.h
create mode 100644 include/linux/platform_data/mmp_dma.h
create mode 100644 sound/soc/pxa/brownstone.c
create mode 100644 sound/soc/pxa/mmp-pcm.c
create mode 100644 sound/soc/pxa/mmp-sspa.c
create mode 100644 sound/soc/pxa/mmp-sspa.h
create mode 100644 sound/soc/pxa/ttc-dkb.c
next reply other threads:[~2012-06-04 6:37 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-04 6:37 Zhangfei Gao [this message]
2012-06-04 6:37 ` [PATCH v1 1/5] dmaengine: mmp_tdma: add mmp tdma support Zhangfei Gao
2012-06-07 9:22 ` Vinod Koul
2012-06-07 10:39 ` [alsa-devel] " zhangfei gao
2012-06-07 11:30 ` Vinod Koul
2012-06-07 13:33 ` zhangfei gao
2012-06-04 6:37 ` [PATCH v1 2/5] ASoC: mmp: add audio dma support Zhangfei Gao
2012-06-07 9:24 ` Vinod Koul
2012-06-07 9:59 ` [alsa-devel] " zhangfei gao
2012-06-07 10:05 ` Vinod Koul
2012-06-07 10:44 ` zhangfei gao
2012-06-07 11:20 ` Vinod Koul
2012-06-07 13:17 ` zhangfei gao
2012-06-04 6:37 ` [PATCH v1 3/5] ASOC: mmp: add sspa support Zhangfei Gao
2012-06-07 22:10 ` Mark Brown
2012-06-08 13:28 ` [alsa-devel] " zhangfei gao
2012-06-04 6:37 ` [PATCH v1 4/5] ASoC: add mmp brownstone support Zhangfei Gao
2012-06-07 22:13 ` Mark Brown
2012-06-08 13:24 ` [alsa-devel] " zhangfei gao
2012-06-04 6:37 ` [PATCH v1 5/5] ASoC: add ttc-dkb machine support Zhangfei Gao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338791851-21038-1-git-send-email-zhangfei.gao@marvell.com \
--to=zhangfei.gao@marvell.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).