From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752450AbdIMPHU (ORCPT ); Wed, 13 Sep 2017 11:07:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:51017 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751988AbdIMPHN (ORCPT ); Wed, 13 Sep 2017 11:07:13 -0400 Date: Wed, 13 Sep 2017 17:07:12 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 4.14-rc1 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v4.14-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-4.14-rc1 The topmost commit is fc27fe7e8deef2f37cba3f2be2d52b6ca5eb9d57 ---------------------------------------------------------------- sound fixes for 4.14-rc1 Most of the commits are trivial cleanup patches, while one commit is a significant fix for the race at ALSA sequencer that was spotted by syzkaller. ---------------------------------------------------------------- Helge Deller (1): ALSA: core: Use %pS printk format for direct addresses Markus Elfring (9): ALSA: maestro3: Use common error handling code in two functions ALSA: rme9652: Use common code in hdsp_get_iobox_version() ALSA: hdspm: Use common error handling code in snd_hdspm_probe() ALSA: us122l: Use common error handling code in us122l_create_card() ALSA: usx2y: Use common error handling code in submit_urbs() ALSA: 6fire: Use common error handling code in usb6fire_chip_probe() ALSA: ymfpci: Use common error handling code in snd_card_ymfpci_probe() ALSA: ymfpci: Use common error handling code in snd_ymfpci_create() ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex() Takashi Iwai (2): ALSA: asihpi: Kill BUG_ON() usages ALSA: seq: Cancel pending autoload work at unbinding device --- sound/core/device.c | 4 +-- sound/core/seq_device.c | 3 ++ sound/firewire/motu/motu-stream.c | 16 +++++----- sound/pci/asihpi/asihpi.c | 6 +--- sound/pci/maestro3.c | 57 ++++++++++++++++++----------------- sound/pci/rme9652/hdsp.c | 26 +++++++--------- sound/pci/rme9652/hdspm.c | 16 +++++----- sound/pci/ymfpci/ymfpci.c | 62 +++++++++++++++++++-------------------- sound/pci/ymfpci/ymfpci_main.c | 41 +++++++++++++------------- sound/usb/6fire/chip.c | 31 ++++++++------------ sound/usb/usx2y/us122l.c | 10 ++++--- sound/usb/usx2y/usb_stream.c | 18 +++++++----- 12 files changed, 141 insertions(+), 149 deletions(-)