[alsa-devel] [PATCH 1/1] ASoC: Add AU1761 audio codec as selectable option
This commit adds the ADI AU1761 audio codec as a selectable option in the kernel config. Currently the driver can only be selected for ADI blackfin devices or if SND_SOC_ALL_CODECS is enabled.
Signed-off-by: Bryce Ferguson bryce.ferguson@rockwellcollins.com
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index e49e9da..43539c3b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -303,12 +303,14 @@ config SND_SOC_ADAU1761 select SND_SOC_ADAU17X1
config SND_SOC_ADAU1761_I2C - tristate + tristate "Analog Devices AU1761 CODEC - I2C" + depends on I2C select SND_SOC_ADAU1761 select REGMAP_I2C
config SND_SOC_ADAU1761_SPI - tristate + tristate "Analog Devices AU1761 CODEC - SPI" + depends on SPI select SND_SOC_ADAU1761 select REGMAP_SPI
Hello,
On Mon, Feb 27, 2017 at 8:17 AM, Bryce Ferguson bryce.ferguson@rockwellcollins.com wrote:
This commit adds the ADI AU1761 audio codec as a selectable option in the kernel config. Currently the driver can only be selected for ADI blackfin devices or if SND_SOC_ALL_CODECS is enabled.
Signed-off-by: Bryce Ferguson bryce.ferguson@rockwellcollins.com
I must have messed up the email the first time around so it shows up as a new submission here, but this patch has been acked. (Here's a link https://patchwork.kernel.org/patch/9591995/) Thanks, sorry for any confusion.
-Bryce
participants (1)
-
Bryce Ferguson