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>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 07 Apr 2009 04:53:04 +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] sound updates for 2.6.30

Linus,

please pull more ALSA updates for v2.6.30 from:

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

Mostly small fixes for atmel drivers, usb-audio and others as below.
Still one ASoC driver addition that was missing in the last pull
request, but it's safe to apply as it's a very local one.


Thanks!

Takashi

===

Akinobu Mita (1):
      ALSA: hda - add missing comma in ad1884_slave_vols

Anton Vorontsov (1):
      ASoC: fsl_dma: Pass the proper device for dma mapping routines

Clemens Ladisch (4):
      sound: usb-audio: show sample format width in proc file
      sound: usb-audio: remove check_hw_params_convention()
      sound: usb-audio: save data packet interval in audioformat structure
      sound: usb-audio: allow period sizes less than 1 ms

Dan Carpenter (1):
      ASoC: Fix null dereference in ak4535_remove()

Deepika Makhija (1):
      ALSA: oss - volume control for CSWITCH and CROUTE

Hans-Christian Egtvedt (10):
      ALSA: snd-atmel-ac97c: cleanup register definitions
      ALSA: snd-atmel-ac97c: remove dead break statements after return in switch case
      ALSA: snd-atmel-ac97c: do not overwrite OCA and ICA when assigning channels
      ALSA: snd-atmel-ac97c: set correct size for buffer hardware parameter
      ALSA: snd-atmel-ac97c: enable interrupts to catch events for error reporting
      ALSA: snd-atmel-ac97c: do a proper reset of the external codec
      ALSA: snd-atmel-ac97c: cleanup registers when removing driver
      ALSA: snd-atmel-ac97c: replace bus_id with dev_name()
      ALSA: snd-atmel-abdac: replace bus_id with dev_name()
      ALSA: snd-atmel-abdac: increase periods_min to 6 instead of 4

Jarkko Nikula (1):
      ASoC: OMAP: Set minimum buffer size constraint for McBSP2 in OMAP3

Krzysztof Helt (1):
      ALSA: opl3sa2: add ZV port control

Luotao Fu (1):
      pxa2xx-ac97: fix displaying GSR after reset timeout

Mark Brown (4):
      ASoC: Add some documentation for the ASoC jack API
      ASoC: Don't defer resume work for AC97 codecs
      ASoC: Set parent for AC97 devices we register
      ASoC: Implement suspend and resume operations for WM9705

Matthew Ranostay (2):
      ALSA: Add 92HD81B1C device id
      ALSA: hda - Add VREF powerdown sequence for another board

Peter Ujfalusi (3):
      ASoC: TWL4030: 96KHz playback support
      ASoC: TWL4030: Add constrains for second stream
      ASoC: TWL4030: Add actual support for 96KHz playback support

Philipp Zabel (2):
      ASoC: pxa-ssp: Use 16-bit DMA for magician stereo
      ASoC: Add Magician machine support

Timur Tabi (2):
      ASoC: remove trigger delay in Freescale MPC8610 sound driver
      ASoC: trim SSI sysfs statistics in Freescale MPC8610 sound drivers

Uwe Kleine-König (1):
      ALSA: move snd_powermac's probe function to .devinit.text

Wu Fengguang (1):
      ALSA: hda - enable SPDIF output for Intel DX58SO board

---
 Documentation/sound/alsa/soc/jack.txt |   71 +++++
 sound/arm/pxa2xx-ac97-lib.c           |   15 +-
 sound/atmel/abdac.c                   |    4 +-
 sound/atmel/ac97c.c                   |  128 +++++++--
 sound/atmel/ac97c.h                   |   14 +-
 sound/core/oss/mixer_oss.c            |    8 +
 sound/isa/opl3sa2.c                   |    1 +
 sound/pci/hda/patch_analog.c          |    2 +-
 sound/pci/hda/patch_realtek.c         |    5 +
 sound/pci/hda/patch_sigmatel.c        |   20 ++
 sound/ppc/powermac.c                  |    2 +-
 sound/soc/codecs/ak4535.c             |    3 +-
 sound/soc/codecs/twl4030.c            |   59 ++++-
 sound/soc/codecs/twl4030.h            |    1 +
 sound/soc/codecs/wm9705.c             |   37 +++
 sound/soc/fsl/fsl_dma.c               |   29 ++-
 sound/soc/fsl/fsl_ssi.c               |   99 +++---
 sound/soc/omap/omap-mcbsp.c           |   11 +
 sound/soc/pxa/Kconfig                 |   10 +
 sound/soc/pxa/Makefile                |    2 +
 sound/soc/pxa/magician.c              |  560 +++++++++++++++++++++++++++++++++
 sound/soc/pxa/pxa-ssp.c               |   12 +-
 sound/soc/soc-core.c                  |   20 +-
 sound/usb/usbaudio.c                  |  255 +++++++--------
 24 files changed, 1133 insertions(+), 235 deletions(-)
 create mode 100644 Documentation/sound/alsa/soc/jack.txt
 create mode 100644 sound/soc/pxa/magician.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