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 E9B33C43334 for ; Tue, 7 Jun 2022 09:32:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239604AbiFGJcd (ORCPT ); Tue, 7 Jun 2022 05:32:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239549AbiFGJc3 (ORCPT ); Tue, 7 Jun 2022 05:32:29 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65889111D for ; Tue, 7 Jun 2022 02:32:28 -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 18E5A1F9B7; Tue, 7 Jun 2022 09:32:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654594347; 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=Nt/6+7grGhwGHAZ+QcoRaYktwfh+Uf3lQYTSllFMNFA=; b=n3ijKLfboCCxllb9+ay4SxB0gBPQ0WHYnWzGyBHoUZh6m/pRltiAQBT3dBWDf4c97LfUYX gtB+FeUO0yEZRFQd8kl+nR0KIVQJ779u7HEXEPH2I5fPUHSxrNJslHUegthqmngC0EEKcG xJy1qipUxfQMfDpd4N7qHk/dovyYJIw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654594347; 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=Nt/6+7grGhwGHAZ+QcoRaYktwfh+Uf3lQYTSllFMNFA=; b=PQJetat8phqwecA34MDtZoiQFTKjaCff9JjSDceTMNqrYaB8WKHpdPdCWXgg2p5cdzqIwx rrpUUfQmOZt0RCDQ== 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 E612913638; Tue, 7 Jun 2022 09:32:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Ch5zNyobn2KBNQAAMHmgww (envelope-from ); Tue, 07 Jun 2022 09:32:26 +0000 Date: Tue, 07 Jun 2022 11:32:26 +0200 Message-ID: <87bkv4om39.wl-tiwai@suse.de> From: Takashi Iwai To: huangwenhui Cc: tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/conexant - Fix loopback issue with CX20632 In-Reply-To: <20220607065631.10708-1-huangwenhuia@uniontech.com> References: <20220607065631.10708-1-huangwenhuia@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, 07 Jun 2022 08:56:31 +0200, huangwenhui wrote: > > On a machine with CX20632,Alsamixer doesn't have 'Loopback > Mixing' and 'Line'. > > Signed-off-by: huangwenhui Thanks, applied. Takashi