From: Ian Molton <ian@mnementh.co.uk>
To: ALSA development <alsa-devel@alsa-project.org>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
Subject: [Pull request] Support for wm9705 codec and two machines that use it.
Date: Thu, 15 Jan 2009 01:13:52 +0000 [thread overview]
Message-ID: <496E8DD0.4090006@mnementh.co.uk> (raw)
The following changes since commit 6d3455ecb7d564789e8dd493fb876f4a8706e3b2:
Mark Brown (1):
Fix leftover merge issue.
are available in the git repository at:
git://git.mnementh.co.uk/linux-2.6-im.git asoc
Ian Molton (3):
ASoc: codec: Driver for wm9705 AC97 codec.
ASoC: machine driver for Toshiba e750
ASoC: machine driver for Toshiba e800
arch/arm/mach-pxa/e750.c | 5 +
arch/arm/mach-pxa/include/mach/eseries-gpio.h | 10 +
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/wm9705.c | 401 ++++++++++++++++++
sound/soc/codecs/wm9705.h | 14 +
sound/soc/pxa/Kconfig | 9 +
sound/soc/pxa/Makefile | 2 +
sound/soc/pxa/e750_wm9705.c | 185 ++++++++++++
sound/soc/pxa/e800_wm9712.c | 115 +++++++-
10 files changed, 733 insertions(+), 14 deletions(-)
create mode 100644 sound/soc/codecs/wm9705.c
create mode 100644 sound/soc/codecs/wm9705.h
create mode 100644 sound/soc/pxa/e750_wm9705.c
next reply other threads:[~2009-01-15 1:13 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-15 1:13 Ian Molton [this message]
2009-01-15 1:16 ` [Pull request] Support for wm9705 codec and two machines that use it Ian Molton
2009-01-15 7:06 ` Takashi Iwai
2009-01-15 10:06 ` Ian Molton
2009-01-15 10:10 ` Russell King - ARM Linux
2009-01-15 10:47 ` Ian Molton
2009-01-15 17:20 ` Mark Brown
2009-01-15 22:16 ` Ian Molton
2009-01-15 22:22 ` Mark Brown
2009-01-15 23:58 ` Ian Molton
2009-01-16 11:21 ` Mark Brown
2009-01-16 11:03 ` Takashi Iwai
2009-01-16 11:34 ` Ian Molton
2009-01-16 11:54 ` Mark Brown
2009-01-16 13:39 ` Ian Molton
2009-01-16 14:31 ` Mark Brown
2009-01-16 15:00 ` Ian Molton
2009-01-16 16:00 ` Mark Brown
2009-01-16 15:46 ` Ian Molton
2009-01-16 16:16 ` Mark Brown
2009-01-17 17:58 ` Mark Brown
2009-01-17 18:47 ` Ian Molton
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=496E8DD0.4090006@mnementh.co.uk \
--to=ian@mnementh.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=linux@arm.linux.org.uk \
/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.