* [PATCH 0/17] ASoC updates
@ 2008-11-18 12:37 Mark Brown
2008-11-18 12:56 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2008-11-18 12:37 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
The following changes since commit 71cfc9028d762419ce4dea62b4afc9c32c4b4820:
Mark Brown (1):
ASoC: Add WM8728 codec driver
are available in the git repository at:
git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Bryan Wu (1):
ASoC: Blackfin: Simplify the MMAP_SUPPORT macros protected code
Christian Pellegrin (2):
ASoC: UDA134x codec driver
ASoC: Machine driver for for s3c24xx with uda134x
Cliff Cai (3):
ASoC: AD1980 codec: add multi-channel function support
ASoC: Blackfin: add multi-channel function support
ASoC: Blackfin: Fix AD1980/1 build with MMAP support disabled
Mark Brown (5):
ASoC: Allow writes to uncached registers in WM8990
ASoC: Enable WM8990 ADC clocking workaround
ASoC: Manage VMID mode for WM8990
ASoC: Build tlv320aic23 cleanly
ASoC: Move uda134x_codec.h to uda134x.h
Michael Hennerich (1):
ASoC: Fix Blackfin AC97 DAI probe function return code
Mike Frysinger (3):
ASoC: Blackfin: updates Kconfig for SPORT
ASoC: Blackfin: do not force TWI bus for ssm2602 codec
ASoC: Blackfin: always set a default value for that GPIO range
Naresh Medisetty (1):
ASoC: DaVinci: Fix audio stall when doing full duplex
Peter Ujfalusi (1):
ASoC: Fix for master playback/capture volume range for TWL4030 codec
include/sound/l3.h | 18 +
include/sound/s3c24xx_uda134x.h | 14 +
include/sound/uda134x.h | 26 ++
sound/soc/blackfin/Kconfig | 18 +-
sound/soc/blackfin/bf5xx-ac97-pcm.c | 101 +++---
sound/soc/blackfin/bf5xx-ac97.c | 158 +++++----
sound/soc/blackfin/bf5xx-ac97.h | 35 ++-
sound/soc/blackfin/bf5xx-sport.h | 2 +-
sound/soc/codecs/Kconfig | 8 +
sound/soc/codecs/Makefile | 4 +
sound/soc/codecs/ad1980.c | 19 +-
sound/soc/codecs/l3.c | 91 +++++
sound/soc/codecs/tlv320aic23.c | 13 +-
sound/soc/codecs/twl4030.c | 4 +-
sound/soc/codecs/uda134x.c | 656 +++++++++++++++++++++++++++++++++++
sound/soc/codecs/uda134x.h | 36 ++
sound/soc/codecs/wm8990.c | 23 +-
sound/soc/codecs/wm8990.h | 4 +-
sound/soc/davinci/davinci-i2s.c | 31 +-
sound/soc/s3c24xx/Kconfig | 5 +
sound/soc/s3c24xx/Makefile | 2 +
sound/soc/s3c24xx/s3c24xx_uda134x.c | 374 ++++++++++++++++++++
22 files changed, 1488 insertions(+), 154 deletions(-)
create mode 100644 include/sound/l3.h
create mode 100644 include/sound/s3c24xx_uda134x.h
create mode 100644 include/sound/uda134x.h
create mode 100644 sound/soc/codecs/l3.c
create mode 100644 sound/soc/codecs/uda134x.c
create mode 100644 sound/soc/codecs/uda134x.h
create mode 100644 sound/soc/s3c24xx/s3c24xx_uda134x.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/17] ASoC updates
2008-11-18 12:37 [PATCH 0/17] ASoC updates Mark Brown
@ 2008-11-18 12:56 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-11-18 12:56 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel
At Tue, 18 Nov 2008 12:37:35 +0000,
Mark Brown wrote:
>
> The following changes since commit 71cfc9028d762419ce4dea62b4afc9c32c4b4820:
> Mark Brown (1):
> ASoC: Add WM8728 codec driver
>
> are available in the git repository at:
>
> git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai
Thanks, pulled now.
(I almost replied to addition of include/sound/uda1341x.h & co,
but you already moved them :)
Takashi
> Bryan Wu (1):
> ASoC: Blackfin: Simplify the MMAP_SUPPORT macros protected code
>
> Christian Pellegrin (2):
> ASoC: UDA134x codec driver
> ASoC: Machine driver for for s3c24xx with uda134x
>
> Cliff Cai (3):
> ASoC: AD1980 codec: add multi-channel function support
> ASoC: Blackfin: add multi-channel function support
> ASoC: Blackfin: Fix AD1980/1 build with MMAP support disabled
>
> Mark Brown (5):
> ASoC: Allow writes to uncached registers in WM8990
> ASoC: Enable WM8990 ADC clocking workaround
> ASoC: Manage VMID mode for WM8990
> ASoC: Build tlv320aic23 cleanly
> ASoC: Move uda134x_codec.h to uda134x.h
>
> Michael Hennerich (1):
> ASoC: Fix Blackfin AC97 DAI probe function return code
>
> Mike Frysinger (3):
> ASoC: Blackfin: updates Kconfig for SPORT
> ASoC: Blackfin: do not force TWI bus for ssm2602 codec
> ASoC: Blackfin: always set a default value for that GPIO range
>
> Naresh Medisetty (1):
> ASoC: DaVinci: Fix audio stall when doing full duplex
>
> Peter Ujfalusi (1):
> ASoC: Fix for master playback/capture volume range for TWL4030 codec
>
> include/sound/l3.h | 18 +
> include/sound/s3c24xx_uda134x.h | 14 +
> include/sound/uda134x.h | 26 ++
> sound/soc/blackfin/Kconfig | 18 +-
> sound/soc/blackfin/bf5xx-ac97-pcm.c | 101 +++---
> sound/soc/blackfin/bf5xx-ac97.c | 158 +++++----
> sound/soc/blackfin/bf5xx-ac97.h | 35 ++-
> sound/soc/blackfin/bf5xx-sport.h | 2 +-
> sound/soc/codecs/Kconfig | 8 +
> sound/soc/codecs/Makefile | 4 +
> sound/soc/codecs/ad1980.c | 19 +-
> sound/soc/codecs/l3.c | 91 +++++
> sound/soc/codecs/tlv320aic23.c | 13 +-
> sound/soc/codecs/twl4030.c | 4 +-
> sound/soc/codecs/uda134x.c | 656 +++++++++++++++++++++++++++++++++++
> sound/soc/codecs/uda134x.h | 36 ++
> sound/soc/codecs/wm8990.c | 23 +-
> sound/soc/codecs/wm8990.h | 4 +-
> sound/soc/davinci/davinci-i2s.c | 31 +-
> sound/soc/s3c24xx/Kconfig | 5 +
> sound/soc/s3c24xx/Makefile | 2 +
> sound/soc/s3c24xx/s3c24xx_uda134x.c | 374 ++++++++++++++++++++
> 22 files changed, 1488 insertions(+), 154 deletions(-)
> create mode 100644 include/sound/l3.h
> create mode 100644 include/sound/s3c24xx_uda134x.h
> create mode 100644 include/sound/uda134x.h
> create mode 100644 sound/soc/codecs/l3.c
> create mode 100644 sound/soc/codecs/uda134x.c
> create mode 100644 sound/soc/codecs/uda134x.h
> create mode 100644 sound/soc/s3c24xx/s3c24xx_uda134x.c
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-18 12:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 12:37 [PATCH 0/17] ASoC updates Mark Brown
2008-11-18 12:56 ` 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.