[alsa-devel] ASoC updates for 2.6.34
The following changes since commit 735fe4cfbc3cedea41bd0ed31955054dae6beb46: Mark Brown (1): ASoC: Add missing __devexit and __devinit annotations
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.34
Daniel Mack (3): ASoC: ak4104: allow more sample rates ASoC: cs4270: allow passing freq=0 in set_dai_sysclk() ASoC: support more sample rates on raumfeld devices
Mark Brown (6): ASoC: Fix i.MX audio build for i.MX3x ASoC: Convert new i.MX SSI driver to use static DAI array ASoC: i.MX SSI driver does not yet support master mode ASoC: Remove old i.MX driver code ASoC: Mark new i.MX drivers as BROKEN until arch/arm merged Merge branch 'mxc-audio' into for-2.6.34
Peter Ujfalusi (1): ASoC: TWL4030: Replace comma with semicolon in probe function
Sascha Hauer (1): ASoC: Add a new imx-ssi sound driver
Thomas Weber (1): ASoC: TWL4030: Fix typo in comment in header file
arch/arm/plat-mxc/Makefile | 4 + arch/arm/plat-mxc/ssi-fiq-ksym.c | 20 + arch/arm/plat-mxc/ssi-fiq.S | 134 ++++++ sound/soc/codecs/ak4104.c | 4 +- sound/soc/codecs/cs4270.c | 38 ++- sound/soc/codecs/twl4030.c | 2 +- sound/soc/codecs/twl4030.h | 2 +- sound/soc/imx/Kconfig | 20 +- sound/soc/imx/Makefile | 12 +- sound/soc/imx/imx-pcm-dma-mx2.c | 313 ++++++++++++++ sound/soc/imx/imx-pcm-fiq.c | 277 ++++++++++++ sound/soc/imx/imx-ssi.c | 758 +++++++++++++++++++++++++++++++++ sound/soc/imx/imx-ssi.h | 237 +++++++++++ sound/soc/imx/mx1_mx2-pcm.c | 488 --------------------- sound/soc/imx/mx1_mx2-pcm.h | 26 -- sound/soc/imx/mx27vis_wm8974.c | 318 -------------- sound/soc/imx/mxc-ssi.c | 860 -------------------------------------- sound/soc/imx/mxc-ssi.h | 238 ----------- sound/soc/pxa/raumfeld.c | 61 ++- 19 files changed, 1823 insertions(+), 1989 deletions(-) create mode 100644 arch/arm/plat-mxc/ssi-fiq-ksym.c create mode 100644 arch/arm/plat-mxc/ssi-fiq.S create mode 100644 sound/soc/imx/imx-pcm-dma-mx2.c create mode 100644 sound/soc/imx/imx-pcm-fiq.c create mode 100644 sound/soc/imx/imx-ssi.c create mode 100644 sound/soc/imx/imx-ssi.h delete mode 100644 sound/soc/imx/mx1_mx2-pcm.c delete mode 100644 sound/soc/imx/mx1_mx2-pcm.h delete mode 100644 sound/soc/imx/mx27vis_wm8974.c delete mode 100644 sound/soc/imx/mxc-ssi.c delete mode 100644 sound/soc/imx/mxc-ssi.h
At Sun, 17 Jan 2010 17:24:02 +0000, Mark Brown wrote:
The following changes since commit 735fe4cfbc3cedea41bd0ed31955054dae6beb46: Mark Brown (1): ASoC: Add missing __devexit and __devinit annotations
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.34
Daniel Mack (3): ASoC: ak4104: allow more sample rates ASoC: cs4270: allow passing freq=0 in set_dai_sysclk() ASoC: support more sample rates on raumfeld devices
Mark Brown (6): ASoC: Fix i.MX audio build for i.MX3x ASoC: Convert new i.MX SSI driver to use static DAI array ASoC: i.MX SSI driver does not yet support master mode ASoC: Remove old i.MX driver code ASoC: Mark new i.MX drivers as BROKEN until arch/arm merged Merge branch 'mxc-audio' into for-2.6.34
Peter Ujfalusi (1): ASoC: TWL4030: Replace comma with semicolon in probe function
Sascha Hauer (1): ASoC: Add a new imx-ssi sound driver
Thomas Weber (1): ASoC: TWL4030: Fix typo in comment in header file
Pulled now. Thanks.
Takashi
arch/arm/plat-mxc/Makefile | 4 + arch/arm/plat-mxc/ssi-fiq-ksym.c | 20 + arch/arm/plat-mxc/ssi-fiq.S | 134 ++++++ sound/soc/codecs/ak4104.c | 4 +- sound/soc/codecs/cs4270.c | 38 ++- sound/soc/codecs/twl4030.c | 2 +- sound/soc/codecs/twl4030.h | 2 +- sound/soc/imx/Kconfig | 20 +- sound/soc/imx/Makefile | 12 +- sound/soc/imx/imx-pcm-dma-mx2.c | 313 ++++++++++++++ sound/soc/imx/imx-pcm-fiq.c | 277 ++++++++++++ sound/soc/imx/imx-ssi.c | 758 +++++++++++++++++++++++++++++++++ sound/soc/imx/imx-ssi.h | 237 +++++++++++ sound/soc/imx/mx1_mx2-pcm.c | 488 --------------------- sound/soc/imx/mx1_mx2-pcm.h | 26 -- sound/soc/imx/mx27vis_wm8974.c | 318 -------------- sound/soc/imx/mxc-ssi.c | 860 -------------------------------------- sound/soc/imx/mxc-ssi.h | 238 ----------- sound/soc/pxa/raumfeld.c | 61 ++- 19 files changed, 1823 insertions(+), 1989 deletions(-) create mode 100644 arch/arm/plat-mxc/ssi-fiq-ksym.c create mode 100644 arch/arm/plat-mxc/ssi-fiq.S create mode 100644 sound/soc/imx/imx-pcm-dma-mx2.c create mode 100644 sound/soc/imx/imx-pcm-fiq.c create mode 100644 sound/soc/imx/imx-ssi.c create mode 100644 sound/soc/imx/imx-ssi.h delete mode 100644 sound/soc/imx/mx1_mx2-pcm.c delete mode 100644 sound/soc/imx/mx1_mx2-pcm.h delete mode 100644 sound/soc/imx/mx27vis_wm8974.c delete mode 100644 sound/soc/imx/mxc-ssi.c delete mode 100644 sound/soc/imx/mxc-ssi.h
participants (2)
-
Mark Brown
-
Takashi Iwai