[alsa-devel] ASoC updates for 3.2
The following changes since commit e3d73c1bbf08b9abd3f56293796ba7b5c15008f5:
ASoC: sta32x: Move resource allocation and release to the corresponding callback functions (2011-08-19 01:25:56 +0900)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.2
Axel Lin (1): ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnew
Dong Aisheng (2): ASoC: mxs-saif: clear clk gate first before register setting ASoC: mxs-sgtl5000: add record function
Joseph Pentland (1): ASoC: Add Springbank I/O card to Speyside Kconfig
Julia Lawall (5): sound/soc/kirkwood/kirkwood-i2s.c: add missing kfree sound/soc/ep93xx/ep93xx-i2s.c: add missing kfree sound/soc/fsl/p1022_ds.c: add missing of_node_put sound/soc/fsl/mpc8610_hpcd.c: add missing of_node_put sound/soc/mxs/mxs-saif.c: add missing kfree
Mark Brown (18): ASoC: WM8996 record paths need AIFCLK ASoC: Fix configuration of WM8996 input enables ASoC: Automatically manage WM8996 MICBIAS regulating mode ASoC: Optimise WM8996 no interrupt path ASoC: Add basic WM8962 capture low/high pass filter control ASoC: Ensure we only run Speyside WM8962 bias level callbacks once ASoC: Initial WM8962 DSP2 support ASoC: Report IRQ_NONE when we don't see an interrupt from WM8962 ASoC: Clear any outstanding WM8962 FLL lock completions before waiting ASoC: Provide more detail on WM8962 thermal shutdown status ASoC: Clear completions from late WM8996 FLL lock IRQs Merge branch 'for-3.1' into for-3.2 ASoC: Convert WM8523 to table based control and DAPM initialization ASoC: Allow idle_bias_off to be specified in CODEC drivers Merge branch 'for-3.1' into for-3.2 Merge branch 'for-3.1' into for-3.2 ASoC: Correct element count for WM8996 sidetone HPF Merge branch 'for-3.1' into for-3.2
Sangbeom Kim (2): ASoC: Add samsung maintainer ASoC: SAMSUNG: Add Kconfig to support SMDK4212
Stephen Warren (1): ASoC: Tegra: wm8903 machine driver: Drop Ventana support
Timur Tabi (2): sound/soc/fsl/fsl_dma.c: add missing of_node_put ASoC: MPC5200: replace of_device with platform_device
MAINTAINERS | 1 + include/sound/soc.h | 1 + sound/soc/codecs/wm8523.c | 26 ++--- sound/soc/codecs/wm8962.c | 191 ++++++++++++++++++++++++++++++++++- sound/soc/codecs/wm8996.c | 40 +++++--- sound/soc/ep93xx/ep93xx-i2s.c | 5 +- sound/soc/fsl/fsl_dma.c | 2 + sound/soc/fsl/mpc5200_dma.c | 6 +- sound/soc/fsl/mpc8610_hpcd.c | 18 ++-- sound/soc/fsl/p1022_ds.c | 4 +- sound/soc/kirkwood/kirkwood-i2s.c | 2 +- sound/soc/mxs/mxs-saif.c | 27 +++-- sound/soc/mxs/mxs-sgtl5000.c | 10 ++- sound/soc/samsung/Kconfig | 7 +- sound/soc/samsung/speyside_wm8962.c | 6 + sound/soc/soc-core.c | 4 +- sound/soc/tegra/tegra_wm8903.c | 4 +- 17 files changed, 285 insertions(+), 69 deletions(-)
At Thu, 25 Aug 2011 12:08:47 +0100, Mark Brown wrote:
The following changes since commit e3d73c1bbf08b9abd3f56293796ba7b5c15008f5:
ASoC: sta32x: Move resource allocation and release to the corresponding callback functions (2011-08-19 01:25:56 +0900)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.2
Pulled now. Thanks.
Takashi
Axel Lin (1): ASoC: soc-core: use GFP_KERNEL flag for kmalloc in snd_soc_cnew
Dong Aisheng (2): ASoC: mxs-saif: clear clk gate first before register setting ASoC: mxs-sgtl5000: add record function
Joseph Pentland (1): ASoC: Add Springbank I/O card to Speyside Kconfig
Julia Lawall (5): sound/soc/kirkwood/kirkwood-i2s.c: add missing kfree sound/soc/ep93xx/ep93xx-i2s.c: add missing kfree sound/soc/fsl/p1022_ds.c: add missing of_node_put sound/soc/fsl/mpc8610_hpcd.c: add missing of_node_put sound/soc/mxs/mxs-saif.c: add missing kfree
Mark Brown (18): ASoC: WM8996 record paths need AIFCLK ASoC: Fix configuration of WM8996 input enables ASoC: Automatically manage WM8996 MICBIAS regulating mode ASoC: Optimise WM8996 no interrupt path ASoC: Add basic WM8962 capture low/high pass filter control ASoC: Ensure we only run Speyside WM8962 bias level callbacks once ASoC: Initial WM8962 DSP2 support ASoC: Report IRQ_NONE when we don't see an interrupt from WM8962 ASoC: Clear any outstanding WM8962 FLL lock completions before waiting ASoC: Provide more detail on WM8962 thermal shutdown status ASoC: Clear completions from late WM8996 FLL lock IRQs Merge branch 'for-3.1' into for-3.2 ASoC: Convert WM8523 to table based control and DAPM initialization ASoC: Allow idle_bias_off to be specified in CODEC drivers Merge branch 'for-3.1' into for-3.2 Merge branch 'for-3.1' into for-3.2 ASoC: Correct element count for WM8996 sidetone HPF Merge branch 'for-3.1' into for-3.2
Sangbeom Kim (2): ASoC: Add samsung maintainer ASoC: SAMSUNG: Add Kconfig to support SMDK4212
Stephen Warren (1): ASoC: Tegra: wm8903 machine driver: Drop Ventana support
Timur Tabi (2): sound/soc/fsl/fsl_dma.c: add missing of_node_put ASoC: MPC5200: replace of_device with platform_device
MAINTAINERS | 1 + include/sound/soc.h | 1 + sound/soc/codecs/wm8523.c | 26 ++--- sound/soc/codecs/wm8962.c | 191 ++++++++++++++++++++++++++++++++++- sound/soc/codecs/wm8996.c | 40 +++++--- sound/soc/ep93xx/ep93xx-i2s.c | 5 +- sound/soc/fsl/fsl_dma.c | 2 + sound/soc/fsl/mpc5200_dma.c | 6 +- sound/soc/fsl/mpc8610_hpcd.c | 18 ++-- sound/soc/fsl/p1022_ds.c | 4 +- sound/soc/kirkwood/kirkwood-i2s.c | 2 +- sound/soc/mxs/mxs-saif.c | 27 +++-- sound/soc/mxs/mxs-sgtl5000.c | 10 ++- sound/soc/samsung/Kconfig | 7 +- sound/soc/samsung/speyside_wm8962.c | 6 + sound/soc/soc-core.c | 4 +- sound/soc/tegra/tegra_wm8903.c | 4 +- 17 files changed, 285 insertions(+), 69 deletions(-)
participants (2)
-
Mark Brown
-
Takashi Iwai