[alsa-devel] ASoC updates for 2.6.39
The following changes since commit 4a5f7bda8fe9d0ed08ed4c5beb5dc3fa62f09d05:
ASoC: Add platform data for WM9081 IRQ pin configuration (2011-03-01 23:30:53 +0000)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39
Alexander Sverdlin (2): ASoC: Extend range of supported sample rates for CS4271 CODEC. ASoC: Remove warnings in ep93xx-i2s.c
Axel Lin (2): ASoC: tlv320dac33: add MODULE_DEVICE_TABLE ASoC: Constify i2c_device_id table
Dimitris Papastamos (1): ASoC: WM8994: Ensure MICBIAS is provided with a clock
Javier Martin (2): ASoC: Add TI tlv320aic32x4 codec support. ASoC: Add machine driver for Visstrim_M10 board.
Lars-Peter Clausen (6): ASoC: neo1973_wm8753: Remove scenario management code. ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module ASoC: neo1973_gta02_wm8753: Remove lm4853_{set,get}_state ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpios ASoC: Samsung: Merge neo1937_wm8753 and neo1973_gta02_wm8753 sound board driver ASoC: Add driver for the dfbmcs320 bluetooth module
Mark Brown (11): ASoC: Fix broken bitfield definitions in WM8978 Merge branch 'for-2.6.38' into for-2.6.39 ASoC: Add TLV information for WM8978 DAC limiter ASoC: Get the card directly from the DAPM context ASoC: Check for a CODEC before dereferencing in DAPM ASoC: Add a per-card DAPM context ASoC: Allow card DAPM widgets and routes to be set up at registration ASoC: Add a late_probe() callback to cards ASoC: Fix outdated API usage in tlv320aic32x4 ASoC: Add missing debugfs conditionals ASoC: Add LM4857 to SND_SOC_ALL_CODECS
include/sound/soc.h | 12 + include/sound/tlv320aic32x4.h | 31 ++ sound/soc/codecs/Kconfig | 13 +- sound/soc/codecs/Makefile | 6 + sound/soc/codecs/cs4270.c | 2 +- sound/soc/codecs/cs4271.c | 7 +- sound/soc/codecs/dfbmcs320.c | 72 +++ sound/soc/codecs/lm4857.c | 276 +++++++++++ sound/soc/codecs/tlv320aic32x4.c | 794 ++++++++++++++++++++++++++++++ sound/soc/codecs/tlv320aic32x4.h | 143 ++++++ sound/soc/codecs/tlv320dac33.c | 1 + sound/soc/codecs/wm8978.c | 17 +- sound/soc/ep93xx/ep93xx-i2s.c | 8 +- sound/soc/imx/Kconfig | 10 + sound/soc/imx/Makefile | 2 + sound/soc/imx/mx27vis-aic32x4.c | 137 +++++ sound/soc/samsung/Kconfig | 19 +- sound/soc/samsung/Makefile | 2 - sound/soc/samsung/lm4857.h | 32 -- sound/soc/samsung/neo1973_gta02_wm8753.c | 494 ------------------- sound/soc/samsung/neo1973_wm8753.c | 634 +++++++++--------------- sound/soc/soc-core.c | 31 ++ sound/soc/soc-dapm.c | 14 +- 23 files changed, 1795 insertions(+), 962 deletions(-) create mode 100644 include/sound/tlv320aic32x4.h create mode 100644 sound/soc/codecs/dfbmcs320.c create mode 100644 sound/soc/codecs/lm4857.c create mode 100644 sound/soc/codecs/tlv320aic32x4.c create mode 100644 sound/soc/codecs/tlv320aic32x4.h create mode 100644 sound/soc/imx/mx27vis-aic32x4.c delete mode 100644 sound/soc/samsung/lm4857.h delete mode 100644 sound/soc/samsung/neo1973_gta02_wm8753.c
At Tue, 8 Mar 2011 14:04:09 +0000, Mark Brown wrote:
The following changes since commit 4a5f7bda8fe9d0ed08ed4c5beb5dc3fa62f09d05:
ASoC: Add platform data for WM9081 IRQ pin configuration (2011-03-01 23:30:53 +0000)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.39
Pulled now. Thanks.
Takashi
Alexander Sverdlin (2): ASoC: Extend range of supported sample rates for CS4271 CODEC. ASoC: Remove warnings in ep93xx-i2s.c
Axel Lin (2): ASoC: tlv320dac33: add MODULE_DEVICE_TABLE ASoC: Constify i2c_device_id table
Dimitris Papastamos (1): ASoC: WM8994: Ensure MICBIAS is provided with a clock
Javier Martin (2): ASoC: Add TI tlv320aic32x4 codec support. ASoC: Add machine driver for Visstrim_M10 board.
Lars-Peter Clausen (6): ASoC: neo1973_wm8753: Remove scenario management code. ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module ASoC: neo1973_gta02_wm8753: Remove lm4853_{set,get}_state ASoC: neo1973_gta02_wm8753: Use gpio_request_array to request gpios ASoC: Samsung: Merge neo1937_wm8753 and neo1973_gta02_wm8753 sound board driver ASoC: Add driver for the dfbmcs320 bluetooth module
Mark Brown (11): ASoC: Fix broken bitfield definitions in WM8978 Merge branch 'for-2.6.38' into for-2.6.39 ASoC: Add TLV information for WM8978 DAC limiter ASoC: Get the card directly from the DAPM context ASoC: Check for a CODEC before dereferencing in DAPM ASoC: Add a per-card DAPM context ASoC: Allow card DAPM widgets and routes to be set up at registration ASoC: Add a late_probe() callback to cards ASoC: Fix outdated API usage in tlv320aic32x4 ASoC: Add missing debugfs conditionals ASoC: Add LM4857 to SND_SOC_ALL_CODECS
include/sound/soc.h | 12 + include/sound/tlv320aic32x4.h | 31 ++ sound/soc/codecs/Kconfig | 13 +- sound/soc/codecs/Makefile | 6 + sound/soc/codecs/cs4270.c | 2 +- sound/soc/codecs/cs4271.c | 7 +- sound/soc/codecs/dfbmcs320.c | 72 +++ sound/soc/codecs/lm4857.c | 276 +++++++++++ sound/soc/codecs/tlv320aic32x4.c | 794 ++++++++++++++++++++++++++++++ sound/soc/codecs/tlv320aic32x4.h | 143 ++++++ sound/soc/codecs/tlv320dac33.c | 1 + sound/soc/codecs/wm8978.c | 17 +- sound/soc/ep93xx/ep93xx-i2s.c | 8 +- sound/soc/imx/Kconfig | 10 + sound/soc/imx/Makefile | 2 + sound/soc/imx/mx27vis-aic32x4.c | 137 +++++ sound/soc/samsung/Kconfig | 19 +- sound/soc/samsung/Makefile | 2 - sound/soc/samsung/lm4857.h | 32 -- sound/soc/samsung/neo1973_gta02_wm8753.c | 494 ------------------- sound/soc/samsung/neo1973_wm8753.c | 634 +++++++++--------------- sound/soc/soc-core.c | 31 ++ sound/soc/soc-dapm.c | 14 +- 23 files changed, 1795 insertions(+), 962 deletions(-) create mode 100644 include/sound/tlv320aic32x4.h create mode 100644 sound/soc/codecs/dfbmcs320.c create mode 100644 sound/soc/codecs/lm4857.c create mode 100644 sound/soc/codecs/tlv320aic32x4.c create mode 100644 sound/soc/codecs/tlv320aic32x4.h create mode 100644 sound/soc/imx/mx27vis-aic32x4.c delete mode 100644 sound/soc/samsung/lm4857.h delete mode 100644 sound/soc/samsung/neo1973_gta02_wm8753.c
participants (2)
-
Mark Brown
-
Takashi Iwai