[GIT PULL] sound fixes for 3.16-rc3

From: Takashi Iwai
Date: Fri Jun 27 2014 - 08:34:51 EST


Linus,

please pull sound fixes for v3.16-rc3 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.16-rc3

The topmost commit is a07187c992be945ab561b370cbb49cfd72064c3c

----------------------------------------------------------------

sound fixes for 3.16-rc3

Here includes a few patchset for fixing mostly HD-audio issues in
addition to a patch assuring the compress API bytes alignment and a
fix for the die-hard existing race condition at USB-audio
disconnection. The volume looks big in Realtek HD-audio code, but
it's just a translation of the fixup tables, and the actual changes
are rather trivial.

----------------------------------------------------------------

David Henningsson (4):
ALSA: hda - Fix usage of "model" module parameter
ALSA: hda - Add pin quirk for Dell XPS 15
ALSA: hda - Make a SND_HDA_PIN_QUIRK macro
ALSA: hda - Make the pin quirk tables use the SND_HDA_PIN_QUIRK macro

Mengdong Lin (1):
ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controller

Pierre Ossman (1):
ALSA: hda - hdmi: call overridden init on resume

Takashi Iwai (2):
ALSA: hda - Adjust speaker HPF and add LED support for HP Spectre 13
ALSA: usb-audio: Fix races at disconnection and PCM closing

Vinod Koul (1):
ALSA: compress: fix the struct alignment to 4 bytes

---
Documentation/sound/alsa/HD-Audio-Models.txt | 5 +
include/uapi/sound/compress_offload.h | 14 +-
include/uapi/sound/compress_params.h | 14 +-
sound/pci/hda/hda_auto_parser.c | 1 +
sound/pci/hda/hda_intel.c | 65 +++-
sound/pci/hda/hda_local.h | 21 ++
sound/pci/hda/patch_hdmi.c | 2 +-
sound/pci/hda/patch_realtek.c | 489 ++++++++++-----------------
sound/pci/hda/patch_sigmatel.c | 58 +++-
sound/usb/card.c | 13 +-
sound/usb/endpoint.c | 17 +-
sound/usb/endpoint.h | 1 +
12 files changed, 365 insertions(+), 335 deletions(-)

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