All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2plus_defconfig: enable TLV320AIC3X
@ 2021-12-16 15:05 ` Merlijn Wajer
  0 siblings, 0 replies; 4+ messages in thread
From: Merlijn Wajer @ 2021-12-16 15:05 UTC (permalink / raw)
  To: merlijn
  Cc: Ivaylo Dimitrov, Dev Null, Tony Lindgren, Sebastian Reichel,
	linux-omap, Russell King, linux-arm-kernel, linux-kernel

Commit a96d2ba2d824 ("ASoC: codecs: tlv320aic3x: move I2C to separated
file") split the driver into SPI and I2C code and also provided a
separate configuration option for it.

The RX51 audio fails to probe since this commit, so let's add this
non-obvious configuration option to the defconfig.

Signed-off-by: Merlijn Wajer <merlijn@wizzup.org>
---
 arch/arm/configs/omap2plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 7a41e9cbcc7b..5c916e92068e 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -566,6 +566,8 @@ CONFIG_SND_SOC_OMAP_HDMI=m
 CONFIG_SND_SOC_CPCAP=m
 CONFIG_SND_SOC_MOTMDM=m
 CONFIG_SND_SOC_TLV320AIC23_I2C=m
+CONFIG_SND_SOC_TLV320AIC3X=m
+CONFIG_SND_SOC_TLV320AIC3X_I2C=m
 CONFIG_SND_SIMPLE_CARD=m
 CONFIG_SND_AUDIO_GRAPH_CARD=m
 CONFIG_HID_GENERIC=m
-- 
2.32.0


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

* [PATCH] ARM: omap2plus_defconfig: enable TLV320AIC3X
@ 2021-12-16 15:05 ` Merlijn Wajer
  0 siblings, 0 replies; 4+ messages in thread
From: Merlijn Wajer @ 2021-12-16 15:05 UTC (permalink / raw)
  To: merlijn
  Cc: Ivaylo Dimitrov, Dev Null, Tony Lindgren, Sebastian Reichel,
	linux-omap, Russell King, linux-arm-kernel, linux-kernel

Commit a96d2ba2d824 ("ASoC: codecs: tlv320aic3x: move I2C to separated
file") split the driver into SPI and I2C code and also provided a
separate configuration option for it.

The RX51 audio fails to probe since this commit, so let's add this
non-obvious configuration option to the defconfig.

Signed-off-by: Merlijn Wajer <merlijn@wizzup.org>
---
 arch/arm/configs/omap2plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 7a41e9cbcc7b..5c916e92068e 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -566,6 +566,8 @@ CONFIG_SND_SOC_OMAP_HDMI=m
 CONFIG_SND_SOC_CPCAP=m
 CONFIG_SND_SOC_MOTMDM=m
 CONFIG_SND_SOC_TLV320AIC23_I2C=m
+CONFIG_SND_SOC_TLV320AIC3X=m
+CONFIG_SND_SOC_TLV320AIC3X_I2C=m
 CONFIG_SND_SIMPLE_CARD=m
 CONFIG_SND_AUDIO_GRAPH_CARD=m
 CONFIG_HID_GENERIC=m
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: omap2plus_defconfig: enable TLV320AIC3X
  2021-12-16 15:05 ` Merlijn Wajer
@ 2022-04-21 11:58   ` Tony Lindgren
  -1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2022-04-21 11:58 UTC (permalink / raw)
  To: Merlijn Wajer
  Cc: Ivaylo Dimitrov, Dev Null, Sebastian Reichel, linux-omap,
	Russell King, linux-arm-kernel, linux-kernel

* Merlijn Wajer <merlijn@wizzup.org> [211216 17:00]:
> Commit a96d2ba2d824 ("ASoC: codecs: tlv320aic3x: move I2C to separated
> file") split the driver into SPI and I2C code and also provided a
> separate configuration option for it.
> 
> The RX51 audio fails to probe since this commit, so let's add this
> non-obvious configuration option to the defconfig.

Applying into omap-for-v5.19/defconfig thanks.

Tony

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

* Re: [PATCH] ARM: omap2plus_defconfig: enable TLV320AIC3X
@ 2022-04-21 11:58   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2022-04-21 11:58 UTC (permalink / raw)
  To: Merlijn Wajer
  Cc: Ivaylo Dimitrov, Dev Null, Sebastian Reichel, linux-omap,
	Russell King, linux-arm-kernel, linux-kernel

* Merlijn Wajer <merlijn@wizzup.org> [211216 17:00]:
> Commit a96d2ba2d824 ("ASoC: codecs: tlv320aic3x: move I2C to separated
> file") split the driver into SPI and I2C code and also provided a
> separate configuration option for it.
> 
> The RX51 audio fails to probe since this commit, so let's add this
> non-obvious configuration option to the defconfig.

Applying into omap-for-v5.19/defconfig thanks.

Tony

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-04-21 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 15:05 [PATCH] ARM: omap2plus_defconfig: enable TLV320AIC3X Merlijn Wajer
2021-12-16 15:05 ` Merlijn Wajer
2022-04-21 11:58 ` Tony Lindgren
2022-04-21 11:58   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.