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 7FF9CC77B72 for ; Fri, 14 Apr 2023 12:17:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230242AbjDNMRT (ORCPT ); Fri, 14 Apr 2023 08:17:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229528AbjDNMRQ (ORCPT ); Fri, 14 Apr 2023 08:17:16 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 849DF901B for ; Fri, 14 Apr 2023 05:17:15 -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 0F4691FD93; Fri, 14 Apr 2023 12:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1681474634; 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=K6gRc1zeG7Q5r+FnPR87DI19oUtMuokcBNzHr7x2tPg=; b=bhEekHEXHJWon/TU+OakTBrafwmDw8RSk9JqvQFw/H5uGnl2kWdXZ4pkDQY14oHmqEEBXw +iwfaNqN9GqL0cfRDW/B4weotGqvZBix84s4kH7NnQ4mrtrpVpA2v2FSjFxKL/NIISBCXo Ktc3+nc75tIx2t21bw5zOgWcnwK9AGY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1681474634; 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=K6gRc1zeG7Q5r+FnPR87DI19oUtMuokcBNzHr7x2tPg=; b=kHeVvv6d+np5E0Aqfc7NewstVOMAszEaVqJewm7aGSgPst0ZvMBDtJ/xLvzTsDtb3tnzDw bNASnYlo9GWpGqAA== 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 DDA0513498; Fri, 14 Apr 2023 12:17:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id JkthNUlEOWSPYQAAMHmgww (envelope-from ); Fri, 14 Apr 2023 12:17:13 +0000 Date: Fri, 14 Apr 2023 14:17:13 +0200 Message-ID: <87y1mulkty.wl-tiwai@suse.de> From: Takashi Iwai To: ReaperLi Cc: , , , jasontao Subject: Re: [PATCH v2] ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. In-Reply-To: <20230414102912.798-1-ReaperLi@glenfly.com> References: <20230414102912.798-1-ReaperLi@glenfly.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 Fri, 14 Apr 2023 12:29:12 +0200, ReaperLi wrote: > > From: jasontao > > Add a set of HD Audio PCI IDS, and the HDMI codec vendor IDs for > Glenfly Arise. > > Signed-off-by: jasontao > Signed-off-by: ReaperLi > --- > Changes in v2: > - use tab instead of space. The patch still can't be applied, and it's likely the problem of your mailer. Try git-send-email. Takashi