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=-16.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 1E1F1C07E99 for ; Fri, 9 Jul 2021 08:17:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F0B1F613CC for ; Fri, 9 Jul 2021 08:17:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231618AbhGIIUf (ORCPT ); Fri, 9 Jul 2021 04:20:35 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:56718 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231577AbhGIIUd (ORCPT ); Fri, 9 Jul 2021 04:20:33 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 8182F2026C; Fri, 9 Jul 2021 08:17:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1625818669; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LmV0eJ0ylDLfWIZKLmLYjM8aQ5PcV+bwtfaD+RMH8lA=; b=A3J9M4+1o94Aw0f5eRXjmEBMDPFw2XFRxeu/PvsfMoiKvAqfc0haT+9aCQjB3CDu1twujF ur+fsT8JPd2VPvO9Ynf/QetAFFll0CUyziUJ+8XJS59Nw0e2LlpuJf9RVhNOyeyFr2MOC/ gWn5MzKDKu0VQXERVUEAc1flzYgzxYs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1625818669; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LmV0eJ0ylDLfWIZKLmLYjM8aQ5PcV+bwtfaD+RMH8lA=; b=Qlnj+NpPFJa29cQKmDfKone14EVHYof1rQhp0yAiLibNjiBoZB2gHSQey8O8zdRnFIsMeS BcMguznHcsaDJ2CQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 7AFAEA3BCC; Fri, 9 Jul 2021 08:17:49 +0000 (UTC) Date: Fri, 09 Jul 2021 10:17:49 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.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.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=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v5.14-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-5.14-rc1 The topmost commit is 24d1e49415be546470b20429d748e240d0518b7e ---------------------------------------------------------------- sound fixes for 5.14-rc1 Just a collection of small fixes here: the most outstanding one is the re-application of USB-audio lowlatency support that was reverted in the previous PR. The rest are device-specific quirks/fixes, spelling fixes and a regression fix for the old intel8x0 driver. ---------------------------------------------------------------- Frank Schäfer (1): ALSA: hda/realtek: fix mute led of the HP Pavilion 15-eh1xxx series Takashi Iwai (2): ALSA: usb-audio: Reduce latency at playback start, take#2 ALSA: intel8x0: Fix breakage at ac97 clock measurement Takashi Sakamoto (1): ALSA: bebob: correct duplicated entries with TerraTec OUI Zhen Lei (1): ALSA: isa: Fix error return code in snd_cmi8330_probe() gushengxian (4): ALSA: x86: fix spelling mistakes ALSA: usx2y: fix spelling mistakes ALSA: usb-audio: fix spelling mistakes ALSA: emux: fix spelling mistakes --- sound/firewire/bebob/bebob.c | 5 ++--- sound/isa/cmi8330.c | 2 +- sound/pci/hda/patch_realtek.c | 1 + sound/pci/intel8x0.c | 2 +- sound/synth/emux/emux_nrpn.c | 2 +- sound/synth/emux/soundfont.c | 6 +++--- sound/usb/card.h | 3 ++- sound/usb/endpoint.c | 4 ++-- sound/usb/media.c | 2 +- sound/usb/mixer_s1810c.c | 2 +- sound/usb/mixer_scarlett.c | 2 +- sound/usb/pcm.c | 26 +++++++++++++++++++++----- sound/usb/usx2y/usbusx2yaudio.c | 2 +- sound/usb/usx2y/usx2yhwdeppcm.c | 2 +- sound/x86/intel_hdmi_audio.c | 6 +++--- sound/x86/intel_hdmi_audio.h | 2 +- 16 files changed, 43 insertions(+), 26 deletions(-)