[alsa-devel] ASoC updates for 2.6.39
The following changes since commit 80e1b84ffe1354f314fd85c939900b816f394e5a:
Merge branch 'for-2.6.38' into for-2.6.39 (2011-03-10 14:16:35 +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
A final batch of updates for 2.6.39 - these have been sitting in my -next tree for several days now.
Christian Glindkamp (1): ASoC: Add MAX9850 codec driver
Mark Brown (1): ASoC: Fix spacing in MAX8950
Takashi Iwai (1): ALSA: Add snd_ctl_activate_id()
Vasily Khoruzhick (2): ASoC: PXA: z2: Mute internal speaker when headphones are connected ASoC: PXA: Z2: Fix codec pin name
include/sound/control.h | 2 + sound/core/control.c | 46 +++++ sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/max9850.c | 389 ++++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/max9850.h | 38 +++++ sound/soc/pxa/z2.c | 7 +- 7 files changed, 487 insertions(+), 1 deletions(-) create mode 100644 sound/soc/codecs/max9850.c create mode 100644 sound/soc/codecs/max9850.h
At Tue, 15 Mar 2011 13:18:42 +0000, Mark Brown wrote:
The following changes since commit 80e1b84ffe1354f314fd85c939900b816f394e5a:
Merge branch 'for-2.6.38' into for-2.6.39 (2011-03-10 14:16:35 +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
A final batch of updates for 2.6.39 - these have been sitting in my -next tree for several days now.
Thanks, pulled now.
BTW, Mark, Liam, could you guys slowly prepare for whats-new-in-2.6.39 notes?
Takashi
Christian Glindkamp (1): ASoC: Add MAX9850 codec driver
Mark Brown (1): ASoC: Fix spacing in MAX8950
Takashi Iwai (1): ALSA: Add snd_ctl_activate_id()
Vasily Khoruzhick (2): ASoC: PXA: z2: Mute internal speaker when headphones are connected ASoC: PXA: Z2: Fix codec pin name
include/sound/control.h | 2 + sound/core/control.c | 46 +++++ sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/max9850.c | 389 ++++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/max9850.h | 38 +++++ sound/soc/pxa/z2.c | 7 +- 7 files changed, 487 insertions(+), 1 deletions(-) create mode 100644 sound/soc/codecs/max9850.c create mode 100644 sound/soc/codecs/max9850.h
On Tue, Mar 15, 2011 at 05:43:16PM +0100, Takashi Iwai wrote:
BTW, Mark, Liam, could you guys slowly prepare for whats-new-in-2.6.39 notes?
- Support for registering machine drivers as first class devices rather than using the soc-audio device. Support for the soc-audio device will be removed at some point in the future. - Support for ordering widget power changes within widget types, helping with large CODECs and multi-stage amplifiers. - Support for waiting for multiple slow events to complete during DAPM sequences, making it easier to handle things like DC offset correction on multiple outputs. - CPU support for Intel Medfield and nVidia Tegra2. - CODEC support for Cirrus CS4271, Freescale SGTL5000, Maxim MAX8950, National Semiconductors LM4857, TI SN95031 and Wolfson WM8991 - Machine support for Intel Medfield MID reference platforms, nVidia Harmony, and Visstrim M10.
On Tue, 2011-03-15 at 19:31 +0000, Mark Brown wrote:
On Tue, Mar 15, 2011 at 05:43:16PM +0100, Takashi Iwai wrote:
BTW, Mark, Liam, could you guys slowly prepare for whats-new-in-2.6.39 notes?
- Support for registering machine drivers as first class devices rather than using the soc-audio device. Support for the soc-audio device will be removed at some point in the future.
- Support for ordering widget power changes within widget types, helping with large CODECs and multi-stage amplifiers.
- Support for waiting for multiple slow events to complete during DAPM sequences, making it easier to handle things like DC offset correction on multiple outputs.
- CPU support for Intel Medfield and nVidia Tegra2.
- CODEC support for Cirrus CS4271, Freescale SGTL5000, Maxim MAX8950, National Semiconductors LM4857, TI SN95031 and Wolfson WM8991
- Machine support for Intel Medfield MID reference platforms, nVidia Harmony, and Visstrim M10.
I would just also add :-
Improvements to RX51 machine support.
Thanks
Liam
participants (3)
-
Liam Girdwood
-
Mark Brown
-
Takashi Iwai