* Re: [PATCH 1/1] ASoC: Add AU1761 audio codec as selectable option [not found] <1487970034-6003-1-git-send-email-me> @ 2017-02-27 11:33 ` Lars-Peter Clausen 2017-02-27 14:01 ` Bryce Ferguson 2017-03-15 18:13 ` Applied "ASoC: Add AU1761 audio codec as selectable option" to the asoc tree Mark Brown 1 sibling, 1 reply; 3+ messages in thread From: Lars-Peter Clausen @ 2017-02-27 11:33 UTC (permalink / raw) To: me, patch; +Cc: Bryce Ferguson, alsa-devel 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 > > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] ASoC: Add AU1761 audio codec as selectable option 2017-02-27 11:33 ` [PATCH 1/1] ASoC: Add AU1761 audio codec as selectable option Lars-Peter Clausen @ 2017-02-27 14:01 ` Bryce Ferguson 0 siblings, 0 replies; 3+ messages in thread From: Bryce Ferguson @ 2017-02-27 14:01 UTC (permalink / raw) To: Lars-Peter Clausen; +Cc: alsa-devel, patch, me 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Applied "ASoC: Add AU1761 audio codec as selectable option" to the asoc tree [not found] <1487970034-6003-1-git-send-email-me> 2017-02-27 11:33 ` [PATCH 1/1] ASoC: Add AU1761 audio codec as selectable option Lars-Peter Clausen @ 2017-03-15 18:13 ` Mark Brown 1 sibling, 0 replies; 3+ messages in thread From: Mark Brown @ 2017-03-15 18:13 UTC (permalink / raw) To: Bryce Ferguson; +Cc: patch, alsa-devel, Mark Brown 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 -- 2.11.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-15 18:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1487970034-6003-1-git-send-email-me>
2017-02-27 11:33 ` [PATCH 1/1] ASoC: Add AU1761 audio codec as selectable option Lars-Peter Clausen
2017-02-27 14:01 ` Bryce Ferguson
2017-03-15 18:13 ` Applied "ASoC: Add AU1761 audio codec as selectable option" to the asoc tree Mark Brown
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox