[alsa-devel] [PATCH 1/1] ASoC: Add AU1761 audio codec as selectable option
From: Bryce Ferguson bryce.ferguson@rockwellcollins.com
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
On 02/24/2017 10:00 PM, me@rockwellcollins.com wrote:
From: Bryce Ferguson bryce.ferguson@rockwellcollins.com
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
Looks good, makes sense.
Acked-by: Lars-Peter Clausen lars@metafoo.de
But you need to send the patch to the ASoC maintainers Mark (broonie@kernel.org) and Liam (girdwood@gmail.com) to get it applied. The patch should be send to the maintainers and with the mailinglist on CC.
- Lars
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
Lars,
On Mon, Feb 27, 2017 at 5:33 AM, Lars-Peter Clausen lars@metafoo.de wrote:
On 02/24/2017 10:00 PM, me@rockwellcollins.com wrote:
From: Bryce Ferguson bryce.ferguson@rockwellcollins.com
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
Looks good, makes sense.
Acked-by: Lars-Peter Clausen lars@metafoo.de
But you need to send the patch to the ASoC maintainers Mark (broonie@kernel.org) and Liam (girdwood@gmail.com) to get it applied. The patch should be send to the maintainers and with the mailinglist on CC.
- Lars
I will make sure to do that. Thank you very much for the input and the direction.
-Bryce
The patch
ASoC: Add AU1761 audio codec as selectable option
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying to this mail.
Thanks, Mark
From e54fde61715df828c2f06883a6eb756bb5d88006 Mon Sep 17 00:00:00 2001
From: Bryce Ferguson bryce.ferguson@rockwellcollins.com Date: Mon, 27 Feb 2017 08:17:42 -0600 Subject: [PATCH] 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 Signed-off-by: Mark Brown broonie@kernel.org --- sound/soc/codecs/Kconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 9e1718a8cb1c..71039982dae4 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -302,12 +302,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
participants (4)
-
Bryce Ferguson
-
Lars-Peter Clausen
-
Mark Brown
-
me@rockwellcollins.com