Linus,

please pull sound fixes for v4.16-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git 
tags/sound-4.16-rc4

The topmost commit is c77a6edb6d4d35204673cad7389c317bfb17492e

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

sound fixes for 4.16-rc4

The only core change is the fix for possible memory corruption by
ALSA ctl API since 4.14 kernel due to a thinko.  The rest are all
device-specific: in addition to the usual suspects (HD-audio and
USB-audio fixups), a few LPE HDMI audio fixes came in at this time.

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

Erik Veijola (1):
      ALSA: usb-audio: Add a quirck for B&W PX headphones

Hans de Goede (1):
      ALSA: hda: Add a power_save blacklist

Richard Fitzgerald (1):
      ALSA: control: Fix memory corruption risk in snd_ctl_elem_read

Takashi Iwai (4):
      ALSA: x86: hdmi: Add single_port option for compatible behavior
      ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
      ALSA: x86: Fix missing spinlock and mutex initializations
      ALSA: x86: Fix potential crash at error path

---
 sound/core/control.c          |  2 +-
 sound/pci/hda/hda_intel.c     | 38 ++++++++++++++++++++++++++++++++--
 sound/pci/hda/patch_realtek.c |  3 ++-
 sound/usb/quirks-table.h      | 47 +++++++++++++++++++++++++++++++++++++++++++
 sound/x86/intel_hdmi_audio.c  | 37 +++++++++++++++++++++++++---------
 5 files changed, 113 insertions(+), 14 deletions(-)

Reply via email to