From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: [PATCH 00/13] ASoC updates
Date: Tue, 25 Nov 2008 15:43:03 +0000 [thread overview]
Message-ID: <20081125154302.GA8319@rakim.wolfsonmicro.main> (raw)
The following changes since commit 4f904735c809e44c11f57cd4f82446aac1243e0e:
Mark Brown (1):
ALSA: ASoC: Fix typo in snd_soc_card update documentation
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-tiwai
Arun KS (1):
ASoC: Fix TWL4030 Kconfig dependency
Dmitry Baryshkov (1):
ASoC: tosa: move gpio probing to machine callbacks
Jarkko Nikula (2):
ASoC: OMAP: Apply channel constrains to N810 machine driver
ASoC: OMAP: Add support for mono audio links in McBSP DAI
Mark Brown (4):
ASoC: Use supplied DAI for WM9713 rather than substream
ASoC: Remove DAI type information
ASoC: Flag AD1980 as an AC97 interface
ASoC: Lower priority of resume work logging
Misael Lopez Cruz (1):
ASoC: Add support for TI SDP3430
Peter Ujfalusi (4):
ASoC: TWL4030: Disable soft-volume
ASoC: TWL4030: Change the Master volume control to TLV
ASoC: TWL4030: Add CGAIN volume control
ASoC: TWL4030: Add helper function for output gain controls
include/sound/soc-dai.h | 2 +-
include/sound/soc.h | 8 --
sound/soc/atmel/atmel_ssc_dai.c | 3 -
sound/soc/au1x/psc-ac97.c | 2 +-
sound/soc/au1x/psc-i2s.c | 1 -
sound/soc/blackfin/bf5xx-ac97.c | 2 +-
sound/soc/blackfin/bf5xx-i2s.c | 1 -
sound/soc/codecs/ac97.c | 2 +-
sound/soc/codecs/ad1980.c | 1 +
sound/soc/codecs/pcm3008.c | 1 -
sound/soc/codecs/twl4030.c | 180 +++++++++++++++++++++++++++++++++++-
sound/soc/codecs/wm9712.c | 2 +-
sound/soc/codecs/wm9713.c | 18 +---
sound/soc/davinci/davinci-i2s.c | 1 -
sound/soc/fsl/mpc5200_psc_i2s.c | 1 -
sound/soc/omap/Kconfig | 11 ++-
sound/soc/omap/Makefile | 3 +-
sound/soc/omap/n810.c | 4 +
sound/soc/omap/omap-mcbsp.c | 24 +++--
sound/soc/omap/sdp3430.c | 152 ++++++++++++++++++++++++++++++
sound/soc/pxa/pxa-ssp.c | 4 -
sound/soc/pxa/pxa2xx-ac97.c | 6 +-
sound/soc/pxa/pxa2xx-i2s.c | 1 -
sound/soc/pxa/tosa.c | 30 +++++--
sound/soc/s3c24xx/neo1973_wm8753.c | 1 -
sound/soc/s3c24xx/s3c2412-i2s.c | 1 -
sound/soc/s3c24xx/s3c2443-ac97.c | 4 +-
sound/soc/s3c24xx/s3c24xx-i2s.c | 1 -
sound/soc/sh/hac.c | 4 +-
sound/soc/sh/ssi.c | 2 -
sound/soc/soc-core.c | 39 +++------
31 files changed, 410 insertions(+), 102 deletions(-)
create mode 100644 sound/soc/omap/sdp3430.c
next reply other threads:[~2008-11-25 15:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-25 15:43 Mark Brown [this message]
2008-11-25 15:44 ` [PATCH 01/13] ASoC: Use supplied DAI for WM9713 rather than substream Mark Brown
2008-11-25 15:44 ` [PATCH 02/13] ASoC: TWL4030: Disable soft-volume Mark Brown
2008-11-25 15:44 ` [PATCH 03/13] ASoC: TWL4030: Change the Master volume control to TLV Mark Brown
2008-11-25 15:44 ` [PATCH 04/13] ASoC: TWL4030: Add CGAIN volume control Mark Brown
2008-11-25 15:44 ` [PATCH 05/13] ASoC: TWL4030: Add helper function for output gain controls Mark Brown
2008-11-25 15:44 ` [PATCH 06/13] ASoC: Remove DAI type information Mark Brown
2008-11-25 15:44 ` [PATCH 07/13] ASoC: Flag AD1980 as an AC97 interface Mark Brown
2008-11-25 15:44 ` [PATCH 08/13] ASoC: Lower priority of resume work logging Mark Brown
2008-11-25 15:44 ` [PATCH 09/13] ASoC: OMAP: Apply channel constrains to N810 machine driver Mark Brown
2008-11-25 15:44 ` [PATCH 10/13] ASoC: OMAP: Add support for mono audio links in McBSP DAI Mark Brown
2008-11-25 15:44 ` [PATCH 11/13] ASoC: Fix TWL4030 Kconfig dependency Mark Brown
2008-11-25 15:44 ` [PATCH 12/13] ASoC: Add support for TI SDP3430 Mark Brown
2008-11-25 15:44 ` [PATCH 13/13] ASoC: tosa: move gpio probing to machine callbacks Mark Brown
2008-11-25 15:58 ` [PATCH 00/13] ASoC updates Takashi Iwai
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=20081125154302.GA8319@rakim.wolfsonmicro.main \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.