From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C24DC433ED for ; Thu, 20 May 2021 12:49:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 619AD61001 for ; Thu, 20 May 2021 12:49:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242144AbhETMvD (ORCPT ); Thu, 20 May 2021 08:51:03 -0400 Received: from mx2.suse.de ([195.135.220.15]:56980 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235394AbhETMsP (ORCPT ); Thu, 20 May 2021 08:48:15 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 1E415ABE8; Thu, 20 May 2021 12:46:53 +0000 (UTC) Date: Thu, 20 May 2021 14:46:52 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.13-rc3 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.3 (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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)