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 593E4C4332F for ; Sat, 5 Nov 2022 07:02:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229563AbiKEHCP (ORCPT ); Sat, 5 Nov 2022 03:02:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229499AbiKEHCN (ORCPT ); Sat, 5 Nov 2022 03:02:13 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D4DF2ED48; Sat, 5 Nov 2022 00:02:12 -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-out1.suse.de (Postfix) with ESMTPS id BF49021A9D; Sat, 5 Nov 2022 07:02:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1667631730; 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=X0ppagksfAuALDrGwQ5qm6wqSQlWibYY5ZY3yG6vXnU=; b=2I+2StYS5TRC944cTGyH+xqFoWRc296KW5JzNeALLhXSBMb1xVA7vvjPXK0GENwTlufY83 CYJ+55dZcsetam1cidIbhwgAUwykQ1GxSR0HM559RkjxZLjB3gyAo3z4ENIIlke8tUvE5D Dha33eHOUoRbYXDF+VD5+rUgAJIM0z0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1667631730; 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=X0ppagksfAuALDrGwQ5qm6wqSQlWibYY5ZY3yG6vXnU=; b=25nVj3JNHFoy9d3QgojV7ns7y3m14CR/oRF1mRPbj6PkvA8Q6WYIGqSjYs19TbRwlwcoiJ FoblJEVNw3OJsCBQ== 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 957E813AA6; Sat, 5 Nov 2022 07:02:10 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id uQN0I3IKZmNCfQAAMHmgww (envelope-from ); Sat, 05 Nov 2022 07:02:10 +0000 Date: Sat, 05 Nov 2022 08:02:10 +0100 Message-ID: <87cza1j34d.wl-tiwai@suse.de> From: Takashi Iwai To: Xian Wang Cc: Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] patch_ca0132: add quirk for EVGA Z390 DARK In-Reply-To: <20221104202913.13904-1-dev@xianwang.io> References: <20221104202913.13904-1-dev@xianwang.io> 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, 04 Nov 2022 21:29:13 +0100, Xian Wang wrote: > > The Z390 DARK mainboard uses a CA0132 audio controller. The quirk is > needed to enable surround sound and 3.5mm headphone jack handling in > the front audio connector as well as in the rear of the board when in > stereo mode. > > Page 97 of the linked manual contains instructions to setup the > controller. > > Link: https://www.evga.com/support/manuals/files/131-CS-E399.pdf > > Cc: stable@vger.kernel.org > > Signed-off-by: Xian Wang Thanks, applied now. Takashi