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=-18.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 34B06C432BE for ; Tue, 31 Aug 2021 02:57:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 07C9D60FED for ; Tue, 31 Aug 2021 02:57:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239363AbhHaC6u (ORCPT ); Mon, 30 Aug 2021 22:58:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232951AbhHaC6t (ORCPT ); Mon, 30 Aug 2021 22:58:49 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9FF9C061575 for ; Mon, 30 Aug 2021 19:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=6bWlZrjczUiP7EZOqide7LZDeaMc6AyGD2CmjTuWKWY=; b=vGqMtn6YJ7xkPoqIo6XDG75UYF jNnCxOkBlk3zRUx9esaU2FbGYJ4iMvQphHkgoNIFMohCar2nZ51uO8LLDS0IPR3e+je1m5k7hc2Z/ xzkVmLblKIX5gv0KG8FazKFvNz9SE8FOKAovUv2gzVhr29CEJG08LAZ0F7zK/CZwYrOwFNy0Wa7C3 Go8Pbcjs4iM2x4qE9FFesTuLkMlx1L9nlEroO7GN6N0gddid0OEe3CmBh6U737C/qWZNLDGCN61Lc QyJY6TvkusHCYgeTnw1eEsg/fgDsIESb6bOo3SqsFABhehond4c2IgDhEqpxZFyfwo+ykQq7kOHge 6CAua5Dg==; Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mKtyC-0011vi-EV; Tue, 31 Aug 2021 02:57:52 +0000 Subject: Re: [PATCH] ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency To: Trevor Wu , broonie@kernel.org, tiwai@suse.com, matthias.bgg@gmail.com Cc: alsa-devel@alsa-project.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20210831021303.5230-1-trevor.wu@mediatek.com> From: Randy Dunlap Message-ID: <1630c5bd-7f9a-ef63-0476-74c6077adb7f@infradead.org> Date: Mon, 30 Aug 2021 19:57:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210831021303.5230-1-trevor.wu@mediatek.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/30/21 7:13 PM, Trevor Wu wrote: > randconfig builds show the warning below, > > WARNING: unmet direct dependencies detected for SND_SOC_MT6359 > Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && MTK_PMIC_WRAP [=n] > Selected by [y]: > - SND_SOC_MT8195_MT6359_RT1019_RT5682 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && I2C [=y] && SND_SOC_MT8195 [=y] > > Add a dependency to avoid it. > > Signed-off-by: Trevor Wu > Reported-by: Randy Dunlap Acked-by: Randy Dunlap # build-tested Thanks. > --- > sound/soc/mediatek/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig > index cf567a89f421..f6bf0f9c91e3 100644 > --- a/sound/soc/mediatek/Kconfig > +++ b/sound/soc/mediatek/Kconfig > @@ -197,7 +197,7 @@ config SND_SOC_MT8195 > config SND_SOC_MT8195_MT6359_RT1019_RT5682 > tristate "ASoC Audio driver for MT8195 with MT6359 RT1019 RT5682 codec" > depends on I2C > - depends on SND_SOC_MT8195 > + depends on SND_SOC_MT8195 && MTK_PMIC_WRAP > select SND_SOC_MT6359 > select SND_SOC_RT1015P > select SND_SOC_RT5682_I2C > -- ~Randy 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=-16.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 950E0C432BE for ; Tue, 31 Aug 2021 02:58:17 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0AC2061004 for ; Tue, 31 Aug 2021 02:58:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0AC2061004 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=y4zKye8hkcV7SpH3teo0fvyn7+zY8xLfRE3k1T9rU7w=; b=ftBRpveqsofiZelJDIhASZR3X0 HWJ4xnXm+TtnHjtKhCOTto7NcDN8on1JYfxcWItRrjvk33TUnEXczjytjtJ1smsB2TeA3/yUdpl19 66fgpagFEBOHhW8Z/F3c7F2zOFU2IkIc/WB8iMaHTEXvuEcjSrs0IZnI6vuVQy/rHo6DA8E+xrCpe 8hMlOZFDD5an0TfIb38w4QeXvmmLC6HTJ0dhH3rxvSI8LtAFY6PJ+a7K+rFZsOi5R0WPCDj3Icx2S 2+1bpU2RJ5jdc7/6swXesxqLhWLmjN8WP+xNePNn9HpFRq9w10QxX6BWm0HpdWpP5zMT4CGXAE3mK 9g7+HH0g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mKtyO-0011wn-TI; Tue, 31 Aug 2021 02:58:04 +0000 Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mKtyC-0011vi-EV; Tue, 31 Aug 2021 02:57:52 +0000 Subject: Re: [PATCH] ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency To: Trevor Wu , broonie@kernel.org, tiwai@suse.com, matthias.bgg@gmail.com Cc: alsa-devel@alsa-project.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20210831021303.5230-1-trevor.wu@mediatek.com> From: Randy Dunlap Message-ID: <1630c5bd-7f9a-ef63-0476-74c6077adb7f@infradead.org> Date: Mon, 30 Aug 2021 19:57:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210831021303.5230-1-trevor.wu@mediatek.com> Content-Language: en-US X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On 8/30/21 7:13 PM, Trevor Wu wrote: > randconfig builds show the warning below, > > WARNING: unmet direct dependencies detected for SND_SOC_MT6359 > Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && MTK_PMIC_WRAP [=n] > Selected by [y]: > - SND_SOC_MT8195_MT6359_RT1019_RT5682 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && I2C [=y] && SND_SOC_MT8195 [=y] > > Add a dependency to avoid it. > > Signed-off-by: Trevor Wu > Reported-by: Randy Dunlap Acked-by: Randy Dunlap # build-tested Thanks. > --- > sound/soc/mediatek/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig > index cf567a89f421..f6bf0f9c91e3 100644 > --- a/sound/soc/mediatek/Kconfig > +++ b/sound/soc/mediatek/Kconfig > @@ -197,7 +197,7 @@ config SND_SOC_MT8195 > config SND_SOC_MT8195_MT6359_RT1019_RT5682 > tristate "ASoC Audio driver for MT8195 with MT6359 RT1019 RT5682 codec" > depends on I2C > - depends on SND_SOC_MT8195 > + depends on SND_SOC_MT8195 && MTK_PMIC_WRAP > select SND_SOC_MT6359 > select SND_SOC_RT1015P > select SND_SOC_RT5682_I2C > -- ~Randy _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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=-16.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 70E35C432BE for ; Tue, 31 Aug 2021 02:59:05 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 541D56101C for ; Tue, 31 Aug 2021 02:59:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 541D56101C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 1CE26172B; Tue, 31 Aug 2021 04:58:12 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1CE26172B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1630378742; bh=Z14Qi8SHVgfiDWBUFzxIcbQXIF1ZoETaRiQ51tRlyeM=; h=Subject:To:References:From:Date:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=HT5yT9JaGFrJEotr0E1HFYGhf1vnXCtEHsRe/VfIzviNUnaSXowIraZSGBiAFZYBX RPqPHHfbbMcmNhnLo4cVnU8W7K3tuzEqpaYOT5jXIl+vQW6YP/mfuXP8B7YbAvRzJk ldZwnijnjnnuEl5dP8pe/irrTFGwZ8XLL2B057fI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 7BFC5F80254; Tue, 31 Aug 2021 04:58:11 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 32DCDF8025B; Tue, 31 Aug 2021 04:58:09 +0200 (CEST) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id E7AECF80127 for ; Tue, 31 Aug 2021 04:58:00 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz E7AECF80127 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="vGqMtn6Y" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=6bWlZrjczUiP7EZOqide7LZDeaMc6AyGD2CmjTuWKWY=; b=vGqMtn6YJ7xkPoqIo6XDG75UYF jNnCxOkBlk3zRUx9esaU2FbGYJ4iMvQphHkgoNIFMohCar2nZ51uO8LLDS0IPR3e+je1m5k7hc2Z/ xzkVmLblKIX5gv0KG8FazKFvNz9SE8FOKAovUv2gzVhr29CEJG08LAZ0F7zK/CZwYrOwFNy0Wa7C3 Go8Pbcjs4iM2x4qE9FFesTuLkMlx1L9nlEroO7GN6N0gddid0OEe3CmBh6U737C/qWZNLDGCN61Lc QyJY6TvkusHCYgeTnw1eEsg/fgDsIESb6bOo3SqsFABhehond4c2IgDhEqpxZFyfwo+ykQq7kOHge 6CAua5Dg==; Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mKtyC-0011vi-EV; Tue, 31 Aug 2021 02:57:52 +0000 Subject: Re: [PATCH] ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency To: Trevor Wu , broonie@kernel.org, tiwai@suse.com, matthias.bgg@gmail.com References: <20210831021303.5230-1-trevor.wu@mediatek.com> From: Randy Dunlap Message-ID: <1630c5bd-7f9a-ef63-0476-74c6077adb7f@infradead.org> Date: Mon, 30 Aug 2021 19:57:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210831021303.5230-1-trevor.wu@mediatek.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Cc: alsa-devel@alsa-project.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 8/30/21 7:13 PM, Trevor Wu wrote: > randconfig builds show the warning below, > > WARNING: unmet direct dependencies detected for SND_SOC_MT6359 > Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && MTK_PMIC_WRAP [=n] > Selected by [y]: > - SND_SOC_MT8195_MT6359_RT1019_RT5682 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && I2C [=y] && SND_SOC_MT8195 [=y] > > Add a dependency to avoid it. > > Signed-off-by: Trevor Wu > Reported-by: Randy Dunlap Acked-by: Randy Dunlap # build-tested Thanks. > --- > sound/soc/mediatek/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig > index cf567a89f421..f6bf0f9c91e3 100644 > --- a/sound/soc/mediatek/Kconfig > +++ b/sound/soc/mediatek/Kconfig > @@ -197,7 +197,7 @@ config SND_SOC_MT8195 > config SND_SOC_MT8195_MT6359_RT1019_RT5682 > tristate "ASoC Audio driver for MT8195 with MT6359 RT1019 RT5682 codec" > depends on I2C > - depends on SND_SOC_MT8195 > + depends on SND_SOC_MT8195 && MTK_PMIC_WRAP > select SND_SOC_MT6359 > select SND_SOC_RT1015P > select SND_SOC_RT5682_I2C > -- ~Randy 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=-16.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 8599EC4320E for ; Tue, 31 Aug 2021 03:00:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5525B6103A for ; Tue, 31 Aug 2021 03:00:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5525B6103A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=y0sDDmBFZCErRcdwEcFZXCIqjGIj03mK05pR0FvoeRE=; b=z1ajncrEsyMtwu9Bhl4+aapCSU GXqeMn3uzifSLVfnaQU9jmDTErTgGF+4MtdJ46kQvLaxYnH6G6gJqoMkndjYmCjDeZMwMvwenIH0g fLnxYOfN7HoSySqGm/pAwmGqdF+AY5r82yIV7BTVtxX1PZ/e5VeMLymklTFmzrY1ADSuSdW2P+//A BWGduk+oH7iAtMdrEtRerQfhmGMHygTgA5A9GKmvskLM7bDSAJae6WUyzIKJXh/Xx0zCngYvxibvh J2Bms2qcxhTN1jWH5LLtVzjMuF1UGd46b1gDikIU+y+VRr5ZsgzceRjTLtQy7yrvCS3/MSd0cf/r8 1ApS1uCw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mKtyG-0011w9-3k; Tue, 31 Aug 2021 02:57:56 +0000 Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mKtyC-0011vi-EV; Tue, 31 Aug 2021 02:57:52 +0000 Subject: Re: [PATCH] ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency To: Trevor Wu , broonie@kernel.org, tiwai@suse.com, matthias.bgg@gmail.com Cc: alsa-devel@alsa-project.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20210831021303.5230-1-trevor.wu@mediatek.com> From: Randy Dunlap Message-ID: <1630c5bd-7f9a-ef63-0476-74c6077adb7f@infradead.org> Date: Mon, 30 Aug 2021 19:57:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210831021303.5230-1-trevor.wu@mediatek.com> Content-Language: en-US X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 8/30/21 7:13 PM, Trevor Wu wrote: > randconfig builds show the warning below, > > WARNING: unmet direct dependencies detected for SND_SOC_MT6359 > Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && MTK_PMIC_WRAP [=n] > Selected by [y]: > - SND_SOC_MT8195_MT6359_RT1019_RT5682 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && I2C [=y] && SND_SOC_MT8195 [=y] > > Add a dependency to avoid it. > > Signed-off-by: Trevor Wu > Reported-by: Randy Dunlap Acked-by: Randy Dunlap # build-tested Thanks. > --- > sound/soc/mediatek/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig > index cf567a89f421..f6bf0f9c91e3 100644 > --- a/sound/soc/mediatek/Kconfig > +++ b/sound/soc/mediatek/Kconfig > @@ -197,7 +197,7 @@ config SND_SOC_MT8195 > config SND_SOC_MT8195_MT6359_RT1019_RT5682 > tristate "ASoC Audio driver for MT8195 with MT6359 RT1019 RT5682 codec" > depends on I2C > - depends on SND_SOC_MT8195 > + depends on SND_SOC_MT8195 && MTK_PMIC_WRAP > select SND_SOC_MT6359 > select SND_SOC_RT1015P > select SND_SOC_RT5682_I2C > -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel