[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hcztlh8sj.wl-tiwai@suse.de>
Date: Thu, 20 May 2021 14:46:52 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.13-rc3
Linus,
please pull sound fixes for v5.13-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.13-rc3
The topmost commit is 05ca447630334c323c9e2b788b61133ab75d60d3
----------------------------------------------------------------
sound fixes for 5.13-rc3
All small device-specific fixes here: a series of FireWire audio
fixes, UAF and other fixes in USB-audio and co spotted by fuzzer,
and a few HD-audio quirks as usual.
----------------------------------------------------------------
Daniel Cordova A (1):
ALSA: hda: fixup headset for ASUS GU502 laptop
Elia Devito (1):
ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx
Hui Wang (1):
ALSA: hda/realtek: reset eapd coeff to default value for alc287
PeiSen Hou (1):
ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293
Takashi Iwai (4):
ALSA: usb-audio: Validate MS endpoint descriptors
ALSA: usb-audio: Fix potential out-of-bounce access in MIDI EP parser
ALSA: intel8x0: Don't update period unless prepared
ALSA: line6: Fix racy initialization of LINE6 MIDI
Takashi Sakamoto (7):
ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26
ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro
ALSA: firewire-lib: fix check for the size of isochronous packet payload
ALSA: firewire-lib: fix calculation for size of IR context payload
ALSA: firewire-lib: fix amdtp_packet tracepoints event for packet_index field
ALSA: dice: disable double_pcm_frames mode for M-Audio Profire 610, 2626 and Avid M-Box 3 Pro
ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling transfer frequency
---
sound/firewire/Kconfig | 4 +-
sound/firewire/amdtp-stream-trace.h | 6 +--
sound/firewire/amdtp-stream.c | 42 +++++++++------
sound/firewire/bebob/bebob.c | 2 +-
sound/firewire/dice/dice-alesis.c | 2 +-
sound/firewire/dice/dice-pcm.c | 4 +-
sound/firewire/dice/dice-stream.c | 2 +-
sound/firewire/dice/dice-tcelectronic.c | 4 +-
sound/firewire/dice/dice.c | 24 +++++++++
sound/firewire/dice/dice.h | 3 +-
sound/firewire/oxfw/oxfw.c | 1 -
sound/pci/hda/patch_realtek.c | 94 ++++++++++++++++++++++++++++++++-
sound/pci/intel8x0.c | 7 +++
sound/usb/line6/driver.c | 4 ++
sound/usb/line6/pod.c | 5 --
sound/usb/line6/variax.c | 6 ---
sound/usb/midi.c | 11 ++--
17 files changed, 175 insertions(+), 46 deletions(-)
Powered by blists - more mailing lists