[alsa-devel] ASoC updates for 3.5
The following changes since commit fe33d4c5e2b27a4b82aa479a58f2621eec103d1b:
ASoC: don't flip master of DT-instantiated DAI links (2012-05-16 09:44:18 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.5
for you to fetch changes up to 5fb86e5d4a951ddb0474cdfd809380c8e2a8d101:
ARM: mx31_3ds: Add sound support (2012-05-18 16:42:44 +0100)
---------------------------------------------------------------- ASoC: mc13783 audio support
A few extra patches adding a new driver and some machines using it.
---------------------------------------------------------------- Philippe Rétornaz (7): mfd: mc13xxx: add codec platform data ASoC: Add mc13783 codec ASoC: add imx-mc13783 sound support ASoC: mc13783 codec cleanups mx31moboard: Add sound support ASoC: imx-mc13783 cleanup ARM: mx31_3ds: Add sound support
arch/arm/mach-imx/Kconfig | 2 + arch/arm/mach-imx/mach-mx31_3ds.c | 22 +- arch/arm/mach-imx/mach-mx31moboard.c | 20 +- drivers/mfd/mc13xxx-core.c | 3 +- include/linux/mfd/mc13xxx.h | 11 + sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/mc13783.c | 786 ++++++++++++++++++++++++++++++++++ sound/soc/codecs/mc13783.h | 28 ++ sound/soc/fsl/Kconfig | 8 + sound/soc/fsl/Makefile | 2 + sound/soc/fsl/imx-mc13783.c | 156 +++++++ 12 files changed, 1041 insertions(+), 3 deletions(-) create mode 100644 sound/soc/codecs/mc13783.c create mode 100644 sound/soc/codecs/mc13783.h create mode 100644 sound/soc/fsl/imx-mc13783.c
At Fri, 18 May 2012 17:33:37 +0100, Mark Brown wrote:
The following changes since commit fe33d4c5e2b27a4b82aa479a58f2621eec103d1b:
ASoC: don't flip master of DT-instantiated DAI links (2012-05-16 09:44:18 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.5
for you to fetch changes up to 5fb86e5d4a951ddb0474cdfd809380c8e2a8d101:
ARM: mx31_3ds: Add sound support (2012-05-18 16:42:44 +0100)
ASoC: mc13783 audio support
A few extra patches adding a new driver and some machines using it.
Thanks, pulled.
Takashi
Philippe Rétornaz (7): mfd: mc13xxx: add codec platform data ASoC: Add mc13783 codec ASoC: add imx-mc13783 sound support ASoC: mc13783 codec cleanups mx31moboard: Add sound support ASoC: imx-mc13783 cleanup ARM: mx31_3ds: Add sound support
arch/arm/mach-imx/Kconfig | 2 + arch/arm/mach-imx/mach-mx31_3ds.c | 22 +- arch/arm/mach-imx/mach-mx31moboard.c | 20 +- drivers/mfd/mc13xxx-core.c | 3 +- include/linux/mfd/mc13xxx.h | 11 + sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/mc13783.c | 786 ++++++++++++++++++++++++++++++++++ sound/soc/codecs/mc13783.h | 28 ++ sound/soc/fsl/Kconfig | 8 + sound/soc/fsl/Makefile | 2 + sound/soc/fsl/imx-mc13783.c | 156 +++++++ 12 files changed, 1041 insertions(+), 3 deletions(-) create mode 100644 sound/soc/codecs/mc13783.c create mode 100644 sound/soc/codecs/mc13783.h create mode 100644 sound/soc/fsl/imx-mc13783.c [2 Digital signature <application/pgp-signature (7bit)>]
participants (2)
-
Mark Brown
-
Takashi Iwai