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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E824C4338F for ; Tue, 27 Jul 2021 06:39:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 24FE2610D1 for ; Tue, 27 Jul 2021 06:39:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235477AbhG0Gjo (ORCPT ); Tue, 27 Jul 2021 02:39:44 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:57790 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234349AbhG0Gjm (ORCPT ); Tue, 27 Jul 2021 02:39:42 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id B1415200BC; Tue, 27 Jul 2021 06:39:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1627367982; 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=fPoE+Kwuy2iglyI2lCAzcgm1oX7293RMnL2/UIlVTwg=; b=dg6h/H0mU6+z+IwpEi2/sp7m34EnWEWDpQ5CqTJDEfvwlSuPfMsMHI1iM4OPd0FvQjh08J uzpGQd7Ts3U4aX2ekGd0soLTCF7JeQUL4mGnT9KY6p170sBVF0+KvyS7f7KHy7ETj5eckC URR8Jx2/TsH+ngJ+rKKr6BpU/4sZsS0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1627367982; 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=fPoE+Kwuy2iglyI2lCAzcgm1oX7293RMnL2/UIlVTwg=; b=tMSJBPxYoetG6PxAqHOSy3s6h80ZwRfZeFPs33/cswZcv/qlUi3293Nr6IMXCI/vhEI007 N9GlGgwBVd6/0eCA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id A30D2A3B81; Tue, 27 Jul 2021 06:39:42 +0000 (UTC) Date: Tue, 27 Jul 2021 08:39:42 +0200 Message-ID: From: Takashi Iwai To: Vitaly Rodionov Cc: Jaroslav Kysela , Takashi Iwai , , , , Lucas Tanure Subject: Re: [PATCH 01/27] ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module In-Reply-To: <20210726174640.6390-2-vitalyr@opensource.cirrus.com> References: <20210726174640.6390-1-vitalyr@opensource.cirrus.com> <20210726174640.6390-2-vitalyr@opensource.cirrus.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 26 Jul 2021 19:46:14 +0200, Vitaly Rodionov wrote: > --- a/sound/pci/hda/Kconfig > +++ b/sound/pci/hda/Kconfig > @@ -150,6 +150,7 @@ comment "Set to Y if you want auto-loading the codec driver" > config SND_HDA_CODEC_CIRRUS > tristate "Build Cirrus Logic codec support" > select SND_HDA_GENERIC > + select SND_HDA_CODEC_CS8409 > help > Say Y or M here to include Cirrus Logic codec support in > snd-hda-intel driver, such as CS4206. This reverse-selection doesn't make sense, as both modules should be completely individual. thanks, Takashi