From patchwork Fri Apr 21 20:01:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Kochetkov X-Patchwork-Id: 676894 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 09BACC7618E for ; Sat, 22 Apr 2023 08:51:17 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id C96AEEC9; Sat, 22 Apr 2023 10:50:24 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C96AEEC9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1682153474; bh=8VPFzw9aGqg7PQ7yptYpTudbiD6j1n1uPTdypQx5+II=; h=To:Subject:Date:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From:Reply-To:Cc:From; b=E/eyy+kcgieuULz08Zoix4hxATprAaeZqdbOBGx9wJsh6Pba4a8wUPIACgTYDKRlx ADycFcIEQNuwUuVOCX3FU/kjQGEDdllnLLitMaYq6o5uyAdwsArYOXlP2oegm+BHi3 UjP1fIHRY28PSnYpp5CQ2Qt2eMFheTG/Ttp7g9KY= Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 3B361F8055A; Sat, 22 Apr 2023 10:49:17 +0200 (CEST) To: alsa-devel@alsa-project.org Subject: [PATCH] ASoC: max98088: make it selectable Date: Fri, 21 Apr 2023 23:01:27 +0300 X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1 X-Mailman-Approved-At: Sat, 22 Apr 2023 08:49:11 +0000 X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <168215335664.26.21534984476741809@mailman-core.alsa-project.org> X-Patchwork-Original-From: Maxim Kochetkov via Alsa-devel From: Maxim Kochetkov Reply-To: Maxim Kochetkov Cc: lgirdwood@gmail.com, broonie@kernel.org, tiwai@suse.com, krzysztof.kozlowski@linaro.org, pierre-louis.bossart@linux.intel.com, rf@opensource.cirrus.com, ckeepax@opensource.cirrus.com, shumingf@realtek.com, ryans.lee@analog.com, herve.codina@bootlin.com, wangweidong.a@awinic.com, ajye_huang@compal.corp-partner.google.com, Maxim Kochetkov Content-Disposition: inline There is no way to select max98088 from menuconfig right now. Add a Kconfig menu description to allow building the driver standalone. Signed-off-by: Maxim Kochetkov --- sound/soc/codecs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 79d2362ad055..8020097d4e4c 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1090,7 +1090,7 @@ config SND_SOC_MAX98088 depends on I2C config SND_SOC_MAX98090 - tristate + tristate "Maxim MAX98090 CODEC" depends on I2C config SND_SOC_MAX98095