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 71C39C77B7F for ; Mon, 8 May 2023 07:18:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229561AbjEHHSf (ORCPT ); Mon, 8 May 2023 03:18:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232935AbjEHHSe (ORCPT ); Mon, 8 May 2023 03:18:34 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B71DE75 for ; Mon, 8 May 2023 00:18:33 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id EC282220FC; Mon, 8 May 2023 07:18:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683530311; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wZFc3TJlPan7tctd5pWc4DWVqZ84kWRTL72uD2pO6xY=; b=eujF34zDRsSRbKQuHzqJwn4+ps9r+KqU3IUtXYAna3+FtZUTNnSXRamdO2+Eg38x5h1Xjg 15T7szGwh9gvji3ucNGHyApKEfluIAUQjHETL6w5/HGlGc4D/tz7cFceUdA/R220rGa5l0 KoHpPrFQXYaDZy4kDIiFEOvwhDYUP34= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683530311; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wZFc3TJlPan7tctd5pWc4DWVqZ84kWRTL72uD2pO6xY=; b=t6AEedD+dforR9MNr5Mf5D4+u77/e0wFIkZ8TSYZ08VoLy4VdK8V+5rllQSPDraMMVzP+I xEgJ2B/LvE63roBw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id CD6141346B; Mon, 8 May 2023 07:18:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id j7BKMUeiWGQRMAAAMHmgww (envelope-from ); Mon, 08 May 2023 07:18:31 +0000 Date: Mon, 08 May 2023 09:18:31 +0200 Message-ID: <873547ffzs.wl-tiwai@suse.de> From: Takashi Iwai To: frshuov@163.com Cc: alsa-devel@alsa-project.org, stable@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM In-Reply-To: <20230506171546.50815-1-frshuov@163.com> References: <20230506171546.50815-1-frshuov@163.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, 06 May 2023 19:15:46 +0200, frshuov@163.com wrote: > > From: Larry Chi > > ASUS ROG Zephyrus M16 2022 GU603ZM (1043:1c62) > added SND_PCI_QUIRK for speaker and headset-mic working properly > > Signed-off-by: Larry Chi The same fix was already submitted and applied in commit a4671b7fba59 shortly ago. thanks, Takashi