From patchwork Thu Jun 16 19:00:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 9181497 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id EEEB360573 for ; Thu, 16 Jun 2016 19:00:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D3FA02012F for ; Thu, 16 Jun 2016 19:00:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C8D6B28382; Thu, 16 Jun 2016 19:00:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BA1A02012F for ; Thu, 16 Jun 2016 19:00:39 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5202E266D5A; Thu, 16 Jun 2016 21:00:37 +0200 (CEST) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id CEA692669F9; Thu, 16 Jun 2016 21:00:29 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5A146266BEA; Thu, 16 Jun 2016 21:00:28 +0200 (CEST) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) by alsa0.perex.cz (Postfix) with ESMTP id 235BD265795 for ; Thu, 16 Jun 2016 21:00:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=zst511QTTkdeflLxjAZ1je0GmjYxYHvJ2V+Wt10Zin4=; b=K1YYNlugmw3j4UNjCinbNAJOPbPwllhV4hSYtYLTe6ebupQCX3HiKdC/bpoW5OURS/1r2fMF9SzKcIdebvtWWlMOKqBs5osNqAZ2Dncryew1rCpHh65hq/88vwThF0RGCZAPUqtbwtWB34A7niFYhAbZ623K21pwSTftYBeKtwo=; Received: from [5.18.96.7] (port=60455 helo=shc.zet) by smtp29.i.mail.ru with esmtpa (envelope-from ) id 1bDcWa-0007Qa-8W; Thu, 16 Jun 2016 22:00:20 +0300 From: Alexander Shiyan To: alsa-devel@alsa-project.org Date: Thu, 16 Jun 2016 22:00:12 +0300 Message-Id: <1466103612-8424-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 2.4.9 X-Mras: OK Cc: Takashi Iwai , Mark Brown , Liam Girdwood , Alexander Shiyan Subject: [alsa-devel] [PATCH] ASoC: codecs: Remove "select REGMAP_SPI/REGMAP_I2C" X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP REGMAP_SPI and REGMAP_I2C is selected automatically by SND_SOC, so no additional actions is required. Signed-off-by: Alexander Shiyan --- sound/soc/codecs/Kconfig | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 4d82a58..1e03fa0 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -288,12 +288,10 @@ config SND_SOC_ADAU1761 config SND_SOC_ADAU1761_I2C tristate select SND_SOC_ADAU1761 - select REGMAP_I2C config SND_SOC_ADAU1761_SPI tristate select SND_SOC_ADAU1761 - select REGMAP_SPI config SND_SOC_ADAU1781 select SND_SOC_ADAU17X1 @@ -302,12 +300,10 @@ config SND_SOC_ADAU1781 config SND_SOC_ADAU1781_I2C tristate select SND_SOC_ADAU1781 - select REGMAP_I2C config SND_SOC_ADAU1781_SPI tristate select SND_SOC_ADAU1781 - select REGMAP_SPI config SND_SOC_ADAU1977 tristate @@ -315,12 +311,10 @@ config SND_SOC_ADAU1977 config SND_SOC_ADAU1977_SPI tristate select SND_SOC_ADAU1977 - select REGMAP_SPI config SND_SOC_ADAU1977_I2C tristate select SND_SOC_ADAU1977 - select REGMAP_I2C config SND_SOC_ADAV80X tristate @@ -403,7 +397,6 @@ config SND_SOC_CS42L73 config SND_SOC_CS4265 tristate "Cirrus Logic CS4265 CODEC" depends on I2C - select REGMAP_I2C # Cirrus Logic CS4270 Codec config SND_SOC_CS4270 @@ -425,13 +418,11 @@ config SND_SOC_CS4271_I2C tristate "Cirrus Logic CS4271 CODEC (I2C)" depends on I2C select SND_SOC_CS4271 - select REGMAP_I2C config SND_SOC_CS4271_SPI tristate "Cirrus Logic CS4271 CODEC (SPI)" depends on SPI_MASTER select SND_SOC_CS4271 - select REGMAP_SPI config SND_SOC_CS42XX8 tristate @@ -440,7 +431,6 @@ config SND_SOC_CS42XX8_I2C tristate "Cirrus Logic CS42448/CS42888 CODEC (I2C)" depends on I2C select SND_SOC_CS42XX8 - select REGMAP_I2C # Cirrus Logic CS4349 HiFi DAC config SND_SOC_CS4349 @@ -580,13 +570,11 @@ config SND_SOC_PCM3168A_I2C tristate "Texas Instruments PCM3168A CODEC - I2C" depends on I2C select SND_SOC_PCM3168A - select REGMAP_I2C config SND_SOC_PCM3168A_SPI tristate "Texas Instruments PCM3168A CODEC - SPI" depends on SPI_MASTER select SND_SOC_PCM3168A - select REGMAP_SPI config SND_SOC_PCM5102A tristate @@ -598,13 +586,11 @@ config SND_SOC_PCM512x_I2C tristate "Texas Instruments PCM512x CODECs - I2C" depends on I2C select SND_SOC_PCM512x - select REGMAP_I2C config SND_SOC_PCM512x_SPI tristate "Texas Instruments PCM512x CODECs - SPI" depends on SPI_MASTER select SND_SOC_PCM512x - select REGMAP_SPI config SND_SOC_RL6231 tristate @@ -668,7 +654,6 @@ config SND_SOC_RT5670 config SND_SOC_RT5677 tristate - select REGMAP_I2C select REGMAP_IRQ config SND_SOC_RT5677_SPI @@ -715,13 +700,11 @@ config SND_SOC_SSM2602_SPI tristate "Analog Devices SSM2602 CODEC - SPI" depends on SPI_MASTER select SND_SOC_SSM2602 - select REGMAP_SPI config SND_SOC_SSM2602_I2C tristate "Analog Devices SSM2602 CODEC - I2C" depends on I2C select SND_SOC_SSM2602 - select REGMAP_I2C config SND_SOC_SSM4567 tristate "Analog Devices ssm4567 amplifier driver support" @@ -730,7 +713,6 @@ config SND_SOC_SSM4567 config SND_SOC_STA32X tristate "STA326, STA328 and STA329 speaker amplifier" depends on I2C - select REGMAP_I2C config SND_SOC_STA350 tristate "STA350 speaker amplifier" @@ -788,7 +770,6 @@ config SND_SOC_TLV320AIC26 config SND_SOC_TLV320AIC31XX tristate "Texas Instruments TLV320AIC31xx CODECs" depends on I2C - select REGMAP_I2C config SND_SOC_TLV320AIC32X4 tristate @@ -918,13 +899,11 @@ config SND_SOC_WM8804_I2C tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver I2C" depends on I2C select SND_SOC_WM8804 - select REGMAP_I2C config SND_SOC_WM8804_SPI tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver SPI" depends on SPI_MASTER select SND_SOC_WM8804 - select REGMAP_SPI config SND_SOC_WM8900 tristate