* ASoC update for 2.6.37
@ 2010-10-18 5:13 Mark Brown
0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2010-10-18 5:13 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 630f2d445f922c9dcf1bb54ffde78685e2c63072:
fbdev: sh_mobile_hdmi: fix compilation without SOUND enabled (2010-10-15 11:56:46 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37
Mark Brown (1):
Revert "ASoC: Add max98088 CODEC driver"
sound/soc/codecs/Kconfig | 4 -
sound/soc/codecs/Makefile | 2 -
sound/soc/codecs/max98088.c | 2097 -------------------------------------------
sound/soc/codecs/max98088.h | 193 ----
4 files changed, 0 insertions(+), 2296 deletions(-)
delete mode 100644 sound/soc/codecs/max98088.c
delete mode 100644 sound/soc/codecs/max98088.h
^ permalink raw reply [flat|nested] 5+ messages in thread* ASoC update for 2.6.37
@ 2010-11-02 13:31 Mark Brown
2010-11-02 13:35 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2010-11-02 13:31 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 5a0b07433ddd808ecbb5f4287b61be6fa7af1b57:
ASoC: Update WARN uses in wm_hubs (2010-11-01 15:44:57 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37
Eric Miao (1):
ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
This is a clearly focused build fix. I'll do a merge up of 2.6.37-rc1
once this is pulled if that's OK?
sound/soc/pxa/tosa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: ASoC update for 2.6.37
2010-11-02 13:31 Mark Brown
@ 2010-11-02 13:35 ` Takashi Iwai
0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2010-11-02 13:35 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Tue, 2 Nov 2010 09:31:54 -0400,
Mark Brown wrote:
>
> The following changes since commit 5a0b07433ddd808ecbb5f4287b61be6fa7af1b57:
>
> ASoC: Update WARN uses in wm_hubs (2010-11-01 15:44:57 -0400)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37
>
> Eric Miao (1):
> ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
>
> This is a clearly focused build fix. I'll do a merge up of 2.6.37-rc1
> once this is pulled if that's OK?
Yes, sure. I wanted to do it by myself if you didn't ask it :)
Pulled now. Thanks.
Takashi
> sound/soc/pxa/tosa.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* ASoC update for 2.6.37
@ 2010-12-14 18:22 Mark Brown
2010-12-14 19:05 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2010-12-14 18:22 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit a0968628097380be52db8b4664da98fc425546a5:
ASoC: WM8580: Fix R8 initial value (2010-12-09 10:55:56 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37
One small fix - only affects a very small set of users which are clearly
broken without the fix, at worst they'll continue to be broken in the
same way if there's a problem.
Jarkko Nikula (1):
ASoC: Fix bias power down of non-DAPM codec
sound/soc/soc-dapm.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: ASoC update for 2.6.37
2010-12-14 18:22 Mark Brown
@ 2010-12-14 19:05 ` Takashi Iwai
0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2010-12-14 19:05 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Tue, 14 Dec 2010 18:22:57 +0000,
Mark Brown wrote:
>
> The following changes since commit a0968628097380be52db8b4664da98fc425546a5:
>
> ASoC: WM8580: Fix R8 initial value (2010-12-09 10:55:56 +0000)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37
>
> One small fix - only affects a very small set of users which are clearly
> broken without the fix, at worst they'll continue to be broken in the
> same way if there's a problem.
Thanks, pulled now.
Takashi
> Jarkko Nikula (1):
> ASoC: Fix bias power down of non-DAPM codec
>
> sound/soc/soc-dapm.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-14 19:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 5:13 ASoC update for 2.6.37 Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2010-11-02 13:31 Mark Brown
2010-11-02 13:35 ` Takashi Iwai
2010-12-14 18:22 Mark Brown
2010-12-14 19:05 ` 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.