From patchwork Sun Feb 4 09:14:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 13544586 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F2870C4828F for ; Sun, 4 Feb 2024 09:14:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=HFLdYwNKs0U/Li01SMVv57pvGupTk/hyHB5hIhcoYGM=; b=QH1qsTns15f0kj WHLl5i2TIlv8elVsSqE4GS40PoKx/3PJ6ciDoxE+r74PdEN9R8F8/A6kzneSad53sVi+zAJxR2s34 8o8J0LcIUzwCE0Re8b7fHKTF58znfMW0uOvY2IR6WjjZYkiFhooOTZd6fUzpX0y+91rpjiHUNOAiy 3V2o+MOMlrRVluAIAVs8JVwQrl0j3+phm607Al5V+Bz2Jt5+2MX2bjJ9l7gHmzbF93GRkwCDvbMzI pY3Np+2qypmKGWTXKdIZhPcAK5AD+Q+ileVnrtonLRncpulSwV9OJiC17K4EC1Gu2L/l4pAWOhDyO vcplNKXgiFj26Awj5JFA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWYaI-00000000TMu-04RE; Sun, 04 Feb 2024 09:14:42 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWYaF-00000000TMX-3KRb for linux-arm-kernel@lists.infradead.org; Sun, 04 Feb 2024 09:14:41 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 10A34CE00A0; Sun, 4 Feb 2024 09:14:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76F94C433F1; Sun, 4 Feb 2024 09:14:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707038077; bh=tdJoA0gAQ+yEvvOzhSgqgVWMe4V3tFRmkcVSf9FiZeI=; h=From:To:Cc:Subject:Date:From; b=IqIqYawPB2UqaopXb4BOlBNtLNHNY/WLA+C24JK1AJ2MkQtyrjTrHdQclMFQCj7io q+QFXcytpGrJuKMfqgQQOSSN7b2/PHdFe/pBNLpFbQ8EuGYyeC5R6DWcnxr7m3tQ0U RcyfeWVZTtudxYDLm+T6yaDJoeQxy4kc1rIFtVEizf80deWHtSUpyUyEmU08CgCghl J+ckg6x+5zZ6zACK7zWmNZDYoVFfvayNQJoY2FJmxras1wSUS14gORkxiMJ5GzLf4U T+457NBb7aF9By83MAjJcjEI309sbG3DS3kQ0aeVQTmtVIy2SvXlpX+FxuEkGRuyGY AA3leXz5jeF/w== From: Masahiro Yamada To: Jaroslav Kysela , Takashi Iwai , linux-sound@vger.kernel.org, Daniel Mack , Haojian Zhuang , Robert Jarzmik , linux-arm-kernel@lists.infradead.org, Mark Brown Cc: Masahiro Yamada , Liam Girdwood , linux-kernel@vger.kernel.org Subject: [PATCH v2] ASoC: pxa: remove duplicated CONFIG_SND_PXA2XX_AC97 entry Date: Sun, 4 Feb 2024 18:14:24 +0900 Message-Id: <20240204091424.38306-1-masahiroy@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240204_011440_029081_3A2109D8 X-CRM114-Status: UNSURE ( 8.73 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 'config SND_PXA2XX_AC97' is already present in sound/arm/Kconfig with a prompt. Commit 734c2d4bb7cf ("[ALSA] ASoC pxa2xx build support") redundantly added the second one to sound/soc/pxa/Kconfig. Remove it. Signed-off-by: Masahiro Yamada --- Changes in v2: - Change the commit subject sound/soc/pxa/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index f03c74809324..e05d6ce4c8fa 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -8,9 +8,6 @@ config SND_PXA2XX_SOC the PXA2xx AC97, I2S or SSP interface. You will also need to select the audio interfaces to support below. -config SND_PXA2XX_AC97 - tristate - config SND_PXA2XX_SOC_AC97 tristate "SoC AC97 support for PXA2xx" depends on SND_PXA2XX_SOC