At Thu, 8 Jan 2009 19:37:20 +0000, Mark Brown wrote:
The following changes since commit 227b4dc6432d271eecd0ff0aefe6f0897ec47397: Mark Brown (1): ASoC: Fix SND_SOC_ALL_CODECS handling of dual SPI and I2C control buses
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-tiwai
Which is it intended for, 2.6.29 or 2.6.30?
If it's 2.6.29, the patches look too much. If it's for 2.6.30, IMO, at least Peter's clean-up patches should go into 2.6.29, as this change was introduced firstly in the 2.6.29 merge.
thanks,
Takashi
Ian Molton (1): ASoC: dapm: Allow explictly named mixer controls
Mark Brown (4): Merge branch 'asoc' of git://git.mnementh.co.uk/linux-2.6-im into for-tiwai ASoC: Constify pin names for DAPM pin status APIs ASoC: Add jack reporting interface ASoC: Implement WM8350 headphone jack detection
Peter Ujfalusi (3): ASoC: Merge the soc_value_enum to soc_enum struct ASoC: TWL4030: Change the soc_value_enum back to soc_enum ASoC: TWL4030: Module unloading fix
Documentation/sound/alsa/soc/dapm.txt | 3 + include/linux/mfd/wm8350/audio.h | 1 + include/sound/soc-dapm.h | 21 ++++- include/sound/soc.h | 47 ++++++++---- sound/soc/Kconfig | 1 + sound/soc/Makefile | 2 +- sound/soc/codecs/twl4030.c | 12 ++- sound/soc/codecs/wm8350.c | 116 +++++++++++++++++++++++++++ sound/soc/codecs/wm8350.h | 8 ++ sound/soc/soc-core.c | 37 +-------- sound/soc/soc-dapm.c | 137 +++++++++++---------------------- sound/soc/soc-jack.c | 138 +++++++++++++++++++++++++++++++++ 12 files changed, 372 insertions(+), 151 deletions(-) create mode 100644 sound/soc/soc-jack.c