lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 13 Oct 2008 03:50:32 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>, perex@...ex.cz,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] ALSA updates (#2)

Linus,

please pull ALSA updates #2 for 2.6.28 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus

This contains patches that have been missing in the last pull, mostly
for ASoC and HD-audio, and some new fixes.


Thanks!

Takashi

===

Arun KS (5):
      ALSA: ASoC: Add TLV320AIC23 codec driver
      ALSA: ASoC: Add support for osk5912
      ALSA: ASoC: Add DSP DAI format support to the OMAP McBSP driver
      ALSA: ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codec
      ALSA: ASoC: Add destination and source port for DMA on OMAP1

Cliff Cai (4):
      ALSA: ASoC codec: AD73311 audio codec driver
      ALSA: ASoC Blackfin: add I2S DAI support for AD73311
      ALSA: ASoC Blackfin: add asoc ad73311 driver supporting in Blackfin boards
      ALSA: ASoC Blackfin: fix bug - Audio Latency on AD1981 with MMAP enabled

Frank Mandarino (1):
      ALSA: ASoC: Remove references to Endrelia ETI-B1 board

Huang Weiyi (1):
      ALSA: ASoC codec: remove unused #include <version.h>

Jarkko Nikula (5):
      ALSA: ASoC: tlv320aic3x: Use uniform tlv320aic naming
      ALSA: ASoC: Remove unused AUDIO_NAME define from codec drivers
      ALSA: ASoC: OMAP: Add multilink support to McBSP DAI driver
      ALSA: ASoC: OMAP: Add support for OMAP2430 and OMAP34xx in McBSP DAI driver
      ALSA: ASoC: OMAP: Set DMA stream name at runtime in McBSP DAI driver

Jonas Bonn (2):
      ALSA: ASoC: Add widgets before setting endpoints on GTA01
      ALSA: ASoC: Drop device registration from GTA01 lm4857 driver

Liam Girdwood (1):
      ALSA: ASoC: update email address for Liam Girdwood

Mark Brown (11):
      ALSA: ASoC: Allow machine drivers to mark pins as not connected
      ALSA: ASoC: Use snd_soc_dapm_nc_pin() in GTA01 audio driver
      ALSA: ASoC: Use snd_soc_dapm_nc_pin() in Zaurus machine drivers
      ALSA: ASoC: Use snd_soc_dapm_nc_pin() in N810 machine driver
      ALSA: ASoC: Add WM8753 SPI support
      ALSA: ASoC: Add WM8510 SPI support
      ALSA: ASoC: Implement WM8510 bias level control
      ALSA: ASoC: Make WM8510 microphone input a DAPM mixer
      ALSA: ASoC: Make TLV320AIC26 user-visible
      ALSA: ASoC: Fix inverted input PGA mute bits in WM8903
      ALSA: ASoC: Fix build of GTA01 audio driver

Matthew Ranostay (2):
      ALSA: hda: add mixers for analog mixer on 92hd75xx codecs
      ALSA: hda: corrected invalid mixer values

Takashi Iwai (1):
      ALSA: ASoC - clean up Kconfig for TLV320AIC2

 include/sound/soc-dapm.h            |    1 +
 sound/oss/ac97_codec.c              |    2 +-
 sound/pci/ac97/ac97_patch.c         |    2 +-
 sound/pci/hda/patch_sigmatel.c      |   50 ++-
 sound/soc/at91/Kconfig              |   17 -
 sound/soc/at91/Makefile             |    5 -
 sound/soc/at91/at91-ssc.c           |    2 +-
 sound/soc/at91/eti_b1_wm8731.c      |  349 -----------------
 sound/soc/blackfin/Kconfig          |   16 +
 sound/soc/blackfin/Makefile         |    3 +-
 sound/soc/blackfin/bf5xx-ac97-pcm.c |   42 ++-
 sound/soc/blackfin/bf5xx-ac97.c     |    1 -
 sound/soc/blackfin/bf5xx-ad73311.c  |  240 ++++++++++++
 sound/soc/blackfin/bf5xx-i2s.c      |   47 ++-
 sound/soc/blackfin/bf5xx-sport.h    |    2 +
 sound/soc/codecs/Kconfig            |   11 +-
 sound/soc/codecs/Makefile           |    4 +
 sound/soc/codecs/ac97.c             |    3 +-
 sound/soc/codecs/ad1980.c           |    1 -
 sound/soc/codecs/ad73311.c          |  107 ++++++
 sound/soc/codecs/ad73311.h          |   90 +++++
 sound/soc/codecs/ak4535.c           |    1 -
 sound/soc/codecs/ssm2602.c          |    1 -
 sound/soc/codecs/tlv320aic23.c      |  714 +++++++++++++++++++++++++++++++++++
 sound/soc/codecs/tlv320aic23.h      |  122 ++++++
 sound/soc/codecs/tlv320aic3x.c      |    5 +-
 sound/soc/codecs/uda1380.c          |    1 -
 sound/soc/codecs/wm8510.c           |  111 +++++-
 sound/soc/codecs/wm8510.h           |    1 +
 sound/soc/codecs/wm8580.c           |    2 -
 sound/soc/codecs/wm8731.c           |    1 -
 sound/soc/codecs/wm8750.c           |    1 -
 sound/soc/codecs/wm8753.c           |   75 ++++-
 sound/soc/codecs/wm8753.h           |    4 +-
 sound/soc/codecs/wm8900.c           |    1 -
 sound/soc/codecs/wm8903.c           |    4 +-
 sound/soc/codecs/wm8971.c           |    1 -
 sound/soc/codecs/wm8990.c           |    1 -
 sound/soc/codecs/wm9712.c           |    3 +-
 sound/soc/codecs/wm9713.c           |    3 +-
 sound/soc/omap/Kconfig              |    8 +
 sound/soc/omap/Makefile             |    2 +
 sound/soc/omap/n810.c               |    6 +-
 sound/soc/omap/omap-mcbsp.c         |  181 +++++++---
 sound/soc/omap/omap-mcbsp.h         |   16 +-
 sound/soc/omap/omap-pcm.c           |    4 +-
 sound/soc/omap/osk5912.c            |  232 ++++++++++++
 sound/soc/pxa/corgi.c               |    6 +-
 sound/soc/pxa/em-x270.c             |    2 +-
 sound/soc/pxa/poodle.c              |    6 +-
 sound/soc/pxa/pxa2xx-i2s.c          |    4 +-
 sound/soc/pxa/spitz.c               |   16 +-
 sound/soc/pxa/tosa.c                |    6 +-
 sound/soc/s3c24xx/neo1973_wm8753.c  |   72 +---
 sound/soc/soc-core.c                |    5 +-
 sound/soc/soc-dapm.c                |   25 ++-
 56 files changed, 2037 insertions(+), 601 deletions(-)
 delete mode 100644 sound/soc/at91/eti_b1_wm8731.c
 create mode 100644 sound/soc/blackfin/bf5xx-ad73311.c
 create mode 100644 sound/soc/codecs/ad73311.c
 create mode 100644 sound/soc/codecs/ad73311.h
 create mode 100644 sound/soc/codecs/tlv320aic23.c
 create mode 100644 sound/soc/codecs/tlv320aic23.h
 create mode 100644 sound/soc/omap/osk5912.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ