[alsa-devel] ASoC updates for v3.8
The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.8-rc6
for you to fetch changes up to 5074e8eca643dd19e5397e638c7e9ca0ba9b4e24:
Merge remote-tracking branch 'asoc/fix/wm2200' into tmp (2013-02-06 10:54:35 +0000)
----------------------------------------------------------------
ASoC: Updates for v3.8-rc7
I've been a bit slack sending the pull requests for this so there's rather more driver specific updates here than is desirable but everything here is nicely localised so hopefully we're OK.
---------------------------------------------------------------- Alexey Galakhov (1): ASoC: samsung: Fix compilation error on S3C2440
Benoît Thébaudeau (1): ASoC: tlv320aic3x: Remove mono support
Charles Keepax (1): ASoC: wm_adsp: Release firmware on error
Chris Rattray (1): ASoC: wm2200: correct IN2L and IN3L digital mute
Dan Carpenter (1): ASoC: dwc: fix support for more than two channels
Lee Jones (1): ASoC: Ux500: Fix build error pertaining to missing include file
Mark Brown (13): ASoC: wm_adsp: Ensure ADSP2 DMAs are quiesced when DSP is halted ASoC: wm2000: Lock state machine updates Merge remote-tracking branch 'asoc/fix/arizona' into tmp Merge remote-tracking branch 'asoc/fix/core' into tmp Merge remote-tracking branch 'asoc/fix/davinci' into tmp Merge remote-tracking branch 'asoc/fix/dwc' into tmp Merge remote-tracking branch 'asoc/fix/fsl' into tmp Merge remote-tracking branch 'asoc/fix/lrg' into tmp Merge remote-tracking branch 'asoc/fix/samsung' into tmp Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into tmp Merge remote-tracking branch 'asoc/fix/ux500' into tmp Merge remote-tracking branch 'asoc/fix/wm2000' into tmp Merge remote-tracking branch 'asoc/fix/wm2200' into tmp
Michal Bachraty (1): ASoC: McASP: Fix data rotation for playback. Enables 24bit audio playback
Ryo Tsutsui (1): ASoC: arizona: Fixed a bug in FLL fractional calculation
Shawn Guo (2): Revert "ASoC: fsl: fix multiple definition of init_module" ASoC: fsl: fix snd-soc-imx-pcm module build
MAINTAINERS | 2 +- sound/soc/codecs/arizona.c | 16 ++++++++++++++-- sound/soc/codecs/tlv320aic3x.c | 4 ++-- sound/soc/codecs/wm2000.c | 31 ++++++++++++++++++++++++++++--- sound/soc/codecs/wm2200.c | 7 ++----- sound/soc/codecs/wm5102.c | 3 +-- sound/soc/codecs/wm5110.c | 3 +-- sound/soc/codecs/wm_adsp.c | 20 ++++++++++++++------ sound/soc/davinci/davinci-mcasp.c | 2 +- sound/soc/dwc/designware_i2s.c | 4 ++++ sound/soc/fsl/imx-pcm-dma.c | 21 +-------------------- sound/soc/fsl/imx-pcm-fiq.c | 22 +--------------------- sound/soc/fsl/imx-pcm.c | 32 ++++++++++++++++++++++++++++++++ sound/soc/fsl/imx-pcm.h | 18 ++++++++++++++++++ sound/soc/samsung/s3c24xx-i2s.c | 2 +- sound/soc/soc-dapm.c | 12 ++++++++++-- sound/soc/ux500/mop500.c | 2 +- 17 files changed, 132 insertions(+), 69 deletions(-)
At Wed, 6 Feb 2013 13:22:57 +0000, Mark Brown wrote:
The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.8-rc6
for you to fetch changes up to 5074e8eca643dd19e5397e638c7e9ca0ba9b4e24:
Merge remote-tracking branch 'asoc/fix/wm2200' into tmp (2013-02-06 10:54:35 +0000)
ASoC: Updates for v3.8-rc7
I've been a bit slack sending the pull requests for this so there's rather more driver specific updates here than is desirable but everything here is nicely localised so hopefully we're OK.
Well, Linus declared himself to be really pissy for 3.8-rc7, I'm inclined to postpone the pull request until 3.9. http://lwn.net/Articles/535557/
Anyway, I pulled it now.
Thanks,
Takashi
Alexey Galakhov (1): ASoC: samsung: Fix compilation error on S3C2440
Benoît Thébaudeau (1): ASoC: tlv320aic3x: Remove mono support
Charles Keepax (1): ASoC: wm_adsp: Release firmware on error
Chris Rattray (1): ASoC: wm2200: correct IN2L and IN3L digital mute
Dan Carpenter (1): ASoC: dwc: fix support for more than two channels
Lee Jones (1): ASoC: Ux500: Fix build error pertaining to missing include file
Mark Brown (13): ASoC: wm_adsp: Ensure ADSP2 DMAs are quiesced when DSP is halted ASoC: wm2000: Lock state machine updates Merge remote-tracking branch 'asoc/fix/arizona' into tmp Merge remote-tracking branch 'asoc/fix/core' into tmp Merge remote-tracking branch 'asoc/fix/davinci' into tmp Merge remote-tracking branch 'asoc/fix/dwc' into tmp Merge remote-tracking branch 'asoc/fix/fsl' into tmp Merge remote-tracking branch 'asoc/fix/lrg' into tmp Merge remote-tracking branch 'asoc/fix/samsung' into tmp Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into tmp Merge remote-tracking branch 'asoc/fix/ux500' into tmp Merge remote-tracking branch 'asoc/fix/wm2000' into tmp Merge remote-tracking branch 'asoc/fix/wm2200' into tmp
Michal Bachraty (1): ASoC: McASP: Fix data rotation for playback. Enables 24bit audio playback
Ryo Tsutsui (1): ASoC: arizona: Fixed a bug in FLL fractional calculation
Shawn Guo (2): Revert "ASoC: fsl: fix multiple definition of init_module" ASoC: fsl: fix snd-soc-imx-pcm module build
MAINTAINERS | 2 +- sound/soc/codecs/arizona.c | 16 ++++++++++++++-- sound/soc/codecs/tlv320aic3x.c | 4 ++-- sound/soc/codecs/wm2000.c | 31 ++++++++++++++++++++++++++++--- sound/soc/codecs/wm2200.c | 7 ++----- sound/soc/codecs/wm5102.c | 3 +-- sound/soc/codecs/wm5110.c | 3 +-- sound/soc/codecs/wm_adsp.c | 20 ++++++++++++++------ sound/soc/davinci/davinci-mcasp.c | 2 +- sound/soc/dwc/designware_i2s.c | 4 ++++ sound/soc/fsl/imx-pcm-dma.c | 21 +-------------------- sound/soc/fsl/imx-pcm-fiq.c | 22 +--------------------- sound/soc/fsl/imx-pcm.c | 32 ++++++++++++++++++++++++++++++++ sound/soc/fsl/imx-pcm.h | 18 ++++++++++++++++++ sound/soc/samsung/s3c24xx-i2s.c | 2 +- sound/soc/soc-dapm.c | 12 ++++++++++-- sound/soc/ux500/mop500.c | 2 +- 17 files changed, 132 insertions(+), 69 deletions(-) [2 Digital signature <application/pgp-signature (7bit)>]
On Wed, Feb 06, 2013 at 02:33:27PM +0100, Takashi Iwai wrote:
Well, Linus declared himself to be really pissy for 3.8-rc7, I'm inclined to postpone the pull request until 3.9. http://lwn.net/Articles/535557/
Anyway, I pulled it now.
Well, we really need at least Shawn's stuff merging as it breaks the build.
At Wed, 6 Feb 2013 13:35:37 +0000, Mark Brown wrote:
On Wed, Feb 06, 2013 at 02:33:27PM +0100, Takashi Iwai wrote:
Well, Linus declared himself to be really pissy for 3.8-rc7, I'm inclined to postpone the pull request until 3.9. http://lwn.net/Articles/535557/
Anyway, I pulled it now.
Well, we really need at least Shawn's stuff merging as it breaks the build.
OK, then could you rearrange it and give a pull request again for avoiding the curse of Linus?
thanks,
Takashi
At Wed, 6 Feb 2013 14:13:31 +0000, Mark Brown wrote:
On Wed, Feb 06, 2013 at 02:43:04PM +0100, Takashi Iwai wrote:
OK, then could you rearrange it and give a pull request again for avoiding the curse of Linus?
It's just the fix/fsl branch in what you pulled already.
OK, I'm going to pull that branch.
Takashi
participants (2)
-
Mark Brown
-
Takashi Iwai