[alsa-devel] ASoC updates for 2.6.38
The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:
Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
The only big change here is the addition of the ALC CODECs and the HP thin client machine drivers that depend on them.
Arnaud Patard (2): ASoC: add support for alc562[123] codecs ASoC: kirkwood: Add audio support to hp t5325 thin clients
Eric Miao (1): ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
Jarkko Nikula (3): ASoC: Fix SND_SOC_ALL_CODECS typo for jz4740 ASoC: Include cx20442 to SND_SOC_ALL_CODECS ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623
Joe Perches (1): ASoC: Update WARN uses in wm_hubs
Mark Brown (6): ASoC: Check return value of struct_strtoul() in pmdown_time_set() ASoC: Store DC offset correction for wm_hubs devices in class W mode ASoC: Remove volatility from WM8900 POWER1 register Merge branch 'for-2.6.37' into for-2.6.38 Merge commit 'v2.6.37-rc1' into for-2.6.37 Merge branch 'for-2.6.37' into HEAD
include/sound/alc5623.h | 15 + sound/soc/codecs/Kconfig | 8 +- sound/soc/codecs/Makefile | 2 + sound/soc/codecs/alc5623.c | 1118 +++++++++++++++++++++++++++++++++++ sound/soc/codecs/alc5623.h | 161 +++++ sound/soc/codecs/wm8900.c | 6 - sound/soc/codecs/wm8993.c | 2 + sound/soc/codecs/wm8994.c | 3 + sound/soc/codecs/wm_hubs.c | 69 ++- sound/soc/codecs/wm_hubs.h | 3 + sound/soc/kirkwood/Kconfig | 9 + sound/soc/kirkwood/Makefile | 2 + sound/soc/kirkwood/kirkwood-t5325.c | 141 +++++ sound/soc/pxa/tosa.c | 2 +- sound/soc/soc-core.c | 5 +- 15 files changed, 1514 insertions(+), 32 deletions(-) create mode 100644 include/sound/alc5623.h create mode 100644 sound/soc/codecs/alc5623.c create mode 100644 sound/soc/codecs/alc5623.h create mode 100644 sound/soc/kirkwood/kirkwood-t5325.c
At Tue, 2 Nov 2010 10:54:57 -0400, Mark Brown wrote:
The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:
Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
The only big change here is the addition of the ALC CODECs and the HP thin client machine drivers that depend on them.
Thanks, pulled now both branches.
Takashi
Arnaud Patard (2): ASoC: add support for alc562[123] codecs ASoC: kirkwood: Add audio support to hp t5325 thin clients
Eric Miao (1): ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
Jarkko Nikula (3): ASoC: Fix SND_SOC_ALL_CODECS typo for jz4740 ASoC: Include cx20442 to SND_SOC_ALL_CODECS ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623
Joe Perches (1): ASoC: Update WARN uses in wm_hubs
Mark Brown (6): ASoC: Check return value of struct_strtoul() in pmdown_time_set() ASoC: Store DC offset correction for wm_hubs devices in class W mode ASoC: Remove volatility from WM8900 POWER1 register Merge branch 'for-2.6.37' into for-2.6.38 Merge commit 'v2.6.37-rc1' into for-2.6.37 Merge branch 'for-2.6.37' into HEAD
include/sound/alc5623.h | 15 + sound/soc/codecs/Kconfig | 8 +- sound/soc/codecs/Makefile | 2 + sound/soc/codecs/alc5623.c | 1118 +++++++++++++++++++++++++++++++++++ sound/soc/codecs/alc5623.h | 161 +++++ sound/soc/codecs/wm8900.c | 6 - sound/soc/codecs/wm8993.c | 2 + sound/soc/codecs/wm8994.c | 3 + sound/soc/codecs/wm_hubs.c | 69 ++- sound/soc/codecs/wm_hubs.h | 3 + sound/soc/kirkwood/Kconfig | 9 + sound/soc/kirkwood/Makefile | 2 + sound/soc/kirkwood/kirkwood-t5325.c | 141 +++++ sound/soc/pxa/tosa.c | 2 +- sound/soc/soc-core.c | 5 +- 15 files changed, 1514 insertions(+), 32 deletions(-) create mode 100644 include/sound/alc5623.h create mode 100644 sound/soc/codecs/alc5623.c create mode 100644 sound/soc/codecs/alc5623.h create mode 100644 sound/soc/kirkwood/kirkwood-t5325.c
participants (2)
-
Mark Brown
-
Takashi Iwai