* ASoC updates for v3.7
@ 2012-10-25 18:19 Mark Brown
2012-10-25 19:22 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2012-10-25 18:19 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 1321 bytes --]
The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:
Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.7
for you to fetch changes up to 456ba5a7802e58eccb5aa9751b3ab515ef99b9ca:
Merge remote-tracking branches 'asoc/fix/ux500' and 'asoc/fix/wm8994' into for-3.7 (2012-10-25 17:36:02 +0100)
----------------------------------------------------------------
ASoC: Fixes for v3.7
A couple of driver fixes, one that improves the interoperability of
WM8994 with controllers that are sensitive to extra BCLK cycles and some
build break fixes for ux500.
----------------------------------------------------------------
Lee Jones (2):
ASoC: Ux500: Dispose of device nodes correctly
ASoC: ux500_msp_i2s: Fix devm_* and return code merge error
Mark Brown (2):
ASoC: wm8994: Only enable extra BCLK cycles when required
Merge remote-tracking branches 'asoc/fix/ux500' and 'asoc/fix/wm8994' into for-3.7
sound/soc/codecs/wm8994.c | 18 +++++++++++++++++-
sound/soc/codecs/wm8994.h | 1 +
sound/soc/ux500/mop500.c | 17 +++++++++++++++++
sound/soc/ux500/ux500_msp_i2s.c | 8 +++-----
4 files changed, 38 insertions(+), 6 deletions(-)
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ASoC updates for v3.7
2012-10-25 18:19 ASoC updates for v3.7 Mark Brown
@ 2012-10-25 19:22 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2012-10-25 19:22 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Thu, 25 Oct 2012 19:19:58 +0100,
Mark Brown wrote:
>
> [1 <text/plain; us-ascii (7bit)>]
> The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:
>
> Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.7
>
> for you to fetch changes up to 456ba5a7802e58eccb5aa9751b3ab515ef99b9ca:
>
> Merge remote-tracking branches 'asoc/fix/ux500' and 'asoc/fix/wm8994' into for-3.7 (2012-10-25 17:36:02 +0100)
>
> ----------------------------------------------------------------
>
> ASoC: Fixes for v3.7
>
> A couple of driver fixes, one that improves the interoperability of
> WM8994 with controllers that are sensitive to extra BCLK cycles and some
> build break fixes for ux500.
Pulled now. Thanks.
Takashi
>
> ----------------------------------------------------------------
> Lee Jones (2):
> ASoC: Ux500: Dispose of device nodes correctly
> ASoC: ux500_msp_i2s: Fix devm_* and return code merge error
>
> Mark Brown (2):
> ASoC: wm8994: Only enable extra BCLK cycles when required
> Merge remote-tracking branches 'asoc/fix/ux500' and 'asoc/fix/wm8994' into for-3.7
>
> sound/soc/codecs/wm8994.c | 18 +++++++++++++++++-
> sound/soc/codecs/wm8994.h | 1 +
> sound/soc/ux500/mop500.c | 17 +++++++++++++++++
> sound/soc/ux500/ux500_msp_i2s.c | 8 +++-----
> 4 files changed, 38 insertions(+), 6 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* ASoC updates for v3.7
@ 2012-10-27 22:13 Mark Brown
2012-10-28 8:58 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2012-10-27 22:13 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 974 bytes --]
The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:
Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.7
for you to fetch changes up to 19118eb8dc3cd6bb1b1fdf0e4ad62070c6683158:
ASoC: omap-dmic: Correct functional clock name (2012-10-27 23:00:18 +0100)
----------------------------------------------------------------
ASoC: Fixes for v3.7
Clean up some fallout from the OMAP header reorganisation and a minor
fix for DMIC which has no practical effect but is neater.
----------------------------------------------------------------
Peter Ujfalusi (1):
ASoC: omap-dmic: Correct functional clock name
Tony Lindgren (1):
ASoC: zoom2: Fix compile error by including correct header files
sound/soc/omap/omap-dmic.c | 4 ++--
sound/soc/omap/zoom2.c | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ASoC updates for v3.7
2012-10-27 22:13 Mark Brown
@ 2012-10-28 8:58 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2012-10-28 8:58 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Sat, 27 Oct 2012 23:13:14 +0100,
Mark Brown wrote:
>
> The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:
>
> Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.7
>
> for you to fetch changes up to 19118eb8dc3cd6bb1b1fdf0e4ad62070c6683158:
>
> ASoC: omap-dmic: Correct functional clock name (2012-10-27 23:00:18 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v3.7
>
> Clean up some fallout from the OMAP header reorganisation and a minor
> fix for DMIC which has no practical effect but is neater.
Thanks, pulled now.
Takashi
>
> ----------------------------------------------------------------
> Peter Ujfalusi (1):
> ASoC: omap-dmic: Correct functional clock name
>
> Tony Lindgren (1):
> ASoC: zoom2: Fix compile error by including correct header files
>
> sound/soc/omap/omap-dmic.c | 4 ++--
> sound/soc/omap/zoom2.c | 5 ++---
> 2 files changed, 4 insertions(+), 5 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-28 8:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 18:19 ASoC updates for v3.7 Mark Brown
2012-10-25 19:22 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2012-10-27 22:13 Mark Brown
2012-10-28 8:58 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.