All of lore.kernel.org
 help / color / mirror / Atom feed
* [Pull request] Support for wm9705 codec and two machines that use it.
@ 2009-01-15  1:13 Ian Molton
  2009-01-15  1:16 ` Ian Molton
  2009-01-15  7:06 ` Takashi Iwai
  0 siblings, 2 replies; 22+ messages in thread
From: Ian Molton @ 2009-01-15  1:13 UTC (permalink / raw)
  To: ALSA development; +Cc: Russell King - ARM Linux

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2009-01-17 18:46 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15  1:13 [Pull request] Support for wm9705 codec and two machines that use it Ian Molton
2009-01-15  1:16 ` 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

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.