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 310C0C4167B for ; Sun, 12 Nov 2023 08:38:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230216AbjKLIih (ORCPT ); Sun, 12 Nov 2023 03:38:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230085AbjKLIig (ORCPT ); Sun, 12 Nov 2023 03:38:36 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CB47D54; Sun, 12 Nov 2023 00:38:33 -0800 (PST) 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 4150B219A1; Sun, 12 Nov 2023 08:38:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1699778311; 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=3RK6ZJLJjQyi8lqICI6Zf8kcqibwmL2rqTwqNW3kUYM=; b=r3vzKf5+aDt7S5RYsUG6jqKSPjjXKzK9BNty2HvQ2fiXQEhSVKx1uU+fDgR7gRhjIPSOAQ ZTbK3RLVoSq2/6lu0eMwwHbA9ydE2eNjEiEBNaBquQEyr17kFj7C5RtYdCFwkeTiWNwCZ8 oLREYhY3Eu5q9fc3z2jP4aIz06NnMd4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1699778311; 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=3RK6ZJLJjQyi8lqICI6Zf8kcqibwmL2rqTwqNW3kUYM=; b=KbJVfdzJ2ZW9itZ+GQUEIQfof8qepokh+IqyysBX4V98BG8xmtGhHbd4iCwaexsrtntdl5 Zsep5Vk3HySp3UBQ== 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 1A4AB13915; Sun, 12 Nov 2023 08:38:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id A81aBQePUGUwbgAAMHmgww (envelope-from ); Sun, 12 Nov 2023 08:38:31 +0000 Date: Sun, 12 Nov 2023 09:38:30 +0100 Message-ID: <87sf5bpdrt.wl-tiwai@suse.de> From: Takashi Iwai To: Chandradeep Dey Cc: Jaroslav Kysela , Takashi Iwai , Linux Sound , Linux Kernel Subject: Re: [PATCH] ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC In-Reply-To: References: 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: linux-sound@vger.kernel.org On Sat, 11 Nov 2023 19:25:49 +0100, Chandradeep Dey wrote: > > Apply the already existing quirk chain ALC294_FIXUP_ASUS_SPK to enable the internal speaker of ASUS K6500ZC. > > Signed-off by: Chandradeep Dey Applied now (with a correction of a typo in the tag above). thanks, Takashi