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