Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1731660

[GIT PULL] sound fixes for 4.14-rc1

From Takashi Iwai <tiwai@suse.de>
Newsgroups linux.kernel
Subject [GIT PULL] sound fixes for 4.14-rc1
Date 2017-09-13 17:10 +0200
Message-ID <uphsD-wM-37@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] sound fixes for 4.14-rc1 Takashi Iwai <tiwai@suse.de> - 2017-09-13 17:10 +0200

csiph-web