Linus, please pull sound fixes for v4.5-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.5-rc3 The topmost commit is 094fd3be87b0f102589e2d5c3fa5d06b7e20496d ---------------------------------------------------------------- sound fixes for 4.5-rc3 This was a busy week and I had to prepare a pile of duct tapes for the bugs reported by syzkaller fuzzer in wide range of ALSA core APIs: timer, rawmidi, sequencer, and PCM OSS emulation. Let's see how many other holes we need to plug. Besides that, a few usual boring stuff, HD- and USB-audio quirks, have been added. ---------------------------------------------------------------- Insu Yun (1): ALSA: emu10k1: correctly handling failed thread creation Jurgen Kramer (2): ALSA: usb-audio: Fix OPPO HA-1 vendor ID ALSA: usb-audio: Add native DSD support for PS Audio NuWave DAC Kailang Yang (3): ALSA: hda/realtek - New codec support of ALC225 ALSA: hda/realtek - Support Dell headset mode for ALC225 ALSA: hda/realtek - Support headset mode for ALC225 Lev Lybin (1): ALSA: usb-audio: Add quirk for Microsoft LifeCam HD-6000 Takashi Iwai (11): ALSA: seq: Fix race at closing in virmidi driver ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check ALSA: pcm: Fix potential deadlock in OSS emulation ALSA: seq: Fix yet another races among ALSA timer accesses ALSA: timer: Fix link corruption due to double start or stop ALSA: timer: Sync timer deletion at closing the system timer ALSA: hda - Add fixup for Mac Mini 7,1 model ALSA: rawmidi: Make snd_rawmidi_transmit() race-free ALSA: rawmidi: Fix race at copying & updating the position ALSA: seq: Fix lockdep warnings due to double mutex locks ALSA: timer: Fix leftover link at closing --- include/sound/rawmidi.h | 4 + sound/core/oss/pcm_oss.c | 21 +++- sound/core/rawmidi.c | 134 +++++++++++++++------- sound/core/seq/seq_clientmgr.c | 3 + sound/core/seq/seq_ports.c | 233 ++++++++++++++++++++++----------------- sound/core/seq/seq_timer.c | 87 +++++++++++---- sound/core/seq/seq_virmidi.c | 23 +++- sound/core/timer.c | 44 +++++++- sound/pci/emu10k1/emu10k1_main.c | 8 ++ sound/pci/hda/patch_cirrus.c | 27 +++++ sound/pci/hda/patch_realtek.c | 74 +++++++++++++ sound/usb/quirks.c | 4 +- 12 files changed, 483 insertions(+), 179 deletions(-)