* ASoC updates for 2.6.36
@ 2010-05-31 13:03 Mark Brown
2010-05-31 16:15 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-05-31 13:03 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e:
Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
This includes a merge up of 2.6.35-rc1, plus the commits below.
Barry Song (1):
ASoC: ad193x: add set_sysclk entry to support different clock input
Jassi Brar (2):
ASOC: S5PC100: Enable AC97 support
ASOC: S5PV210: Enable AC97 support
Mark Brown (7):
Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.36
ASoC: Remove version display from WM8990
ASoC: Fix dB scales for WM835x
ASoC: Fix dB scales for WM8400
ASoC: Fix dB scales for WM8990
Merge commit 'v2.6.35-rc1' into for-2.6.36
ASoC: Fix S/PDIF build
Seungwhan Youn (1):
ASoC: spdif: Add codec driver to use spdif stand-alone
Wan ZongShun (1):
ASoC: NUC900/audio: add nuc900 audio driver support
apatard@mandriva.com (7):
ASoC: Add SOC_DOUBLE_R_SX_TLV control
ASoC: Add SND_SOC_DAPM_PRE_POST_PMD event
ASoC: Add driver for cs42l51
orion/kirkwood: add audio functions.
openrd-client: initialise audio
ASoC: kirkwood: Add i2s support
ASoC: kirkwood: Add audio support to openrd client platforms
arch/arm/mach-kirkwood/common.c | 38 ++
arch/arm/mach-kirkwood/common.h | 2 +
arch/arm/mach-kirkwood/include/mach/kirkwood.h | 3 +
arch/arm/mach-kirkwood/openrd-setup.c | 13 +
arch/arm/plat-orion/include/plat/audio.h | 11 +
include/sound/soc-dapm.h | 2 +
include/sound/soc.h | 21 +
sound/soc/Kconfig | 2 +
sound/soc/Makefile | 2 +
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/ad193x.c | 41 ++-
sound/soc/codecs/ad193x.h | 5 +
sound/soc/codecs/cs42l51.c | 763 ++++++++++++++++++++++++
sound/soc/codecs/cs42l51.h | 163 +++++
sound/soc/codecs/spdif_transciever.c | 94 +++-
sound/soc/codecs/spdif_transciever.h | 1 +
sound/soc/codecs/wm8990.c | 4 -
sound/soc/kirkwood/Kconfig | 20 +
sound/soc/kirkwood/Makefile | 9 +
sound/soc/kirkwood/kirkwood-dma.c | 383 ++++++++++++
sound/soc/kirkwood/kirkwood-dma.h | 17 +
sound/soc/kirkwood/kirkwood-i2s.c | 485 +++++++++++++++
sound/soc/kirkwood/kirkwood-i2s.h | 17 +
sound/soc/kirkwood/kirkwood-openrd.c | 126 ++++
sound/soc/kirkwood/kirkwood.h | 126 ++++
sound/soc/nuc900/Kconfig | 27 +
sound/soc/nuc900/Makefile | 11 +
sound/soc/nuc900/nuc900-ac97.c | 442 ++++++++++++++
sound/soc/nuc900/nuc900-audio.c | 81 +++
sound/soc/nuc900/nuc900-auido.h | 121 ++++
sound/soc/nuc900/nuc900-pcm.c | 352 +++++++++++
sound/soc/s3c24xx/Kconfig | 4 +-
sound/soc/s3c24xx/smdk_wm9713.c | 3 +
sound/soc/soc-core.c | 95 +++
35 files changed, 3482 insertions(+), 8 deletions(-)
create mode 100644 arch/arm/plat-orion/include/plat/audio.h
create mode 100644 sound/soc/codecs/cs42l51.c
create mode 100644 sound/soc/codecs/cs42l51.h
create mode 100644 sound/soc/kirkwood/Kconfig
create mode 100644 sound/soc/kirkwood/Makefile
create mode 100644 sound/soc/kirkwood/kirkwood-dma.c
create mode 100644 sound/soc/kirkwood/kirkwood-dma.h
create mode 100644 sound/soc/kirkwood/kirkwood-i2s.c
create mode 100644 sound/soc/kirkwood/kirkwood-i2s.h
create mode 100644 sound/soc/kirkwood/kirkwood-openrd.c
create mode 100644 sound/soc/kirkwood/kirkwood.h
create mode 100644 sound/soc/nuc900/Kconfig
create mode 100644 sound/soc/nuc900/Makefile
create mode 100644 sound/soc/nuc900/nuc900-ac97.c
create mode 100644 sound/soc/nuc900/nuc900-audio.c
create mode 100644 sound/soc/nuc900/nuc900-auido.h
create mode 100644 sound/soc/nuc900/nuc900-pcm.c
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-05-31 13:03 Mark Brown
@ 2010-05-31 16:15 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-05-31 16:15 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Mon, 31 May 2010 14:03:20 +0100,
Mark Brown wrote:
>
> The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e:
>
> Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
>
> This includes a merge up of 2.6.35-rc1, plus the commits below.
Thanks. Pulled now to topic/asoc branch, on the top of Liam's pull
request.
Takashi
> Barry Song (1):
> ASoC: ad193x: add set_sysclk entry to support different clock input
>
> Jassi Brar (2):
> ASOC: S5PC100: Enable AC97 support
> ASOC: S5PV210: Enable AC97 support
>
> Mark Brown (7):
> Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.36
> ASoC: Remove version display from WM8990
> ASoC: Fix dB scales for WM835x
> ASoC: Fix dB scales for WM8400
> ASoC: Fix dB scales for WM8990
> Merge commit 'v2.6.35-rc1' into for-2.6.36
> ASoC: Fix S/PDIF build
>
> Seungwhan Youn (1):
> ASoC: spdif: Add codec driver to use spdif stand-alone
>
> Wan ZongShun (1):
> ASoC: NUC900/audio: add nuc900 audio driver support
>
> apatard@mandriva.com (7):
> ASoC: Add SOC_DOUBLE_R_SX_TLV control
> ASoC: Add SND_SOC_DAPM_PRE_POST_PMD event
> ASoC: Add driver for cs42l51
> orion/kirkwood: add audio functions.
> openrd-client: initialise audio
> ASoC: kirkwood: Add i2s support
> ASoC: kirkwood: Add audio support to openrd client platforms
>
> arch/arm/mach-kirkwood/common.c | 38 ++
> arch/arm/mach-kirkwood/common.h | 2 +
> arch/arm/mach-kirkwood/include/mach/kirkwood.h | 3 +
> arch/arm/mach-kirkwood/openrd-setup.c | 13 +
> arch/arm/plat-orion/include/plat/audio.h | 11 +
> include/sound/soc-dapm.h | 2 +
> include/sound/soc.h | 21 +
> sound/soc/Kconfig | 2 +
> sound/soc/Makefile | 2 +
> sound/soc/codecs/Kconfig | 4 +
> sound/soc/codecs/Makefile | 2 +
> sound/soc/codecs/ad193x.c | 41 ++-
> sound/soc/codecs/ad193x.h | 5 +
> sound/soc/codecs/cs42l51.c | 763 ++++++++++++++++++++++++
> sound/soc/codecs/cs42l51.h | 163 +++++
> sound/soc/codecs/spdif_transciever.c | 94 +++-
> sound/soc/codecs/spdif_transciever.h | 1 +
> sound/soc/codecs/wm8990.c | 4 -
> sound/soc/kirkwood/Kconfig | 20 +
> sound/soc/kirkwood/Makefile | 9 +
> sound/soc/kirkwood/kirkwood-dma.c | 383 ++++++++++++
> sound/soc/kirkwood/kirkwood-dma.h | 17 +
> sound/soc/kirkwood/kirkwood-i2s.c | 485 +++++++++++++++
> sound/soc/kirkwood/kirkwood-i2s.h | 17 +
> sound/soc/kirkwood/kirkwood-openrd.c | 126 ++++
> sound/soc/kirkwood/kirkwood.h | 126 ++++
> sound/soc/nuc900/Kconfig | 27 +
> sound/soc/nuc900/Makefile | 11 +
> sound/soc/nuc900/nuc900-ac97.c | 442 ++++++++++++++
> sound/soc/nuc900/nuc900-audio.c | 81 +++
> sound/soc/nuc900/nuc900-auido.h | 121 ++++
> sound/soc/nuc900/nuc900-pcm.c | 352 +++++++++++
> sound/soc/s3c24xx/Kconfig | 4 +-
> sound/soc/s3c24xx/smdk_wm9713.c | 3 +
> sound/soc/soc-core.c | 95 +++
> 35 files changed, 3482 insertions(+), 8 deletions(-)
> create mode 100644 arch/arm/plat-orion/include/plat/audio.h
> create mode 100644 sound/soc/codecs/cs42l51.c
> create mode 100644 sound/soc/codecs/cs42l51.h
> create mode 100644 sound/soc/kirkwood/Kconfig
> create mode 100644 sound/soc/kirkwood/Makefile
> create mode 100644 sound/soc/kirkwood/kirkwood-dma.c
> create mode 100644 sound/soc/kirkwood/kirkwood-dma.h
> create mode 100644 sound/soc/kirkwood/kirkwood-i2s.c
> create mode 100644 sound/soc/kirkwood/kirkwood-i2s.h
> create mode 100644 sound/soc/kirkwood/kirkwood-openrd.c
> create mode 100644 sound/soc/kirkwood/kirkwood.h
> create mode 100644 sound/soc/nuc900/Kconfig
> create mode 100644 sound/soc/nuc900/Makefile
> create mode 100644 sound/soc/nuc900/nuc900-ac97.c
> create mode 100644 sound/soc/nuc900/nuc900-audio.c
> create mode 100644 sound/soc/nuc900/nuc900-auido.h
> create mode 100644 sound/soc/nuc900/nuc900-pcm.c
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-06-07 13:41 Mark Brown
2010-06-07 16:42 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-06-07 13:41 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 1fab79b8a1bf0d46a7c7e6a1c06dbed1803f403c:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-05-31 18:13:20 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Eric Bénard (2):
ASoC: imx-ssi.c: add new choices to platform configuration
ASoC: imx: add eukrea-tlv320
Mark Brown (1):
Merge branch 'for-2.6.35' into for-2.6.36
Ryan Mallon (1):
ASoC: ep93xx i2s audio driver
Sascha Hauer (2):
ASoC: Add missing Kconfig entry for Phytec boards
ASoC: MX31ads sound support should depend on MACH_MX31ADS_WM1133_EV1
Wan ZongShun (10):
ASoC: nuc900: patch for SUBSTREAM_TYPE', 'PCM_TX' and 'PCM_RX' removal
ASoC: nuc900: fix a wait loop bug
ASoC: nuc900: fix a typo and rename the header file
ASoC: nuc900: patch for modifing the ac97 delays to minimum
ASoC: s6000: use resource_size for {request/release}_mem_region and ioremap
ASoC: use resource_size for au1x
ASoC: atmel: patch for the unnecessary variable removal
ASoC: s3c: patch for the unnecessary variable 'state' removal
ASoC: atmel: trivial code cleanup
ASoC: patch for the useless 'break' removal in kirkwood
arch/arm/plat-mxc/include/mach/ssi.h | 3 +
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 1 +
sound/soc/atmel/atmel-pcm.c | 1 -
sound/soc/atmel/atmel_ssc_dai.c | 1 -
sound/soc/au1x/psc-ac97.c | 13 +-
sound/soc/au1x/psc-i2s.c | 13 +-
sound/soc/au1x/psc.h | 1 -
sound/soc/ep93xx/Kconfig | 9 +
sound/soc/ep93xx/Makefile | 8 +
sound/soc/ep93xx/ep93xx-i2s.c | 487 ++++++++++++++++++++
sound/soc/ep93xx/ep93xx-i2s.h | 18 +
sound/soc/ep93xx/ep93xx-pcm.c | 319 +++++++++++++
sound/soc/ep93xx/ep93xx-pcm.h | 22 +
sound/soc/imx/Kconfig | 20 +-
sound/soc/imx/Makefile | 2 +
sound/soc/imx/eukrea-tlv320.c | 135 ++++++
sound/soc/imx/imx-ssi.c | 11 +-
sound/soc/kirkwood/kirkwood-i2s.c | 1 -
sound/soc/nuc900/nuc900-ac97.c | 32 +-
.../soc/nuc900/{nuc900-auido.h => nuc900-audio.h} | 4 -
sound/soc/nuc900/nuc900-pcm.c | 18 +-
sound/soc/s3c24xx/s3c-ac97.c | 1 -
sound/soc/s6000/s6000-i2s.c | 38 +-
24 files changed, 1080 insertions(+), 79 deletions(-)
create mode 100644 sound/soc/ep93xx/Kconfig
create mode 100644 sound/soc/ep93xx/Makefile
create mode 100644 sound/soc/ep93xx/ep93xx-i2s.c
create mode 100644 sound/soc/ep93xx/ep93xx-i2s.h
create mode 100644 sound/soc/ep93xx/ep93xx-pcm.c
create mode 100644 sound/soc/ep93xx/ep93xx-pcm.h
create mode 100644 sound/soc/imx/eukrea-tlv320.c
rename sound/soc/nuc900/{nuc900-auido.h => nuc900-audio.h} (95%)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-06-07 13:41 Mark Brown
@ 2010-06-07 16:42 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-06-07 16:42 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Mon, 7 Jun 2010 14:41:58 +0100,
Mark Brown wrote:
>
> The following changes since commit 1fab79b8a1bf0d46a7c7e6a1c06dbed1803f403c:
>
> Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-05-31 18:13:20 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Thanks, pulled now.
Takashi
> Eric Bénard (2):
> ASoC: imx-ssi.c: add new choices to platform configuration
> ASoC: imx: add eukrea-tlv320
>
> Mark Brown (1):
> Merge branch 'for-2.6.35' into for-2.6.36
>
> Ryan Mallon (1):
> ASoC: ep93xx i2s audio driver
>
> Sascha Hauer (2):
> ASoC: Add missing Kconfig entry for Phytec boards
> ASoC: MX31ads sound support should depend on MACH_MX31ADS_WM1133_EV1
>
> Wan ZongShun (10):
> ASoC: nuc900: patch for SUBSTREAM_TYPE', 'PCM_TX' and 'PCM_RX' removal
> ASoC: nuc900: fix a wait loop bug
> ASoC: nuc900: fix a typo and rename the header file
> ASoC: nuc900: patch for modifing the ac97 delays to minimum
> ASoC: s6000: use resource_size for {request/release}_mem_region and ioremap
> ASoC: use resource_size for au1x
> ASoC: atmel: patch for the unnecessary variable removal
> ASoC: s3c: patch for the unnecessary variable 'state' removal
> ASoC: atmel: trivial code cleanup
> ASoC: patch for the useless 'break' removal in kirkwood
>
> arch/arm/plat-mxc/include/mach/ssi.h | 3 +
> sound/soc/Kconfig | 1 +
> sound/soc/Makefile | 1 +
> sound/soc/atmel/atmel-pcm.c | 1 -
> sound/soc/atmel/atmel_ssc_dai.c | 1 -
> sound/soc/au1x/psc-ac97.c | 13 +-
> sound/soc/au1x/psc-i2s.c | 13 +-
> sound/soc/au1x/psc.h | 1 -
> sound/soc/ep93xx/Kconfig | 9 +
> sound/soc/ep93xx/Makefile | 8 +
> sound/soc/ep93xx/ep93xx-i2s.c | 487 ++++++++++++++++++++
> sound/soc/ep93xx/ep93xx-i2s.h | 18 +
> sound/soc/ep93xx/ep93xx-pcm.c | 319 +++++++++++++
> sound/soc/ep93xx/ep93xx-pcm.h | 22 +
> sound/soc/imx/Kconfig | 20 +-
> sound/soc/imx/Makefile | 2 +
> sound/soc/imx/eukrea-tlv320.c | 135 ++++++
> sound/soc/imx/imx-ssi.c | 11 +-
> sound/soc/kirkwood/kirkwood-i2s.c | 1 -
> sound/soc/nuc900/nuc900-ac97.c | 32 +-
> .../soc/nuc900/{nuc900-auido.h => nuc900-audio.h} | 4 -
> sound/soc/nuc900/nuc900-pcm.c | 18 +-
> sound/soc/s3c24xx/s3c-ac97.c | 1 -
> sound/soc/s6000/s6000-i2s.c | 38 +-
> 24 files changed, 1080 insertions(+), 79 deletions(-)
> create mode 100644 sound/soc/ep93xx/Kconfig
> create mode 100644 sound/soc/ep93xx/Makefile
> create mode 100644 sound/soc/ep93xx/ep93xx-i2s.c
> create mode 100644 sound/soc/ep93xx/ep93xx-i2s.h
> create mode 100644 sound/soc/ep93xx/ep93xx-pcm.c
> create mode 100644 sound/soc/ep93xx/ep93xx-pcm.h
> create mode 100644 sound/soc/imx/eukrea-tlv320.c
> rename sound/soc/nuc900/{nuc900-auido.h => nuc900-audio.h} (95%)
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-06-15 11:34 Mark Brown
2010-06-15 13:05 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-06-15 11:34 UTC (permalink / raw)
To: Takshi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 9eb34302681d3f6cf0b186aae31ba08cbd5f22fb:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-06-07 18:38:56 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Mostly minor cleanups plus the fix from 2.6.35.
Grant Likely (1):
ASoC: Remove unused header from MPC5200 PSC driver
Kuninori Morimoto (5):
ASoC: header cleanup for FSI
ASoC: header cleanup for FSI-AK4642
ASoC: header cleanup for FSI-DA7210
ASoC: header cleanup for ak4642
ASoC: header cleanup for da7210
Mark Brown (2):
Merge branch 'ep93xx' into for-2.6.36
Merge branch 'for-2.6.35' into for-2.6.36
Ryan Mallon (2):
EP93xx: Add i2s core support
ASoC: EP93xx: Add Snapper CL15 i2s audio support
Sudhakar Rajashekhara (1):
ASoC: DaVinci: Fix McASP hardware FIFO configuration
Takashi Iwai (1):
Merge branch 'for-2.6.35' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
Wan ZongShun (1):
ASoC: NUC900: patch for fix build error
arch/arm/mach-ep93xx/clock.c | 67 ++++++++++-
arch/arm/mach-ep93xx/core.c | 67 ++++++++++
arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 10 ++
arch/arm/mach-ep93xx/include/mach/platform.h | 3 +
arch/arm/mach-ep93xx/snappercl15.c | 1 +
sound/soc/codecs/ak4642.c | 8 --
sound/soc/codecs/da7210.c | 9 --
sound/soc/davinci/davinci-mcasp.c | 2 -
sound/soc/ep93xx/Kconfig | 9 ++
sound/soc/ep93xx/Makefile | 3 +
sound/soc/ep93xx/snappercl15.c | 150 +++++++++++++++++++++++
sound/soc/fsl/mpc5200_psc_i2s.c | 1 -
sound/soc/fsl/mpc5200_psc_i2s.h | 12 --
sound/soc/nuc900/nuc900-audio.c | 2 +-
sound/soc/nuc900/nuc900-pcm.c | 2 +-
sound/soc/sh/fsi-ak4642.c | 9 --
sound/soc/sh/fsi-da7210.c | 9 --
sound/soc/sh/fsi.c | 9 --
18 files changed, 311 insertions(+), 62 deletions(-)
create mode 100644 sound/soc/ep93xx/snappercl15.c
delete mode 100644 sound/soc/fsl/mpc5200_psc_i2s.h
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-06-15 11:34 Mark Brown
@ 2010-06-15 13:05 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-06-15 13:05 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Tue, 15 Jun 2010 12:34:31 +0100,
Mark Brown wrote:
>
> The following changes since commit 9eb34302681d3f6cf0b186aae31ba08cbd5f22fb:
>
> Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-06-07 18:38:56 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
>
> Mostly minor cleanups plus the fix from 2.6.35.
Pulled now. Thanks.
Takashi
> Grant Likely (1):
> ASoC: Remove unused header from MPC5200 PSC driver
>
> Kuninori Morimoto (5):
> ASoC: header cleanup for FSI
> ASoC: header cleanup for FSI-AK4642
> ASoC: header cleanup for FSI-DA7210
> ASoC: header cleanup for ak4642
> ASoC: header cleanup for da7210
>
> Mark Brown (2):
> Merge branch 'ep93xx' into for-2.6.36
> Merge branch 'for-2.6.35' into for-2.6.36
>
> Ryan Mallon (2):
> EP93xx: Add i2s core support
> ASoC: EP93xx: Add Snapper CL15 i2s audio support
>
> Sudhakar Rajashekhara (1):
> ASoC: DaVinci: Fix McASP hardware FIFO configuration
>
> Takashi Iwai (1):
> Merge branch 'for-2.6.35' of git://git.kernel.org/.../broonie/sound-2.6 into fix/asoc
>
> Wan ZongShun (1):
> ASoC: NUC900: patch for fix build error
>
> arch/arm/mach-ep93xx/clock.c | 67 ++++++++++-
> arch/arm/mach-ep93xx/core.c | 67 ++++++++++
> arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 10 ++
> arch/arm/mach-ep93xx/include/mach/platform.h | 3 +
> arch/arm/mach-ep93xx/snappercl15.c | 1 +
> sound/soc/codecs/ak4642.c | 8 --
> sound/soc/codecs/da7210.c | 9 --
> sound/soc/davinci/davinci-mcasp.c | 2 -
> sound/soc/ep93xx/Kconfig | 9 ++
> sound/soc/ep93xx/Makefile | 3 +
> sound/soc/ep93xx/snappercl15.c | 150 +++++++++++++++++++++++
> sound/soc/fsl/mpc5200_psc_i2s.c | 1 -
> sound/soc/fsl/mpc5200_psc_i2s.h | 12 --
> sound/soc/nuc900/nuc900-audio.c | 2 +-
> sound/soc/nuc900/nuc900-pcm.c | 2 +-
> sound/soc/sh/fsi-ak4642.c | 9 --
> sound/soc/sh/fsi-da7210.c | 9 --
> sound/soc/sh/fsi.c | 9 --
> 18 files changed, 311 insertions(+), 62 deletions(-)
> create mode 100644 sound/soc/ep93xx/snappercl15.c
> delete mode 100644 sound/soc/fsl/mpc5200_psc_i2s.h
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-06-16 14:23 Mark Brown
2010-06-16 16:06 ` Mark Brown
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-06-16 14:23 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 67884e215bf24ad9c244cc8b9eb3c243e85385a1:
Merge branch 'for-2.6.35' into for-2.6.36 (2010-06-15 11:55:35 +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.36
Tweak to the WM2000 driver and a fix for the error reporting issues with
volsw_2r_sx.
Mark Brown (2):
ASoC: Default WM2000 ANC and speaker to enabled
ASoC: Pay attention to write errors in volsw_2r_sx
sound/soc/codecs/wm2000.c | 2 ++
sound/soc/soc-core.c | 6 ++----
2 files changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-06-16 14:23 Mark Brown
@ 2010-06-16 16:06 ` Mark Brown
2010-06-16 17:31 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-06-16 16:06 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
On Wed, Jun 16, 2010 at 03:23:35PM +0100, Mark Brown wrote:
> The following changes since commit 67884e215bf24ad9c244cc8b9eb3c243e85385a1:
>
> Merge branch 'for-2.6.35' into for-2.6.36 (2010-06-15 11:55:35 +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.36
>
> Tweak to the WM2000 driver and a fix for the error reporting issues with
> volsw_2r_sx.
Sorry, forgot I'd sent a mail for this already. Also added Peter
Huewe's I2C dependency patch:
Peter Huewe (1):
ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
sound/soc/sh/Kconfig | 4 ++--
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-06-16 16:06 ` Mark Brown
@ 2010-06-16 17:31 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-06-16 17:31 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Wed, 16 Jun 2010 17:06:54 +0100,
Mark Brown wrote:
>
> On Wed, Jun 16, 2010 at 03:23:35PM +0100, Mark Brown wrote:
> > The following changes since commit 67884e215bf24ad9c244cc8b9eb3c243e85385a1:
> >
> > Merge branch 'for-2.6.35' into for-2.6.36 (2010-06-15 11:55:35 +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.36
> >
> > Tweak to the WM2000 driver and a fix for the error reporting issues with
> > volsw_2r_sx.
>
> Sorry, forgot I'd sent a mail for this already. Also added Peter
> Huewe's I2C dependency patch:
>
> Peter Huewe (1):
> ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
>
> sound/soc/sh/Kconfig | 4 ++--
No problem, I pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-06-22 23:27 Mark Brown
2010-06-23 7:46 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-06-22 23:27 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 66517915e0954ee027b889f452511945f7a9f3ec:
ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210 (2010-06-16 16:34:17 +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.36
Eric Bénard (1):
ASoC: eukrea-tlv320: add support for our i.MX25 board
Lars-Peter Clausen (3):
ASoC: Add JZ4740 ASoC support
ASoC: Add JZ4740 codec driver
ASoC: JZ4740: Add qi_lb60 board driver
Mark Brown (1):
ASoC: Fix sorting of DA7210 entries in Kconfig
Stuart Longland (1):
ASoC: Fix overflow bug in SOC_DOUBLE_R_SX_TLV
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 1 +
sound/soc/codecs/Kconfig | 12 +-
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/jz4740.c | 511 ++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/jz4740.h | 20 ++
sound/soc/imx/Kconfig | 2 +-
sound/soc/imx/eukrea-tlv320.c | 3 +-
sound/soc/jz4740/Kconfig | 23 ++
sound/soc/jz4740/Makefile | 13 +
sound/soc/jz4740/jz4740-i2s.c | 540 +++++++++++++++++++++++++++++++++++++++++
sound/soc/jz4740/jz4740-i2s.h | 18 ++
sound/soc/jz4740/jz4740-pcm.c | 373 ++++++++++++++++++++++++++++
sound/soc/jz4740/jz4740-pcm.h | 22 ++
sound/soc/jz4740/qi_lb60.c | 166 +++++++++++++
sound/soc/soc-core.c | 4 +-
16 files changed, 1703 insertions(+), 8 deletions(-)
create mode 100644 sound/soc/codecs/jz4740.c
create mode 100644 sound/soc/codecs/jz4740.h
create mode 100644 sound/soc/jz4740/Kconfig
create mode 100644 sound/soc/jz4740/Makefile
create mode 100644 sound/soc/jz4740/jz4740-i2s.c
create mode 100644 sound/soc/jz4740/jz4740-i2s.h
create mode 100644 sound/soc/jz4740/jz4740-pcm.c
create mode 100644 sound/soc/jz4740/jz4740-pcm.h
create mode 100644 sound/soc/jz4740/qi_lb60.c
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-06-22 23:27 Mark Brown
@ 2010-06-23 7:46 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-06-23 7:46 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Wed, 23 Jun 2010 00:27:33 +0100,
Mark Brown wrote:
>
> The following changes since commit 66517915e0954ee027b889f452511945f7a9f3ec:
>
> ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210 (2010-06-16 16:34:17 +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.36
Pulled now. Thanks.
Takashi
> Eric Bénard (1):
> ASoC: eukrea-tlv320: add support for our i.MX25 board
>
> Lars-Peter Clausen (3):
> ASoC: Add JZ4740 ASoC support
> ASoC: Add JZ4740 codec driver
> ASoC: JZ4740: Add qi_lb60 board driver
>
> Mark Brown (1):
> ASoC: Fix sorting of DA7210 entries in Kconfig
>
> Stuart Longland (1):
> ASoC: Fix overflow bug in SOC_DOUBLE_R_SX_TLV
>
> sound/soc/Kconfig | 1 +
> sound/soc/Makefile | 1 +
> sound/soc/codecs/Kconfig | 12 +-
> sound/soc/codecs/Makefile | 2 +
> sound/soc/codecs/jz4740.c | 511 ++++++++++++++++++++++++++++++++++++++
> sound/soc/codecs/jz4740.h | 20 ++
> sound/soc/imx/Kconfig | 2 +-
> sound/soc/imx/eukrea-tlv320.c | 3 +-
> sound/soc/jz4740/Kconfig | 23 ++
> sound/soc/jz4740/Makefile | 13 +
> sound/soc/jz4740/jz4740-i2s.c | 540 +++++++++++++++++++++++++++++++++++++++++
> sound/soc/jz4740/jz4740-i2s.h | 18 ++
> sound/soc/jz4740/jz4740-pcm.c | 373 ++++++++++++++++++++++++++++
> sound/soc/jz4740/jz4740-pcm.h | 22 ++
> sound/soc/jz4740/qi_lb60.c | 166 +++++++++++++
> sound/soc/soc-core.c | 4 +-
> 16 files changed, 1703 insertions(+), 8 deletions(-)
> create mode 100644 sound/soc/codecs/jz4740.c
> create mode 100644 sound/soc/codecs/jz4740.h
> create mode 100644 sound/soc/jz4740/Kconfig
> create mode 100644 sound/soc/jz4740/Makefile
> create mode 100644 sound/soc/jz4740/jz4740-i2s.c
> create mode 100644 sound/soc/jz4740/jz4740-i2s.h
> create mode 100644 sound/soc/jz4740/jz4740-pcm.c
> create mode 100644 sound/soc/jz4740/jz4740-pcm.h
> create mode 100644 sound/soc/jz4740/qi_lb60.c
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-07-01 18:43 Mark Brown
2010-07-04 9:23 ` Mark Brown
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-07-01 18:43 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Eric Bénard (1):
ASoC: clean i.MX Kconfig
Kuninori Morimoto (1):
ASoC: ak4642: Add Digital Playback Volume control
Mark Brown (1):
Merge remote branch 'takashi/topic/asoc' into for-2.6.36
Vladimir Zapolskiy (4):
ASoC: uda134x: replace a macro with a value in platform struct.
ASoC: uda134x: fix bias level setup on initialization
ASoC: uda134x: add DATA011 register found in codecs family
ASoC: uda134x: correct bias level setup for codecs family
include/sound/uda134x.h | 12 ++++++++
sound/soc/codecs/ak4642.c | 24 ++++++++++++++--
sound/soc/codecs/uda134x.c | 64 +++++++++++++++++++++++++++++--------------
sound/soc/codecs/uda134x.h | 5 ++-
sound/soc/imx/Kconfig | 14 ++++-----
5 files changed, 85 insertions(+), 34 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-07-01 18:43 Mark Brown
@ 2010-07-04 9:23 ` Mark Brown
2010-07-05 7:00 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-07-04 9:23 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
On Thu, Jul 01, 2010 at 07:43:22PM +0100, Mark Brown wrote:
> The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
>
> Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Sorry, I forgot all about this outstanding pull request and pushed some
new changes. Please find below a revised one:
The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Eric Bénard (1):
ASoC: clean i.MX Kconfig
Kuninori Morimoto (1):
ASoC: ak4642: Add Digital Playback Volume control
Mark Brown (1):
Merge remote branch 'takashi/topic/asoc' into for-2.6.36
Maurus Cuelenaere (2):
ASoC: codec: Add WM8987 device id to WM8750 driver
ASoC: Add SmartQ sound driver
Vladimir Zapolskiy (4):
ASoC: uda134x: replace a macro with a value in platform struct.
ASoC: uda134x: fix bias level setup on initialization
ASoC: uda134x: add DATA011 register found in codecs family
ASoC: uda134x: correct bias level setup for codecs family
include/sound/uda134x.h | 12 ++
sound/soc/codecs/ak4642.c | 24 +++-
sound/soc/codecs/uda134x.c | 64 ++++++---
sound/soc/codecs/uda134x.h | 5 +-
sound/soc/codecs/wm8750.c | 11 ++-
sound/soc/imx/Kconfig | 14 +-
sound/soc/s3c24xx/Kconfig | 6 +
sound/soc/s3c24xx/Makefile | 2 +
sound/soc/s3c24xx/smartq_wm8987.c | 296 +++++++++++++++++++++++++++++++++++++
9 files changed, 399 insertions(+), 35 deletions(-)
create mode 100644 sound/soc/s3c24xx/smartq_wm8987.c
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-07-04 9:23 ` Mark Brown
@ 2010-07-05 7:00 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-07-05 7:00 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Sun, 4 Jul 2010 18:23:26 +0900,
Mark Brown wrote:
>
> On Thu, Jul 01, 2010 at 07:43:22PM +0100, Mark Brown wrote:
> > The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
> >
> > Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
>
> Sorry, I forgot all about this outstanding pull request and pushed some
> new changes. Please find below a revised one:
Don't worry, I couldn't pull in the last week as I've been on vacation ;)
> The following changes since commit e827e32efc313e1a061c81007e96fff439ccb802:
>
> Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-06-24 11:11:41 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Pulled now. Thanks!
Takashi
> Eric Bénard (1):
> ASoC: clean i.MX Kconfig
>
> Kuninori Morimoto (1):
> ASoC: ak4642: Add Digital Playback Volume control
>
> Mark Brown (1):
> Merge remote branch 'takashi/topic/asoc' into for-2.6.36
>
> Maurus Cuelenaere (2):
> ASoC: codec: Add WM8987 device id to WM8750 driver
> ASoC: Add SmartQ sound driver
>
> Vladimir Zapolskiy (4):
> ASoC: uda134x: replace a macro with a value in platform struct.
> ASoC: uda134x: fix bias level setup on initialization
> ASoC: uda134x: add DATA011 register found in codecs family
> ASoC: uda134x: correct bias level setup for codecs family
>
> include/sound/uda134x.h | 12 ++
> sound/soc/codecs/ak4642.c | 24 +++-
> sound/soc/codecs/uda134x.c | 64 ++++++---
> sound/soc/codecs/uda134x.h | 5 +-
> sound/soc/codecs/wm8750.c | 11 ++-
> sound/soc/imx/Kconfig | 14 +-
> sound/soc/s3c24xx/Kconfig | 6 +
> sound/soc/s3c24xx/Makefile | 2 +
> sound/soc/s3c24xx/smartq_wm8987.c | 296 +++++++++++++++++++++++++++++++++++++
> 9 files changed, 399 insertions(+), 35 deletions(-)
> create mode 100644 sound/soc/s3c24xx/smartq_wm8987.c
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-07-06 0:21 Mark Brown
2010-07-06 6:23 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-07-06 0:21 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit ce93a3702832121d517ad348817929f22fcce47c:
ASoC: Add SmartQ sound driver (2010-07-04 18:04:12 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Mark Brown (4):
ASoC: Fix sorting of Makefile and Kconfig
ASoC: Remove current WM8960 deemphasis control
ASoC: Automatically manage DAC deemphasis rate for WM8960
ASoC: Automatically manage ALC coefficients for WM8960
sound/soc/Kconfig | 2 +-
sound/soc/Makefile | 2 +-
sound/soc/codecs/wm8960.c | 99 +++++++++++++++++++++++++++++++++++++++++----
3 files changed, 93 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-07-06 0:21 ASoC updates for 2.6.36 Mark Brown
@ 2010-07-06 6:23 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-07-06 6:23 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Tue, 6 Jul 2010 09:21:37 +0900,
Mark Brown wrote:
>
> The following changes since commit ce93a3702832121d517ad348817929f22fcce47c:
>
> ASoC: Add SmartQ sound driver (2010-07-04 18:04:12 +0900)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Pulled now. Thanks.
Takashi
> Mark Brown (4):
> ASoC: Fix sorting of Makefile and Kconfig
> ASoC: Remove current WM8960 deemphasis control
> ASoC: Automatically manage DAC deemphasis rate for WM8960
> ASoC: Automatically manage ALC coefficients for WM8960
>
> sound/soc/Kconfig | 2 +-
> sound/soc/Makefile | 2 +-
> sound/soc/codecs/wm8960.c | 99 +++++++++++++++++++++++++++++++++++++++++----
> 3 files changed, 93 insertions(+), 10 deletions(-)
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-07-08 23:56 Mark Brown
2010-07-09 8:11 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-07-08 23:56 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit db059c0f6edec0b1deba665e5853f4ed829003b7:
ASoC: Automatically manage ALC coefficients for WM8960 (2010-07-06 08:46:10 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Mark Brown (2):
ASoC: Include WM8994 GPIO and interrupt registers in codec_reg
ASoC: Implement WM8994 OPCLK support
Maurus Cuelenaere (1):
ASoC: Invert speaker enabling behaviour in SmartQ sound driver
Raffaele Recalcati (3):
ASoC: DaVinci: Added two clocking possibilities to McBSP (I2S)
ASoC: DaVinci: Added selection of clk input pin for McBSP
ASoC: DaVinci: More accurate continuous serial clock for McBSP (I2S)
arch/arm/mach-davinci/include/mach/asp.h | 48 +++++++++
sound/soc/codecs/wm8994.c | 43 +++++++++
sound/soc/codecs/wm8994.h | 3 +
sound/soc/davinci/davinci-i2s.c | 153 +++++++++++++++++++++++++++---
sound/soc/davinci/davinci-i2s.h | 5 +
sound/soc/s3c24xx/smartq_wm8987.c | 1 -
6 files changed, 238 insertions(+), 15 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-07-08 23:56 Mark Brown
@ 2010-07-09 8:11 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-07-09 8:11 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Fri, 9 Jul 2010 08:56:19 +0900,
Mark Brown wrote:
>
> The following changes since commit db059c0f6edec0b1deba665e5853f4ed829003b7:
>
> ASoC: Automatically manage ALC coefficients for WM8960 (2010-07-06 08:46:10 +0900)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Pulled now. Thanks.
Takashi
> Mark Brown (2):
> ASoC: Include WM8994 GPIO and interrupt registers in codec_reg
> ASoC: Implement WM8994 OPCLK support
>
> Maurus Cuelenaere (1):
> ASoC: Invert speaker enabling behaviour in SmartQ sound driver
>
> Raffaele Recalcati (3):
> ASoC: DaVinci: Added two clocking possibilities to McBSP (I2S)
> ASoC: DaVinci: Added selection of clk input pin for McBSP
> ASoC: DaVinci: More accurate continuous serial clock for McBSP (I2S)
>
> arch/arm/mach-davinci/include/mach/asp.h | 48 +++++++++
> sound/soc/codecs/wm8994.c | 43 +++++++++
> sound/soc/codecs/wm8994.h | 3 +
> sound/soc/davinci/davinci-i2s.c | 153 +++++++++++++++++++++++++++---
> sound/soc/davinci/davinci-i2s.h | 5 +
> sound/soc/s3c24xx/smartq_wm8987.c | 1 -
> 6 files changed, 238 insertions(+), 15 deletions(-)
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-07-20 12:43 Mark Brown
2010-07-20 14:39 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-07-20 12:43 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 0c74a939d84730818bc9bf1efa5ad7184bb2f248:
ASoC: au1x: fix section mismatch in psc-i2s.c (2010-07-13 12:39:14 +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.36
Axel Lin (2):
ASoC: wm8727: add a missing return in wm8727_platform_probe
ASoC:: remove a redundant snd_soc_unregister_codec call in wm8988_register
Chanwoo Choi (2):
ASoC: Select wm_hubs automatically for WM8994
ASoC:Support Samsung SoC(S5P) in I2Sv2
Eric Bénard (1):
ASoC: eukrea-tlv320: add support for cpuimx35sd
Kulikov Vasiliy (3):
ASoC: davinci: check kzalloc() result (typo)
ASoC: imx: check kzalloc() result and fix memory leak
ASoC: imx: check kzalloc() result and fix memory leak
Kuninori Morimoto (1):
ASoC: fsi: Add specified ID for soc-audio
Mark Brown (8):
Merge branch 'for-2.6.35' into for-2.6.36
ASoC: Handle read failures in codec_reg
ASoC: Remove duplicate AUX definition from WM8776
Merge branch 'for-2.6.35' into for-2.6.36
ASoC: Explicitly disable DC servo on WM hubs headphone powerdown
ASoC: Implement WM8994 AIF1ADC2 paths
Merge branch 'for-2.6.35' into for-2.6.36
ASoC: Unconditionally enable WM8994 AIF1ADC TDM mode
Sekhar Nori (1):
ASoC: davinci: let platform data define edma queue numbers
arch/arm/mach-davinci/board-da830-evm.c | 2 +-
arch/arm/mach-davinci/board-da850-evm.c | 2 +-
arch/arm/mach-davinci/board-dm646x-evm.c | 4 +-
arch/arm/mach-davinci/include/mach/asp.h | 3 +-
include/sound/sh_fsi.h | 3 ++
sound/soc/codecs/Kconfig | 4 +-
sound/soc/codecs/wm8727.c | 2 +
sound/soc/codecs/wm8776.c | 1 -
sound/soc/codecs/wm8988.c | 1 -
sound/soc/codecs/wm8994.c | 32 ++++++++++++++++++++++++++++++
sound/soc/codecs/wm_hubs.c | 2 +
sound/soc/davinci/davinci-i2s.c | 10 +++++++++
sound/soc/davinci/davinci-mcasp.c | 6 +++-
sound/soc/davinci/davinci-pcm.c | 5 ++-
sound/soc/davinci/davinci-pcm.h | 3 +-
sound/soc/davinci/davinci-vcif.c | 2 +-
sound/soc/imx/Kconfig | 2 +-
sound/soc/imx/eukrea-tlv320.c | 3 +-
sound/soc/imx/imx-pcm-dma-mx2.c | 6 ++++-
sound/soc/imx/imx-pcm-fiq.c | 6 ++++-
sound/soc/s3c24xx/s3c-i2s-v2.c | 3 +-
sound/soc/sh/fsi-ak4642.c | 4 +-
sound/soc/sh/fsi-da7210.c | 4 +-
sound/soc/soc-core.c | 22 +++++++++++++++----
24 files changed, 103 insertions(+), 29 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-07-20 12:43 Mark Brown
@ 2010-07-20 14:39 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-07-20 14:39 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Tue, 20 Jul 2010 13:43:30 +0100,
Mark Brown wrote:
>
> The following changes since commit 0c74a939d84730818bc9bf1efa5ad7184bb2f248:
>
> ASoC: au1x: fix section mismatch in psc-i2s.c (2010-07-13 12:39:14 +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.36
Pulled now. Thanks.
Takashi
> Axel Lin (2):
> ASoC: wm8727: add a missing return in wm8727_platform_probe
> ASoC:: remove a redundant snd_soc_unregister_codec call in wm8988_register
>
> Chanwoo Choi (2):
> ASoC: Select wm_hubs automatically for WM8994
> ASoC:Support Samsung SoC(S5P) in I2Sv2
>
> Eric Bénard (1):
> ASoC: eukrea-tlv320: add support for cpuimx35sd
>
> Kulikov Vasiliy (3):
> ASoC: davinci: check kzalloc() result (typo)
> ASoC: imx: check kzalloc() result and fix memory leak
> ASoC: imx: check kzalloc() result and fix memory leak
>
> Kuninori Morimoto (1):
> ASoC: fsi: Add specified ID for soc-audio
>
> Mark Brown (8):
> Merge branch 'for-2.6.35' into for-2.6.36
> ASoC: Handle read failures in codec_reg
> ASoC: Remove duplicate AUX definition from WM8776
> Merge branch 'for-2.6.35' into for-2.6.36
> ASoC: Explicitly disable DC servo on WM hubs headphone powerdown
> ASoC: Implement WM8994 AIF1ADC2 paths
> Merge branch 'for-2.6.35' into for-2.6.36
> ASoC: Unconditionally enable WM8994 AIF1ADC TDM mode
>
> Sekhar Nori (1):
> ASoC: davinci: let platform data define edma queue numbers
>
> arch/arm/mach-davinci/board-da830-evm.c | 2 +-
> arch/arm/mach-davinci/board-da850-evm.c | 2 +-
> arch/arm/mach-davinci/board-dm646x-evm.c | 4 +-
> arch/arm/mach-davinci/include/mach/asp.h | 3 +-
> include/sound/sh_fsi.h | 3 ++
> sound/soc/codecs/Kconfig | 4 +-
> sound/soc/codecs/wm8727.c | 2 +
> sound/soc/codecs/wm8776.c | 1 -
> sound/soc/codecs/wm8988.c | 1 -
> sound/soc/codecs/wm8994.c | 32 ++++++++++++++++++++++++++++++
> sound/soc/codecs/wm_hubs.c | 2 +
> sound/soc/davinci/davinci-i2s.c | 10 +++++++++
> sound/soc/davinci/davinci-mcasp.c | 6 +++-
> sound/soc/davinci/davinci-pcm.c | 5 ++-
> sound/soc/davinci/davinci-pcm.h | 3 +-
> sound/soc/davinci/davinci-vcif.c | 2 +-
> sound/soc/imx/Kconfig | 2 +-
> sound/soc/imx/eukrea-tlv320.c | 3 +-
> sound/soc/imx/imx-pcm-dma-mx2.c | 6 ++++-
> sound/soc/imx/imx-pcm-fiq.c | 6 ++++-
> sound/soc/s3c24xx/s3c-i2s-v2.c | 3 +-
> sound/soc/sh/fsi-ak4642.c | 4 +-
> sound/soc/sh/fsi-da7210.c | 4 +-
> sound/soc/soc-core.c | 22 +++++++++++++++----
> 24 files changed, 103 insertions(+), 29 deletions(-)
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-07-29 17:55 Mark Brown
2010-07-29 18:06 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-07-29 17:55 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit a7e7cd5bd7d1e0134032b8db5e64ceb9dac8b3ca:
ASoC: da7210: Add HeadPhone Playback Volume control (2010-07-23 10:17:47 +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.36
Kuninori Morimoto (3):
ASoC: fsi: remove unnecessary clock processing
ASoC: fsi: remove device id check
ASoC: fsi: Add new funtion for SPDIF
include/sound/sh_fsi.h | 2 +
sound/soc/sh/fsi.c | 70 +++++++++++++++++++++++++++++++++++++----------
2 files changed, 57 insertions(+), 15 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-07-29 17:55 Mark Brown
@ 2010-07-29 18:06 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-07-29 18:06 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Thu, 29 Jul 2010 10:55:33 -0700,
Mark Brown wrote:
>
> The following changes since commit a7e7cd5bd7d1e0134032b8db5e64ceb9dac8b3ca:
>
> ASoC: da7210: Add HeadPhone Playback Volume control (2010-07-23 10:17:47 +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.36
Pulled now. Thanks.
Takashi
> Kuninori Morimoto (3):
> ASoC: fsi: remove unnecessary clock processing
> ASoC: fsi: remove device id check
> ASoC: fsi: Add new funtion for SPDIF
>
> include/sound/sh_fsi.h | 2 +
> sound/soc/sh/fsi.c | 70 +++++++++++++++++++++++++++++++++++++----------
> 2 files changed, 57 insertions(+), 15 deletions(-)
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-08-03 9:09 Mark Brown
2010-08-03 9:55 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-08-03 9:09 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 988b0dc1547f9f6a7c8cae472cad0a55df31818c:
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-08-02 12:10:52 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Axel Lin (12):
ASoC: ad1836: fix a memory leak if another ad1836 is registered
ASoC: ak4642: fix a memory leak if failed to initialise AK4642
ASoC: da7210: fix a memory leak if failed to initialise da7210 audio codec
ASoC: wm8523: fix resource reclaim in wm8523_register error path
ASoC: wm8711: fix a memory leak if another WM8711 is registered
ASoC: wm8904: fix resource reclaim in wm8904_register error path
ASoC: wm8940: fix a memory leak if wm8940_register return error
ASoC: wm8955: fix resource reclaim in wm8955_register error path
ASoC: wm8961: fix resource reclaim in wm8961_register error path
ASoC: wm8974: fix a memory leak if another WM8974 is registered
ASoC: wm8978: fix a memory leak if a wm8978_register fail
ASoC: wm9081: fix resource reclaim in wm9081_register error path
Ian Lartey (1):
ASoC: Initial WM8741 CODEC driver
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/ad1836.c | 1 +
sound/soc/codecs/ak4642.c | 4 +-
sound/soc/codecs/da7210.c | 8 +-
sound/soc/codecs/wm8523.c | 10 +-
sound/soc/codecs/wm8711.c | 3 +-
sound/soc/codecs/wm8741.c | 579 +++++++++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8741.h | 214 +++++++++++++++++
sound/soc/codecs/wm8904.c | 13 +-
sound/soc/codecs/wm8940.c | 7 +-
sound/soc/codecs/wm8955.c | 10 +-
sound/soc/codecs/wm8961.c | 9 +-
sound/soc/codecs/wm8974.c | 3 +-
sound/soc/codecs/wm8978.c | 10 +-
sound/soc/codecs/wm9081.c | 11 +-
16 files changed, 857 insertions(+), 31 deletions(-)
create mode 100644 sound/soc/codecs/wm8741.c
create mode 100644 sound/soc/codecs/wm8741.h
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-08-03 9:09 Mark Brown
@ 2010-08-03 9:55 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-08-03 9:55 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Tue, 3 Aug 2010 10:09:22 +0100,
Mark Brown wrote:
>
> The following changes since commit 988b0dc1547f9f6a7c8cae472cad0a55df31818c:
>
> Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc (2010-08-02 12:10:52 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36
Pulled now. Thanks.
Takashi
> Axel Lin (12):
> ASoC: ad1836: fix a memory leak if another ad1836 is registered
> ASoC: ak4642: fix a memory leak if failed to initialise AK4642
> ASoC: da7210: fix a memory leak if failed to initialise da7210 audio codec
> ASoC: wm8523: fix resource reclaim in wm8523_register error path
> ASoC: wm8711: fix a memory leak if another WM8711 is registered
> ASoC: wm8904: fix resource reclaim in wm8904_register error path
> ASoC: wm8940: fix a memory leak if wm8940_register return error
> ASoC: wm8955: fix resource reclaim in wm8955_register error path
> ASoC: wm8961: fix resource reclaim in wm8961_register error path
> ASoC: wm8974: fix a memory leak if another WM8974 is registered
> ASoC: wm8978: fix a memory leak if a wm8978_register fail
> ASoC: wm9081: fix resource reclaim in wm9081_register error path
>
> Ian Lartey (1):
> ASoC: Initial WM8741 CODEC driver
>
> sound/soc/codecs/Kconfig | 4 +
> sound/soc/codecs/Makefile | 2 +
> sound/soc/codecs/ad1836.c | 1 +
> sound/soc/codecs/ak4642.c | 4 +-
> sound/soc/codecs/da7210.c | 8 +-
> sound/soc/codecs/wm8523.c | 10 +-
> sound/soc/codecs/wm8711.c | 3 +-
> sound/soc/codecs/wm8741.c | 579 +++++++++++++++++++++++++++++++++++++++++++++
> sound/soc/codecs/wm8741.h | 214 +++++++++++++++++
> sound/soc/codecs/wm8904.c | 13 +-
> sound/soc/codecs/wm8940.c | 7 +-
> sound/soc/codecs/wm8955.c | 10 +-
> sound/soc/codecs/wm8961.c | 9 +-
> sound/soc/codecs/wm8974.c | 3 +-
> sound/soc/codecs/wm8978.c | 10 +-
> sound/soc/codecs/wm9081.c | 11 +-
> 16 files changed, 857 insertions(+), 31 deletions(-)
> create mode 100644 sound/soc/codecs/wm8741.c
> create mode 100644 sound/soc/codecs/wm8741.h
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-08-10 14:52 Mark Brown
2010-08-10 14:56 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-08-10 14:52 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit bda7d2a862e6b788bca2d02d38a07966a9c92e48:
ASoC: TWL4030: Capture route runtime DAPM ordering fix (2010-08-04 00:42:39 +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.36
Cliff Cai (1):
ASoC: register cache should be 1 byte aligned for 1 byte long register
Eric Bénard (1):
ASoC: Fix for changed Eureka Kconfig symbol names
Mark Brown (1):
ASoC: Fix inverted mute controls for WM8580
Sonic Zhang (1):
ASoC: add AD1980 obsolete information
A bunch of small, easy to parse, fixes here plus the documentation
updated on the obsoletion of the AD1980.
sound/soc/blackfin/Kconfig | 7 ++++++-
sound/soc/blackfin/bf5xx-ad1980.c | 10 +++++++++-
sound/soc/codecs/ad1980.c | 10 +++++++++-
sound/soc/codecs/ad1980.h | 6 ++++++
sound/soc/codecs/wm8580.c | 6 +++---
sound/soc/imx/Kconfig | 4 +++-
sound/soc/soc-cache.c | 4 ++--
7 files changed, 38 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-08-10 14:52 Mark Brown
@ 2010-08-10 14:56 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-08-10 14:56 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Tue, 10 Aug 2010 15:52:31 +0100,
Mark Brown wrote:
>
> The following changes since commit bda7d2a862e6b788bca2d02d38a07966a9c92e48:
>
> ASoC: TWL4030: Capture route runtime DAPM ordering fix (2010-08-04 00:42:39 +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.36
Pulled now. Thanks.
I'm going to send the second merge request tomorrow. If anything is
missing, please let me know.
Takashi
> Cliff Cai (1):
> ASoC: register cache should be 1 byte aligned for 1 byte long register
>
> Eric Bénard (1):
> ASoC: Fix for changed Eureka Kconfig symbol names
>
> Mark Brown (1):
> ASoC: Fix inverted mute controls for WM8580
>
> Sonic Zhang (1):
> ASoC: add AD1980 obsolete information
>
> A bunch of small, easy to parse, fixes here plus the documentation
> updated on the obsoletion of the AD1980.
>
> sound/soc/blackfin/Kconfig | 7 ++++++-
> sound/soc/blackfin/bf5xx-ad1980.c | 10 +++++++++-
> sound/soc/codecs/ad1980.c | 10 +++++++++-
> sound/soc/codecs/ad1980.h | 6 ++++++
> sound/soc/codecs/wm8580.c | 6 +++---
> sound/soc/imx/Kconfig | 4 +++-
> sound/soc/soc-cache.c | 4 ++--
> 7 files changed, 38 insertions(+), 9 deletions(-)
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-08-13 14:49 Mark Brown
2010-08-13 16:12 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-08-13 14:49 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 2e2211a387e70c62e1249822a94f4a33933ecd62:
ASoC: add AD1980 obsolete information (2010-08-10 15:43:45 +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.36
A couple of focused patches for the WM8994, plus the MAINTAINERS
additions. They're not 100% ASoC but mostly so by volume of code
covered so hopefully not a problem for you to take via your tree - let
me know if it's an issue and I'll drop them.
Mark Brown (4):
ASoC: Optimise DSP performance for WM8994
ASoC: Only tweak WM8994 chip configuration on devices up to rev D
MAINTAINERS: Make Wolfson entry also cover CODEC drivers
MAINTAINERS: Add Ian Lartey as comaintaner for Wolfson devices
MAINTAINERS | 7 ++++---
sound/soc/codecs/wm8994.c | 23 +++++++++++++++--------
2 files changed, 19 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-08-13 14:49 Mark Brown
@ 2010-08-13 16:12 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-08-13 16:12 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Fri, 13 Aug 2010 15:49:35 +0100,
Mark Brown wrote:
>
> The following changes since commit 2e2211a387e70c62e1249822a94f4a33933ecd62:
>
> ASoC: add AD1980 obsolete information (2010-08-10 15:43:45 +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.36
Pulled now.
> A couple of focused patches for the WM8994, plus the MAINTAINERS
> additions. They're not 100% ASoC but mostly so by volume of code
> covered so hopefully not a problem for you to take via your tree - let
> me know if it's an issue and I'll drop them.
It's no problem; many of ASoC stuff are Wolfson, after all :)
thanks,
Takashi
>
> Mark Brown (4):
> ASoC: Optimise DSP performance for WM8994
> ASoC: Only tweak WM8994 chip configuration on devices up to rev D
> MAINTAINERS: Make Wolfson entry also cover CODEC drivers
> MAINTAINERS: Add Ian Lartey as comaintaner for Wolfson devices
>
> MAINTAINERS | 7 ++++---
> sound/soc/codecs/wm8994.c | 23 +++++++++++++++--------
> 2 files changed, 19 insertions(+), 11 deletions(-)
>
^ permalink raw reply [flat|nested] 30+ messages in thread
* ASoC updates for 2.6.36
@ 2010-10-07 21:16 Mark Brown
2010-10-11 11:59 ` Takashi Iwai
0 siblings, 1 reply; 30+ messages in thread
From: Mark Brown @ 2010-10-07 21:16 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
The following changes since commit 0077ca0b5c986477e33451b797b6e7dc92a8bbc0:
ASoC: Fix multi-componentism (2010-09-22 18:47:40 +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.36
Just a few MAINTAINERS updates.
Mark Brown (3):
ASoC: Add Jassi Brar as Samsung maintainer
ASoC: Add Dimitris Papastamos to Wolfson maintainers
ASoC: Update links for Wolfson MAINTAINERS entry
MAINTAINERS | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: ASoC updates for 2.6.36
2010-10-07 21:16 Mark Brown
@ 2010-10-11 11:59 ` Takashi Iwai
0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2010-10-11 11:59 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Thu, 7 Oct 2010 14:16:29 -0700,
Mark Brown wrote:
>
> The following changes since commit 0077ca0b5c986477e33451b797b6e7dc92a8bbc0:
>
> ASoC: Fix multi-componentism (2010-09-22 18:47:40 +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.36
>
> Just a few MAINTAINERS updates.
Pulled now. Thanks.
Takashi
> Mark Brown (3):
> ASoC: Add Jassi Brar as Samsung maintainer
> ASoC: Add Dimitris Papastamos to Wolfson maintainers
> ASoC: Update links for Wolfson MAINTAINERS entry
>
> MAINTAINERS | 10 +++++++++-
> 1 files changed, 9 insertions(+), 1 deletions(-)
>
^ permalink raw reply [flat|nested] 30+ messages in thread
end of thread, other threads:[~2010-10-11 11:59 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 0:21 ASoC updates for 2.6.36 Mark Brown
2010-07-06 6:23 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-10-07 21:16 Mark Brown
2010-10-11 11:59 ` Takashi Iwai
2010-08-13 14:49 Mark Brown
2010-08-13 16:12 ` Takashi Iwai
2010-08-10 14:52 Mark Brown
2010-08-10 14:56 ` Takashi Iwai
2010-08-03 9:09 Mark Brown
2010-08-03 9:55 ` Takashi Iwai
2010-07-29 17:55 Mark Brown
2010-07-29 18:06 ` Takashi Iwai
2010-07-20 12:43 Mark Brown
2010-07-20 14:39 ` Takashi Iwai
2010-07-08 23:56 Mark Brown
2010-07-09 8:11 ` Takashi Iwai
2010-07-01 18:43 Mark Brown
2010-07-04 9:23 ` Mark Brown
2010-07-05 7:00 ` Takashi Iwai
2010-06-22 23:27 Mark Brown
2010-06-23 7:46 ` Takashi Iwai
2010-06-16 14:23 Mark Brown
2010-06-16 16:06 ` Mark Brown
2010-06-16 17:31 ` Takashi Iwai
2010-06-15 11:34 Mark Brown
2010-06-15 13:05 ` Takashi Iwai
2010-06-07 13:41 Mark Brown
2010-06-07 16:42 ` Takashi Iwai
2010-05-31 13:03 Mark Brown
2010-05-31 16:15 ` 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.