soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x
@ 2023-07-31 11:53 Mark Brown
  2023-08-12 10:20 ` patchwork-bot+linux-soc
  2023-08-15  6:07 ` Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2023-07-31 11:53 UTC (permalink / raw)
  To: soc, Tony Lindgren, Benoît Cousson, Bartosz Golaszewski
  Cc: linux-omap, linux-arm-kernel, linux-kernel, Mark Brown

A number of TI based platforms use TLV320AIC3x since it was their
standard audio CODEC for quite some time, including the Beagle X15.
Enable it multi_v7_defconfig to improve test coverage.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index f0800f806b5f..00e95220e08d 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -825,6 +825,7 @@ CONFIG_SND_SOC_SGTL5000=m
 CONFIG_SND_SOC_STI_SAS=m
 CONFIG_SND_SOC_TLV320AIC32X4=m
 CONFIG_SND_SOC_TLV320AIC32X4_I2C=m
+CONFIG_SND_SOC_TLV320AIC3X_I2C=m
 CONFIG_SND_SOC_WM8960=m
 CONFIG_SND_SOC_WM8962=m
 CONFIG_SND_SOC_WM8978=m

---
base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
change-id: 20230707-arm-tlv320aic31xx-config-f52a886647db

Best regards,
-- 
Mark Brown <broonie@kernel.org>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x
  2023-07-31 11:53 [PATCH RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x Mark Brown
@ 2023-08-12 10:20 ` patchwork-bot+linux-soc
  2023-08-15  6:07 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-08-12 10:20 UTC (permalink / raw)
  To: Mark Brown; +Cc: soc

Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 31 Jul 2023 12:53:27 +0100 you wrote:
> A number of TI based platforms use TLV320AIC3x since it was their
> standard audio CODEC for quite some time, including the Beagle X15.
> Enable it multi_v7_defconfig to improve test coverage.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> [...]

Here is the summary with links:
  - [RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x
    https://git.kernel.org/soc/soc/c/a1fdf44bfd88

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x
  2023-07-31 11:53 [PATCH RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x Mark Brown
  2023-08-12 10:20 ` patchwork-bot+linux-soc
@ 2023-08-15  6:07 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2023-08-15  6:07 UTC (permalink / raw)
  To: Mark Brown, Arnd Bergmann
  Cc: soc, Benoît Cousson, Bartosz Golaszewski, linux-omap,
	linux-arm-kernel, linux-kernel

Hi,

* Mark Brown <broonie@kernel.org> [230731 11:53]:
> A number of TI based platforms use TLV320AIC3x since it was their
> standard audio CODEC for quite some time, including the Beagle X15.
> Enable it multi_v7_defconfig to improve test coverage.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>

Looks like this is still pending, I don't have any defconfig changes to queue,
so I've added Arnd to Cc:

Reviewed-by: Tony Lindgren <tony@atomide.com>

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index f0800f806b5f..00e95220e08d 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -825,6 +825,7 @@ CONFIG_SND_SOC_SGTL5000=m
>  CONFIG_SND_SOC_STI_SAS=m
>  CONFIG_SND_SOC_TLV320AIC32X4=m
>  CONFIG_SND_SOC_TLV320AIC32X4_I2C=m
> +CONFIG_SND_SOC_TLV320AIC3X_I2C=m
>  CONFIG_SND_SOC_WM8960=m
>  CONFIG_SND_SOC_WM8962=m
>  CONFIG_SND_SOC_WM8978=m
> 
> ---
> base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
> change-id: 20230707-arm-tlv320aic31xx-config-f52a886647db
> 
> Best regards,
> -- 
> Mark Brown <broonie@kernel.org>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-15  6:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 11:53 [PATCH RESEND] ARM: multi_v7_defconfig: Enable TLV320AIC3x Mark Brown
2023-08-12 10:20 ` patchwork-bot+linux-soc
2023-08-15  6:07 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).