[alsa-devel] ASoC updates for 2.6.36
The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Eric Bénard (1): ASoC: clean i.MX Kconfig
Kuninori Morimoto (1): ASoC: ak4642: Add Digital Playback Volume control
Mark Brown (1): Merge remote branch 'takashi/topic/asoc' into for-2.6.36
Vladimir Zapolskiy (4): ASoC: uda134x: replace a macro with a value in platform struct. ASoC: uda134x: fix bias level setup on initialization ASoC: uda134x: add DATA011 register found in codecs family ASoC: uda134x: correct bias level setup for codecs family
include/sound/uda134x.h | 12 ++++++++ sound/soc/codecs/ak4642.c | 24 ++++++++++++++-- sound/soc/codecs/uda134x.c | 64 +++++++++++++++++++++++++++++-------------- sound/soc/codecs/uda134x.h | 5 ++- sound/soc/imx/Kconfig | 14 ++++----- 5 files changed, 85 insertions(+), 34 deletions(-)
On Thu, Jul 01, 2010 at 07:43:22PM +0100, Mark Brown wrote:
The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Sorry, I forgot all about this outstanding pull request and pushed some new changes. Please find below a revised one:
The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Eric Bénard (1): ASoC: clean i.MX Kconfig
Kuninori Morimoto (1): ASoC: ak4642: Add Digital Playback Volume control
Mark Brown (1): Merge remote branch 'takashi/topic/asoc' into for-2.6.36
Maurus Cuelenaere (2): ASoC: codec: Add WM8987 device id to WM8750 driver ASoC: Add SmartQ sound driver
Vladimir Zapolskiy (4): ASoC: uda134x: replace a macro with a value in platform struct. ASoC: uda134x: fix bias level setup on initialization ASoC: uda134x: add DATA011 register found in codecs family ASoC: uda134x: correct bias level setup for codecs family
include/sound/uda134x.h | 12 ++ sound/soc/codecs/ak4642.c | 24 +++- sound/soc/codecs/uda134x.c | 64 ++++++--- sound/soc/codecs/uda134x.h | 5 +- sound/soc/codecs/wm8750.c | 11 ++- sound/soc/imx/Kconfig | 14 +- sound/soc/s3c24xx/Kconfig | 6 + sound/soc/s3c24xx/Makefile | 2 + sound/soc/s3c24xx/smartq_wm8987.c | 296 +++++++++++++++++++++++++++++++++++++ 9 files changed, 399 insertions(+), 35 deletions(-) create mode 100644 sound/soc/s3c24xx/smartq_wm8987.c
At Sun, 4 Jul 2010 18:23:26 +0900, Mark Brown wrote:
On Thu, Jul 01, 2010 at 07:43:22PM +0100, Mark Brown wrote:
The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Sorry, I forgot all about this outstanding pull request and pushed some new changes. Please find below a revised one:
Don't worry, I couldn't pull in the last week as I've been on vacation ;)
The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Pulled now. Thanks!
Takashi
Eric Bénard (1): ASoC: clean i.MX Kconfig
Kuninori Morimoto (1): ASoC: ak4642: Add Digital Playback Volume control
Mark Brown (1): Merge remote branch 'takashi/topic/asoc' into for-2.6.36
Maurus Cuelenaere (2): ASoC: codec: Add WM8987 device id to WM8750 driver ASoC: Add SmartQ sound driver
Vladimir Zapolskiy (4): ASoC: uda134x: replace a macro with a value in platform struct. ASoC: uda134x: fix bias level setup on initialization ASoC: uda134x: add DATA011 register found in codecs family ASoC: uda134x: correct bias level setup for codecs family
include/sound/uda134x.h | 12 ++ sound/soc/codecs/ak4642.c | 24 +++- sound/soc/codecs/uda134x.c | 64 ++++++--- sound/soc/codecs/uda134x.h | 5 +- sound/soc/codecs/wm8750.c | 11 ++- sound/soc/imx/Kconfig | 14 +- sound/soc/s3c24xx/Kconfig | 6 + sound/soc/s3c24xx/Makefile | 2 + sound/soc/s3c24xx/smartq_wm8987.c | 296 +++++++++++++++++++++++++++++++++++++ 9 files changed, 399 insertions(+), 35 deletions(-) create mode 100644 sound/soc/s3c24xx/smartq_wm8987.c
participants (2)
-
Mark Brown
-
Takashi Iwai