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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1477C433FE for ; Wed, 18 May 2022 09:42:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234545AbiERJmO (ORCPT ); Wed, 18 May 2022 05:42:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234465AbiERJki (ORCPT ); Wed, 18 May 2022 05:40:38 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 199FC14AF44 for ; Wed, 18 May 2022 02:40:10 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 926651FB87; Wed, 18 May 2022 09:40:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1652866809; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=umxUpAxSckOF5+S0hSLa5Ldyr6ZP3RqaahsDVdu/jIc=; b=CafKCirJwDnGRRsVf3BKdywPPodRphVMpRlOrzG/xh1lxVhHoovn2fNYSgTpZvDwqQohy9 oemJNDB7BAqS1IHDACXzYw6964HlGrbEpmD3RoDQQdmizHXwTGv6VPhGYDpH9+YmES9zmH +Unzejs2pTMyx/8kGCEVzGaRpuWF5fM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1652866809; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=umxUpAxSckOF5+S0hSLa5Ldyr6ZP3RqaahsDVdu/jIc=; b=p5IXhY7R6dcyn9sUS5VSI2xx0lhcd0eTIR/L1HgT8OaFfRdSCokAdvXP3JJtuggV3dZj0Z JHsx/E6X9iuXkxCg== Received: from valkyrie.site.suse.de (unknown [10.163.18.242]) by relay2.suse.de (Postfix) with ESMTP id 782D12C52C; Wed, 18 May 2022 09:40:09 +0000 (UTC) Date: Wed, 18 May 2022 11:40:09 +0200 Message-ID: <87o7zvuqkm.wl-tiwai@suse.de> From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.18-rc6 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.8 Emacs/27 (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.18 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.18 The topmost commit is 5c62383c06837b5719cd5447a5758b791279e653 ---------------------------------------------------------------- sound fixes for 5.18 A collection of last-minute HD- an USB-audio quirks in addition to a fix for the legacy ISA wavefront driver. All look small and easy. ---------------------------------------------------------------- Andy Chi (1): ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine Dustin L. Howett (1): ALSA: hda/realtek: Add quirk for the Framework Laptop Forest Crossman (1): ALSA: usb-audio: Don't get sample rate for MCT Trigger 5 USB-to-HDMI Gabriele Mazzotta (1): ALSA: hda/realtek: Add quirk for Dell Latitude 7520 Randy Dunlap (1): ALSA: hda - fix unused Realtek function when PM is not enabled Takashi Iwai (2): ALSA: wavefront: Proper check of get_user() error ALSA: usb-audio: Restore Rane SL-1 quirk Werner Sembach (1): ALSA: hda/realtek: Add quirk for TongFang devices with pop noise --- sound/isa/wavefront/wavefront_synth.c | 3 +- sound/pci/hda/patch_realtek.c | 71 ++++++++++++++++++++++++++++++++--- sound/usb/quirks-table.h | 9 +++++ sound/usb/quirks.c | 2 + 4 files changed, 79 insertions(+), 6 deletions(-)