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 00105C43334 for ; Tue, 12 Jul 2022 09:14:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232452AbiGLJOb (ORCPT ); Tue, 12 Jul 2022 05:14:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232295AbiGLJO1 (ORCPT ); Tue, 12 Jul 2022 05:14:27 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F09137F82 for ; Tue, 12 Jul 2022 02:14:26 -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-out2.suse.de (Postfix) with ESMTPS id 6E6341FF19; Tue, 12 Jul 2022 09:14:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657617263; 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=mxZxsRSWrLAheE7Fy+VL6QdtGzcQfzL4w4xdj1/VloU=; b=rawdED50s0ZQW1PZ7fHnPoLLItjoK2Bl+fhnEZ7Y34LpdqaRsVwozmtgVsverY5HhwA7rO JbJRxgOaSqxxAeFyRJMFDvGB8Pif7YcXWmFSLAbJCKmKbcVX3PcgF/M6Tm58nxGvviHMsq k9dZX4bbDG2nRcf4JG5V4KBK1zTPSmg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657617263; 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=mxZxsRSWrLAheE7Fy+VL6QdtGzcQfzL4w4xdj1/VloU=; b=2/H57H17h6T0CtOU6cGdnRmAttr+Z1A7AKEZ0mpWC7ZG+LCvRCFt1pqQSwzfVesDrCEWyr kEHqrSbt6IVZSlDQ== 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 ED7B613A94; Tue, 12 Jul 2022 09:14:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id qV5ZOW47zWJESQAAMHmgww (envelope-from ); Tue, 12 Jul 2022 09:14:22 +0000 Date: Tue, 12 Jul 2022 11:14:22 +0200 Message-ID: <87lesyr8up.wl-tiwai@suse.de> From: Takashi Iwai To: Meng Tang Cc: perex@perex.cz, tiwai@suse.com, tcrawford@system76.com, kai.heng.feng@canonical.com, tanureal@opensource.cirrus.com, cam@neo-zeon.de, kailang@realtek.com, sbinding@opensource.cirrus.com, andy.chi@canonical.com, yong.wu@mediatek.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda - Add fixup for Dell Latitidue E5430 In-Reply-To: <20220712060005.20176-1-tangmeng@uniontech.com> References: <20220712060005.20176-1-tangmeng@uniontech.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 Tue, 12 Jul 2022 08:00:05 +0200, Meng Tang wrote: > > Another Dell model, another fixup entry: Latitude E5430 needs the same > fixup as other Latitude E series as workaround for noise problems. > > Signed-off-by: Meng Tang Thanks, applied now. Takashi