2013-04-11 17:13:20

by Mark Brown

[permalink] [raw]
Subject: [GIT PULL] ASoC updates for v3.9-rc6

The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6:

Linux 3.9-rc6 (2013-04-07 20:49:54 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.9-rc6

for you to fetch changes up to ca62bed0bbf9baf88d8bb404d72dee3b44ef057e:

Merge remote-tracking branch 'asoc/fix/wm8903' into tmp (2013-04-11 18:00:31 +0100)

----------------------------------------------------------------

ASoC: Updates for v3.9

A few updates, more than I'd like, fixing some relatively small issues
but mostly driver specific ones. Nothing wildly exciting so if it
doesn't make v3.9 it won't be the end of the world but it'd be nice.

----------------------------------------------------------------
Alban Bedel (1):
ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running

Charles Keepax (1):
ASoC: compress: Cancel delayed power down if needed

Joonyoung Shim (1):
ASoC: core: Fix to check return value of snd_soc_update_bits_locked()

Lars-Peter Clausen (1):
ASoC: tegra: Don't claim to support PCM pause and resume

Mark Brown (6):
ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event
Merge remote-tracking branch 'asoc/fix/compress' into tmp
Merge remote-tracking branch 'asoc/fix/core' into tmp
Merge remote-tracking branch 'asoc/fix/samsung' into tmp
Merge remote-tracking branch 'asoc/fix/tegra' into tmp
Merge remote-tracking branch 'asoc/fix/wm8903' into tmp

Prathyush K (2):
ASoC: Samsung: return error if drvdata is not set
ASoC: Samsung: set drvdata before adding secondary device

sound/soc/codecs/wm5102.c | 2 +-
sound/soc/codecs/wm8903.c | 2 ++
sound/soc/samsung/i2s.c | 17 ++++++++++++-----
sound/soc/soc-compress.c | 14 +++++++++++---
sound/soc/soc-core.c | 2 +-
sound/soc/tegra/tegra_pcm.c | 24 +-----------------------
6 files changed, 28 insertions(+), 33 deletions(-)


Attachments:
(No filename) (1.96 kB)
signature.asc (836.00 B)
Digital signature
Download all attachments

2013-04-12 08:31:54

by Takashi Iwai

[permalink] [raw]
Subject: Re: [GIT PULL] ASoC updates for v3.9-rc6

At Thu, 11 Apr 2013 18:13:16 +0100,
Mark Brown wrote:
>
> The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6:
>
> Linux 3.9-rc6 (2013-04-07 20:49:54 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.9-rc6
>
> for you to fetch changes up to ca62bed0bbf9baf88d8bb404d72dee3b44ef057e:
>
> Merge remote-tracking branch 'asoc/fix/wm8903' into tmp (2013-04-11 18:00:31 +0100)
>
> ----------------------------------------------------------------
>
> ASoC: Updates for v3.9
>
> A few updates, more than I'd like, fixing some relatively small issues
> but mostly driver specific ones. Nothing wildly exciting so if it
> doesn't make v3.9 it won't be the end of the world but it'd be nice.

Thanks, pulled now.


Takashi

>
> ----------------------------------------------------------------
> Alban Bedel (1):
> ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running
>
> Charles Keepax (1):
> ASoC: compress: Cancel delayed power down if needed
>
> Joonyoung Shim (1):
> ASoC: core: Fix to check return value of snd_soc_update_bits_locked()
>
> Lars-Peter Clausen (1):
> ASoC: tegra: Don't claim to support PCM pause and resume
>
> Mark Brown (6):
> ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event
> Merge remote-tracking branch 'asoc/fix/compress' into tmp
> Merge remote-tracking branch 'asoc/fix/core' into tmp
> Merge remote-tracking branch 'asoc/fix/samsung' into tmp
> Merge remote-tracking branch 'asoc/fix/tegra' into tmp
> Merge remote-tracking branch 'asoc/fix/wm8903' into tmp
>
> Prathyush K (2):
> ASoC: Samsung: return error if drvdata is not set
> ASoC: Samsung: set drvdata before adding secondary device
>
> sound/soc/codecs/wm5102.c | 2 +-
> sound/soc/codecs/wm8903.c | 2 ++
> sound/soc/samsung/i2s.c | 17 ++++++++++++-----
> sound/soc/soc-compress.c | 14 +++++++++++---
> sound/soc/soc-core.c | 2 +-
> sound/soc/tegra/tegra_pcm.c | 24 +-----------------------
> 6 files changed, 28 insertions(+), 33 deletions(-)