* [PATCH 0/4] ASoC updates
@ 2008-09-24 11:59 Mark Brown
2008-09-24 12:43 ` Takashi Iwai
0 siblings, 1 reply; 13+ messages in thread
From: Mark Brown @ 2008-09-24 11:59 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
This series fixes a couple of bugs (neither of which affect 2.6.27) and
introduces a new API call for marking disconnected pins, mostly as a
placeholder for future development so machine drivers can start using it
now and then benefit when a more substantial implementation follows.
The following changes since commit 3090258fed179996ac4daecb482bad28d84cb054:
Jean Delvare (1):
ALSA: ASoC: Convert tlv320aic3x to a new-style i2c driver (v2)
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Mark Brown (4):
ASoC: Fix inverted input PGA mute bits in WM8903
ASoC: Fix build of GTA01 audio driver
ASoC: Allow machine drivers to mark pins as not connected
ASoC: Use snd_soc_dapm_nc_pin() in GTA01 audio driver
include/sound/soc-dapm.h | 1 +
sound/soc/codecs/wm8903.c | 4 ++--
sound/soc/s3c24xx/neo1973_wm8753.c | 17 ++++++++---------
sound/soc/soc-dapm.c | 20 ++++++++++++++++++++
4 files changed, 31 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH 0/4] ASoC updates
2008-09-24 11:59 [PATCH 0/4] ASoC updates Mark Brown
@ 2008-09-24 12:43 ` Takashi Iwai
0 siblings, 0 replies; 13+ messages in thread
From: Takashi Iwai @ 2008-09-24 12:43 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel
At Wed, 24 Sep 2008 12:59:07 +0100,
Mark Brown wrote:
>
> This series fixes a couple of bugs (neither of which affect 2.6.27) and
> introduces a new API call for marking disconnected pins, mostly as a
> placeholder for future development so machine drivers can start using it
> now and then benefit when a more substantial implementation follows.
>
> The following changes since commit 3090258fed179996ac4daecb482bad28d84cb054:
> Jean Delvare (1):
> ALSA: ASoC: Convert tlv320aic3x to a new-style i2c driver (v2)
>
> are available in the git repository at:
>
> git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Applied. Thanks.
Takashi
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 0/4] ASoC updates
@ 2008-11-05 18:52 Mark Brown
0 siblings, 0 replies; 13+ messages in thread
From: Mark Brown @ 2008-11-05 18:52 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following changes since commit 0ee4663617fb0f78cec4cc6558a096ccbd8c3ffc:
Takashi Iwai (1):
ALSA: ASoC - Remove unnecessary inclusion of linux/version.h
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
David Anders (1):
ASoC: Add new parameter to s3c24xx_pcm_enqueue
Marek Vasut (1):
ASoC: Add Palm/PXA27x unified ASoC audio driver
Mark Brown (1):
ASoC: Remove core version number
Troy Kisky (1):
ASoC: TLV320AIC23B Support more sample rates
arch/arm/mach-pxa/include/mach/palmasoc.h | 13 ++
include/sound/soc.h | 2 -
sound/soc/codecs/tlv320aic23.c | 227 +++++++++++++++++++-----
sound/soc/pxa/Kconfig | 9 +
sound/soc/pxa/Makefile | 2 +
sound/soc/pxa/palm27x.c | 269 +++++++++++++++++++++++++++++
sound/soc/s3c24xx/s3c24xx-pcm.c | 12 +-
sound/soc/soc-core.c | 1 -
8 files changed, 483 insertions(+), 52 deletions(-)
create mode 100644 arch/arm/mach-pxa/include/mach/palmasoc.h
create mode 100644 sound/soc/pxa/palm27x.c
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/4] ASoC updates
@ 2008-11-06 11:38 Mark Brown
2008-11-06 11:57 ` Takashi Iwai
0 siblings, 1 reply; 13+ messages in thread
From: Mark Brown @ 2008-11-06 11:38 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following changes since commit 0ee4663617fb0f78cec4cc6558a096ccbd8c3ffc:
Takashi Iwai (1):
ALSA: ASoC - Remove unnecessary inclusion of linux/version.h
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
This series drops the TLV320AIC23 patch for now and makes the Palm
driver non-modular for the time being due to the platform data dodge
being used.
David Anders (1):
ASoC: Add new parameter to s3c24xx_pcm_enqueue
Grazvydas Ignotas (1):
ALSA: ASoC: TWL4030 codec - fix 256*Fs clock
Marek Vasut (1):
ASoC: Add Palm/PXA27x unified ASoC audio driver
Mark Brown (1):
ASoC: Remove core version number
arch/arm/mach-pxa/include/mach/palmasoc.h | 13 ++
include/sound/soc.h | 2 -
sound/soc/codecs/twl4030.c | 4 +-
sound/soc/pxa/Kconfig | 9 +
sound/soc/pxa/Makefile | 2 +
sound/soc/pxa/palm27x.c | 269 +++++++++++++++++++++++++++++
sound/soc/s3c24xx/s3c24xx-pcm.c | 12 +-
sound/soc/soc-core.c | 1 -
8 files changed, 303 insertions(+), 9 deletions(-)
create mode 100644 arch/arm/mach-pxa/include/mach/palmasoc.h
create mode 100644 sound/soc/pxa/palm27x.c
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH 0/4] ASoC updates
2008-11-06 11:38 Mark Brown
@ 2008-11-06 11:57 ` Takashi Iwai
0 siblings, 0 replies; 13+ messages in thread
From: Takashi Iwai @ 2008-11-06 11:57 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel
At Thu, 6 Nov 2008 11:38:32 +0000,
Mark Brown wrote:
>
> The following changes since commit 0ee4663617fb0f78cec4cc6558a096ccbd8c3ffc:
> Takashi Iwai (1):
> ALSA: ASoC - Remove unnecessary inclusion of linux/version.h
>
> are available in the git repository at:
>
> git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Thanks, pulled now.
Takashi
>
> This series drops the TLV320AIC23 patch for now and makes the Palm
> driver non-modular for the time being due to the platform data dodge
> being used.
>
> David Anders (1):
> ASoC: Add new parameter to s3c24xx_pcm_enqueue
>
> Grazvydas Ignotas (1):
> ALSA: ASoC: TWL4030 codec - fix 256*Fs clock
>
> Marek Vasut (1):
> ASoC: Add Palm/PXA27x unified ASoC audio driver
>
> Mark Brown (1):
> ASoC: Remove core version number
>
> arch/arm/mach-pxa/include/mach/palmasoc.h | 13 ++
> include/sound/soc.h | 2 -
> sound/soc/codecs/twl4030.c | 4 +-
> sound/soc/pxa/Kconfig | 9 +
> sound/soc/pxa/Makefile | 2 +
> sound/soc/pxa/palm27x.c | 269 +++++++++++++++++++++++++++++
> sound/soc/s3c24xx/s3c24xx-pcm.c | 12 +-
> sound/soc/soc-core.c | 1 -
> 8 files changed, 303 insertions(+), 9 deletions(-)
> create mode 100644 arch/arm/mach-pxa/include/mach/palmasoc.h
> create mode 100644 sound/soc/pxa/palm27x.c
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 0/4] ASoC updates
@ 2008-11-12 11:55 Mark Brown
2008-11-12 12:31 ` Takashi Iwai
0 siblings, 1 reply; 13+ messages in thread
From: Mark Brown @ 2008-11-12 11:55 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following changes since commit e18c94d20224f3df584531a48d944d8cccfda46d:
Grazvydas Ignotas (1):
ALSA: ASoC: TWL4030 codec - fix 256*Fs clock
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Christian Pellegrin (1):
ASoC: s3c24xx 8 bit sound fix
Hugo Villeneuve (1):
ASoC: Add Right-Justified mode and Codec clock master to davinci-i2s
Naresh Medisetty (1):
ASoC: DaVinci: Audio: Fix swapping of channels at start of stereo playback
Troy Kisky (1):
ASoC: TLV320AIC23B Support more sample rates
sound/soc/codecs/tlv320aic23.c | 222 +++++++++++++++++++++++++++++++--------
sound/soc/davinci/davinci-i2s.c | 89 ++++++++++++++--
sound/soc/s3c24xx/s3c24xx-i2s.c | 7 ++
3 files changed, 263 insertions(+), 55 deletions(-)
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH 0/4] ASoC updates
2008-11-12 11:55 Mark Brown
@ 2008-11-12 12:31 ` Takashi Iwai
0 siblings, 0 replies; 13+ messages in thread
From: Takashi Iwai @ 2008-11-12 12:31 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel
At Wed, 12 Nov 2008 11:55:07 +0000,
Mark Brown wrote:
>
> The following changes since commit e18c94d20224f3df584531a48d944d8cccfda46d:
> Grazvydas Ignotas (1):
> ALSA: ASoC: TWL4030 codec - fix 256*Fs clock
>
> are available in the git repository at:
>
> git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Thanks, pulled in, and pushed out.
Takashi
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 0/4] ASoC updates
@ 2008-11-14 14:57 Mark Brown
2008-11-14 16:03 ` Takashi Iwai
0 siblings, 1 reply; 13+ messages in thread
From: Mark Brown @ 2008-11-14 14:57 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following changes since commit fb0ef645f2c546f8297b2fbf9b2b8fff4a7455e8:
Naresh Medisetty (1):
ASoC: DaVinci: Audio: Fix swapping of channels at start of stereo playback
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Jarkko Nikula (2):
ASoC: Fix supported sample rates of TWL4030 audio codec
ASoC: OMAP: Add more supported sample rates into McBSP DAI driver
Mark Brown (2):
ASoC: Revert "ASoC: Add new parameter to s3c24xx_pcm_enqueue"
ASoC: Add WM8728 codec driver
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/twl4030.c | 2 +-
sound/soc/codecs/wm8728.c | 574 +++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8728.h | 30 ++
sound/soc/omap/omap-mcbsp.c | 4 +-
sound/soc/s3c24xx/s3c24xx-pcm.c | 12 +-
7 files changed, 616 insertions(+), 12 deletions(-)
create mode 100644 sound/soc/codecs/wm8728.c
create mode 100644 sound/soc/codecs/wm8728.h
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH 0/4] ASoC updates
2008-11-14 14:57 Mark Brown
@ 2008-11-14 16:03 ` Takashi Iwai
0 siblings, 0 replies; 13+ messages in thread
From: Takashi Iwai @ 2008-11-14 16:03 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel
At Fri, 14 Nov 2008 14:57:06 +0000,
Mark Brown wrote:
>
> The following changes since commit fb0ef645f2c546f8297b2fbf9b2b8fff4a7455e8:
> Naresh Medisetty (1):
> ASoC: DaVinci: Audio: Fix swapping of channels at start of stereo playback
>
> are available in the git repository at:
>
> git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 0/4] ASoC updates
@ 2008-12-04 11:25 Mark Brown
2008-12-04 14:29 ` Takashi Iwai
0 siblings, 1 reply; 13+ messages in thread
From: Mark Brown @ 2008-12-04 11:25 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following changes since commit 6f2a974bfc8d3be7a30674c71e2fef003b39a8d2:
Daniel Mack (1):
ASoC: tlv320aic3x: headset/button press support
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Mark Brown (4):
ASoC: Push debugfs files out of the snd_soc_device structure
ASoC: Remove device from platform suspend and resume operations
ASoC: Remove platform device from DAI suspend and resume operations
ASoC: Remove obsolete declaration of struct snd_soc_clock_info
include/sound/soc-dai.h | 6 +--
include/sound/soc.h | 15 +++----
sound/soc/atmel/atmel-pcm.c | 6 +--
sound/soc/atmel/atmel_ssc_dai.c | 6 +--
sound/soc/au1x/psc-ac97.c | 6 +--
sound/soc/au1x/psc-i2s.c | 6 +--
sound/soc/blackfin/bf5xx-ac97.c | 6 +--
sound/soc/blackfin/bf5xx-i2s.c | 6 +--
sound/soc/pxa/pxa-ssp.c | 6 +--
sound/soc/pxa/pxa2xx-ac97.c | 6 +--
sound/soc/pxa/pxa2xx-i2s.c | 6 +--
sound/soc/s3c24xx/s3c2412-i2s.c | 16 +++----
sound/soc/s3c24xx/s3c24xx-i2s.c | 6 +--
sound/soc/soc-core.c | 85 +++++++++++++++++++++-----------------
14 files changed, 83 insertions(+), 99 deletions(-)
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/4] ASoC updates
@ 2008-12-18 17:30 Mark Brown
2008-12-19 7:11 ` Takashi Iwai
0 siblings, 1 reply; 13+ messages in thread
From: Mark Brown @ 2008-12-18 17:30 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following changes since commit 49d92c7d5bbd158734bc34ed578a68b214a48583:
Stanley.Miao (1):
ASoC: TWL4030: hands-free start-up sequence.
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-tiwai
Alexander Beregalov (1):
ASoC: switch davinci DPRINTK to pr_debug()
Mark Brown (3):
ASoC: Ease merge difficulties from new architectures
ASoC: Complain if we fail to create DAPM controls
ASoC: Add WM8350 AudioPlus codec driver
include/linux/mfd/wm8350/audio.h | 38 +-
sound/soc/Kconfig | 10 +-
sound/soc/Makefile | 12 +-
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/wm8350.c | 1583 ++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8350.h | 20 +
sound/soc/davinci/davinci-pcm.c | 18 +-
sound/soc/soc-dapm.c | 6 +-
9 files changed, 1669 insertions(+), 24 deletions(-)
create mode 100644 sound/soc/codecs/wm8350.c
create mode 100644 sound/soc/codecs/wm8350.h
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH 0/4] ASoC updates
2008-12-18 17:30 Mark Brown
@ 2008-12-19 7:11 ` Takashi Iwai
0 siblings, 0 replies; 13+ messages in thread
From: Takashi Iwai @ 2008-12-19 7:11 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel
At Thu, 18 Dec 2008 17:30:21 +0000,
Mark Brown wrote:
>
> The following changes since commit 49d92c7d5bbd158734bc34ed578a68b214a48583:
> Stanley.Miao (1):
> ASoC: TWL4030: hands-free start-up sequence.
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-tiwai
Applied now. Thanks.
Takashi
>
> Alexander Beregalov (1):
> ASoC: switch davinci DPRINTK to pr_debug()
>
> Mark Brown (3):
> ASoC: Ease merge difficulties from new architectures
> ASoC: Complain if we fail to create DAPM controls
> ASoC: Add WM8350 AudioPlus codec driver
>
> include/linux/mfd/wm8350/audio.h | 38 +-
> sound/soc/Kconfig | 10 +-
> sound/soc/Makefile | 12 +-
> sound/soc/codecs/Kconfig | 4 +
> sound/soc/codecs/Makefile | 2 +
> sound/soc/codecs/wm8350.c | 1583 ++++++++++++++++++++++++++++++++++++++
> sound/soc/codecs/wm8350.h | 20 +
> sound/soc/davinci/davinci-pcm.c | 18 +-
> sound/soc/soc-dapm.c | 6 +-
> 9 files changed, 1669 insertions(+), 24 deletions(-)
> create mode 100644 sound/soc/codecs/wm8350.c
> create mode 100644 sound/soc/codecs/wm8350.h
>
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2008-12-19 7:11 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 11:59 [PATCH 0/4] ASoC updates Mark Brown
2008-09-24 12:43 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2008-11-05 18:52 Mark Brown
2008-11-06 11:38 Mark Brown
2008-11-06 11:57 ` Takashi Iwai
2008-11-12 11:55 Mark Brown
2008-11-12 12:31 ` Takashi Iwai
2008-11-14 14:57 Mark Brown
2008-11-14 16:03 ` Takashi Iwai
2008-12-04 11:25 Mark Brown
2008-12-04 14:29 ` Takashi Iwai
2008-12-18 17:30 Mark Brown
2008-12-19 7:11 ` 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.