From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>,
Liam Girdwood <lrg@ti.com>
Cc: alsa-devel@alsa-project.org, Misael Lopez Cruz <misael.lopez@ti.com>
Subject: [PATCH v3 0/3] ASoC: omap-mcpdm: New McPDM driver
Date: Fri, 26 Aug 2011 16:33:20 +0300 [thread overview]
Message-ID: <1314365603-8947-1-git-send-email-peter.ujfalusi@ti.com> (raw)
Hello,
Changes since v2 [1]:
- Code for the DAPM_SUPPLY widget attach has been moved to core (Request from
Mark, if I understood correctly).
- Makes it reusable in other drivers
- Additional code still needed in DAI (event handler, selection of the dai),
and machine drivers (DAPM routing)
- Should work even if we have multiple instances of the DAI (coment from
Lars-Peter Clausen)
[1]
http://mailman.alsa-project.org/pipermail/alsa-devel/2011-August/042923.html
Regards,
Peter
---
Misael Lopez Cruz (1):
ASoC: omap-mcpdm: Replace legacy driver
Peter Ujfalusi (2):
ASoC: DAPM: Add private data pointer for DAPM widget
ASoC: soc-dapm: API to attach DAPM_SUPPLY to be used for dai
include/sound/soc-dapm.h | 18 +
sound/soc/omap/Makefile | 2 +-
sound/soc/omap/mcpdm.c | 474 -------------------------
sound/soc/omap/mcpdm.h | 152 --------
sound/soc/omap/omap-mcpdm.c | 813 ++++++++++++++++++++++++++++---------------
sound/soc/omap/omap-mcpdm.h | 97 +++++
sound/soc/omap/sdp4430.c | 14 +-
sound/soc/soc-dapm.c | 27 ++
8 files changed, 690 insertions(+), 907 deletions(-)
delete mode 100644 sound/soc/omap/mcpdm.c
delete mode 100644 sound/soc/omap/mcpdm.h
rewrite sound/soc/omap/omap-mcpdm.c (46%)
create mode 100644 sound/soc/omap/omap-mcpdm.h
--
1.7.6.1
next reply other threads:[~2011-08-26 13:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-26 13:33 Peter Ujfalusi [this message]
2011-08-26 13:33 ` [PATCH v3 1/3] ASoC: DAPM: Add private data pointer for DAPM widget Peter Ujfalusi
2011-08-26 13:33 ` [PATCH v3 2/3] ASoC: soc-dapm: API to attach DAPM_SUPPLY to be used for dai Peter Ujfalusi
2011-08-26 19:05 ` Mark Brown
2011-08-29 8:22 ` Péter Ujfalusi
2011-08-29 9:16 ` Mark Brown
2011-08-29 11:41 ` Péter Ujfalusi
2011-09-03 6:31 ` Mark Brown
2011-09-06 10:21 ` Péter Ujfalusi
2011-09-06 15:09 ` Mark Brown
2011-08-26 13:33 ` [PATCH v3 3/3] ASoC: omap-mcpdm: Replace legacy driver Peter Ujfalusi
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=1314365603-8947-1-git-send-email-peter.ujfalusi@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lrg@ti.com \
--cc=misael.lopez@ti.com \
/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).