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 B5E9FC46467 for ; Tue, 27 Dec 2022 08:54:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230169AbiL0IyN (ORCPT ); Tue, 27 Dec 2022 03:54:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbiL0IyK (ORCPT ); Tue, 27 Dec 2022 03:54:10 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2479821B5 for ; Tue, 27 Dec 2022 00:54:08 -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-out2.suse.de (Postfix) with ESMTPS id 3FCBC6032A; Tue, 27 Dec 2022 08:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1672131247; 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=5JP7NlsjxZPXUXT4QtzWwyBIF6ntDtZWKZSUZGf8DaI=; b=KsPqrNdDU6Kr7Kpq/03+n290KuyffHVVVBtUG8+Ci3z8nmdQZ80EW7XECETcbnNB/u/xYV 66aJLzUIi/3IQI+QoX/NfJZuCS34wfL49TCvP+Q/A6g6LkJkN0AMW+llFJ0Uzd5sXjRMni ReQ9BwY6nvEKrEvv1OHvuFDYq4RUE4Y= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1672131247; 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=5JP7NlsjxZPXUXT4QtzWwyBIF6ntDtZWKZSUZGf8DaI=; b=H4+tzfRo1wRI4CLMEwEd/EdCcggWhNwCG2XlUzatsZHmYo3o1cOa89KuRgq10QWuJJj+RS eSYYpYdcMH0eeaDw== 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 1CBBF13913; Tue, 27 Dec 2022 08:54:07 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Om1BBq+yqmPkfAAAMHmgww (envelope-from ); Tue, 27 Dec 2022 08:54:07 +0000 Date: Tue, 27 Dec 2022 09:54:06 +0100 Message-ID: <87wn6d1b2p.wl-tiwai@suse.de> From: Takashi Iwai To: Chris Chiu Cc: tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops In-Reply-To: <20221226114303.4027500-1-chris.chiu@canonical.com> References: <20221226114303.4027500-1-chris.chiu@canonical.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: linux-kernel@vger.kernel.org On Mon, 26 Dec 2022 12:43:03 +0100, Chris Chiu wrote: > > The Dell Latiture 3340/3440/3540 laptops with Realtek ALC3204 have > dual codecs and need the ALC1220_FIXUP_GB_DUAL_CODECS to fix the > conflicts of Master controls. The existing headset mic fixup for > Dell is also required to enable the jack sense and the headset mic. > > Introduce a new fixup to fix the dual codec and headset mic issues > for particular Dell laptops since other old Dell laptops with the > same codec configuration are already well handled by the fixup in > alc269_fallback_pin_fixup_tbl[]. > > Signed-off-by: Chris Chiu Thanks, applied. Takashi