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 73BB2C77B75 for ; Wed, 17 May 2023 14:58:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231669AbjEQO6D (ORCPT ); Wed, 17 May 2023 10:58:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229690AbjEQO6A (ORCPT ); Wed, 17 May 2023 10:58:00 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31C9959EE for ; Wed, 17 May 2023 07:57:59 -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 DF31C1FD7C; Wed, 17 May 2023 14:57:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1684335477; 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=tKlbsGK3C9WorfwpmDz6zDNrnegQktNFeFfzaHQSnik=; b=h/jhhM7jphOZsJWgSFnmO8HS5mI8GCuj15s+6Li48VCRXABNm+uTLoJeGbatzgGrbAeX36 619fIyQ7slFqukLENv/I3vBIWmJmcIUdvWji8oMr+1cQkRVay4poChDtV+r54oW7q9mzI3 ZS8ffgYWsYBzLkmN/WEE0SwEcc5vXSg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1684335477; 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=tKlbsGK3C9WorfwpmDz6zDNrnegQktNFeFfzaHQSnik=; b=1ECOy01ngN/pdb3FacN/9+krSxO+YSGLMIasF6dWCrOb9a7/LW+UE5D6V6o4F4fSAWEOg2 uADxT4v+HTzHe0DQ== 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 B5CCA13358; Wed, 17 May 2023 14:57:57 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id RQM7K3XrZGR5dQAAMHmgww (envelope-from ); Wed, 17 May 2023 14:57:57 +0000 Date: Wed, 17 May 2023 16:57:57 +0200 Message-ID: <87fs7v0zuy.wl-tiwai@suse.de> From: Takashi Iwai To: Nikhil Mahale Cc: , , , , Subject: Re: [PATCH] ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table In-Reply-To: <20230517090736.15088-1-nmahale@nvidia.com> References: <20230517090736.15088-1-nmahale@nvidia.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 Wed, 17 May 2023 11:07:36 +0200, Nikhil Mahale wrote: > > These IDs are for AD102, AD103, AD104, AD106, and AD107 gpus with > audio functions that are largely similar to the existing ones. > > Tested audio using gnome-settings, over HDMI, DP-SST and DP-MST > connections on AD106 gpu. > > Signed-off-by: Nikhil Mahale Thanks, applied now. Takashi