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:	Tue, 09 Aug 2011 14:15:16 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Liam Girdwood <lrg@...mlogic.co.uk>,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] sound fixes for 3.1-rc2

Linus,

please pull sound fixes for v3.1-rc2 from:

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

The diffstat shows some large numbers in sound/soc/codecs/wm*.[ch],
and these are simply rename of WM8915 to WM8996.  Other than that,
all changes are small and scattered, as expected for post-rc1.


Thanks!

Takashi

===

Clemens Ladisch (1):
      ALSA: snd-usb: Accept UAC2 FORMAT_TYPE descriptors with bLength > 6

Daniel Mack (3):
      ALSA: snd-usb: operate on given mixer interface only
      ALSA: snd-usb: Fix uninitialized variable usage
      ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3

Deepak Saxena (1):
      sound: oss/pas2: Remove CLOCK_TICK_RATE dependency from PAS16 driver

Mark Brown (3):
      ASoC: Disable wm_hubs periodic DC servo update
      ASoC: Rename WM8915 to WM8996
      ASoC: Acknowledge WM8996 interrupts before acting on them

Miller Puckette (1):
      ALSA: usb-audio - add quirk for Keith McMillen StringPort

Nicolai Krakowiak (1):
      ALSA: snd-usb: avoid dividing by zero on invalid input

Takashi Iwai (6):
      ALSA: hda - Fix digital-mic mono recording on ASUS Eee PC
      ALSA: hda - Use auto-parser for ASUS UX50, Eee PC P901, S101 and P1005
      ALSA: hdspm - Fix uninitialized compile warnings
      ALSA: Fix dependency of CONFIG_SND_TEA575X
      ALSA: timer - Fix Oops at closing slave timer
      ALSA: timer - Add NULL-check for invalid slave timer

Thomas Meyer (1):
      ALSA: asihpi - use kzalloc()

Wang Shaoyan (2):
      ALSA: hda - Fix a complile warning in patch_via.c
      sound: pss - don't use the deprecated function check_region

Wolfram Sang (1):
      ASoC: sgtl5000: fix cache handling

---
 arch/arm/mach-s3c64xx/mach-crag6410.c |   18 +-
 include/sound/{wm8915.h => wm8996.h}  |   28 +-
 sound/core/timer.c                    |    5 +
 sound/oss/pas2_pcm.c                  |    8 +-
 sound/oss/pss.c                       |    6 +-
 sound/pci/Kconfig                     |   10 +-
 sound/pci/asihpi/hpicmn.c             |    5 +-
 sound/pci/hda/alc269_quirks.c         |    7 -
 sound/pci/hda/patch_realtek.c         |   26 +
 sound/pci/hda/patch_via.c             |    2 +-
 sound/pci/rme9652/hdspm.c             |   19 +-
 sound/soc/codecs/Kconfig              |    8 +-
 sound/soc/codecs/Makefile             |    4 +-
 sound/soc/codecs/sgtl5000.c           |  128 +-
 sound/soc/codecs/wm8915.c             | 2995 --------------------------
 sound/soc/codecs/wm8915.h             | 3717 ---------------------------------
 sound/soc/codecs/wm8996.c             | 2994 ++++++++++++++++++++++++++
 sound/soc/codecs/wm8996.h             | 3717 +++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm_hubs.c            |    3 +-
 sound/soc/samsung/Kconfig             |    2 +-
 sound/soc/samsung/speyside.c          |   32 +-
 sound/usb/caiaq/input.c               |    2 +-
 sound/usb/endpoint.c                  |    2 +-
 sound/usb/mixer.c                     |   25 +-
 sound/usb/mixer.h                     |    1 +
 sound/usb/quirks-table.h              |    6 +
 sound/usb/quirks.c                    |    2 +-
 27 files changed, 6876 insertions(+), 6896 deletions(-)
 rename include/sound/{wm8915.h => wm8996.h} (63%)
 delete mode 100644 sound/soc/codecs/wm8915.c
 delete mode 100644 sound/soc/codecs/wm8915.h
 create mode 100644 sound/soc/codecs/wm8996.c
 create mode 100644 sound/soc/codecs/wm8996.h

--
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