* [PATCH] arm64: defconfig: Enable Allwinner built in CODECs
@ 2022-06-14 10:03 broonie
2022-06-17 3:56 ` Samuel Holland
0 siblings, 1 reply; 5+ messages in thread
From: broonie @ 2022-06-14 10:03 UTC (permalink / raw)
To: Maxime Ripard; +Cc: linux-arm-kernel, Mark Brown
From: Mark Brown <broonie@kernel.org>
Allwinner provide an audio CODEC as part of their SoCs which is used on a
number of designs, enable the driver as part of defconfig in order to
improve coverage of this in the various automated testing systems.
Signed-off-by: Mark Brown <broonie@kernel.org>
---
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7d1105343bc2..c2ad42bd8536 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -804,6 +804,9 @@ CONFIG_SND_SOC_RCAR=m
CONFIG_SND_SOC_RZ=m
CONFIG_SND_SUN4I_I2S=m
CONFIG_SND_SUN4I_SPDIF=m
+CONFIG_SND_SUN50I_CODEC_ANALOG=m
+CONFIG_SND_SUN8I_CODEC=m
+CONFIG_SND_SUN8I_CODEC_ANALOG=m
CONFIG_SND_SOC_TEGRA=m
CONFIG_SND_SOC_TEGRA210_AHUB=m
CONFIG_SND_SOC_TEGRA210_DMIC=m
--
2.30.2
_______________________________________________
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] 5+ messages in thread
* Re: [PATCH] arm64: defconfig: Enable Allwinner built in CODECs
2022-06-14 10:03 broonie
@ 2022-06-17 3:56 ` Samuel Holland
2022-06-17 8:37 ` Mark Brown
0 siblings, 1 reply; 5+ messages in thread
From: Samuel Holland @ 2022-06-17 3:56 UTC (permalink / raw)
To: broonie, Maxime Ripard
Cc: linux-arm-kernel, jernej.skrabec, wens, linux-sunxi
+sunxi maintainers
On 6/14/22 5:03 AM, broonie@kernel.org wrote:
> From: Mark Brown <broonie@kernel.org>
>
> Allwinner provide an audio CODEC as part of their SoCs which is used on a
> number of designs, enable the driver as part of defconfig in order to
> improve coverage of this in the various automated testing systems.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Samuel Holland <samuel@sholland.org>
> ---
> arch/arm64/configs/defconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 7d1105343bc2..c2ad42bd8536 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -804,6 +804,9 @@ CONFIG_SND_SOC_RCAR=m
> CONFIG_SND_SOC_RZ=m
> CONFIG_SND_SUN4I_I2S=m
> CONFIG_SND_SUN4I_SPDIF=m
> +CONFIG_SND_SUN50I_CODEC_ANALOG=m
> +CONFIG_SND_SUN8I_CODEC=m
> +CONFIG_SND_SUN8I_CODEC_ANALOG=m
> CONFIG_SND_SOC_TEGRA=m
> CONFIG_SND_SOC_TEGRA210_AHUB=m
> CONFIG_SND_SOC_TEGRA210_DMIC=m
>
_______________________________________________
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] 5+ messages in thread
* Re: [PATCH] arm64: defconfig: Enable Allwinner built in CODECs
2022-06-17 3:56 ` Samuel Holland
@ 2022-06-17 8:37 ` Mark Brown
0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2022-06-17 8:37 UTC (permalink / raw)
To: Samuel Holland
Cc: Maxime Ripard, linux-arm-kernel, jernej.skrabec, wens,
linux-sunxi
[-- Attachment #1.1: Type: text/plain, Size: 180 bytes --]
On Thu, Jun 16, 2022 at 10:56:41PM -0500, Samuel Holland wrote:
> +sunxi maintainers
Note BTW that MAINTAINERS lists "sunXi" which doesn't turn up for
searches on SUNXI or sunxi.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
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] 5+ messages in thread
* [PATCH] arm64: defconfig: Enable Allwinner built in CODECs
@ 2022-07-01 11:22 Mark Brown
2022-07-04 20:25 ` Jernej Škrabec
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2022-07-01 11:22 UTC (permalink / raw)
To: Maxime Ripard, Samuel Holland, jernej.skrabec, wens
Cc: linux-sunxi, linux-arm-kernel, Mark Brown
Allwinner provide an audio CODEC as part of their SoCs which is used on a
number of designs, enable the driver as part of defconfig in order to
improve coverage of this in the various automated testing systems.
Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Samuel Holland <samuel@sholland.org>
---
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 1a3954948b56..9d6ef3656e4e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -808,6 +808,9 @@ CONFIG_SND_SOC_RCAR=m
CONFIG_SND_SOC_RZ=m
CONFIG_SND_SUN4I_I2S=m
CONFIG_SND_SUN4I_SPDIF=m
+CONFIG_SND_SUN50I_CODEC_ANALOG=m
+CONFIG_SND_SUN8I_CODEC=m
+CONFIG_SND_SUN8I_CODEC_ANALOG=m
CONFIG_SND_SOC_TEGRA=m
CONFIG_SND_SOC_TEGRA210_AHUB=m
CONFIG_SND_SOC_TEGRA210_DMIC=m
--
2.30.2
_______________________________________________
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] 5+ messages in thread
* Re: [PATCH] arm64: defconfig: Enable Allwinner built in CODECs
2022-07-01 11:22 [PATCH] arm64: defconfig: Enable Allwinner built in CODECs Mark Brown
@ 2022-07-04 20:25 ` Jernej Škrabec
0 siblings, 0 replies; 5+ messages in thread
From: Jernej Škrabec @ 2022-07-04 20:25 UTC (permalink / raw)
To: Maxime Ripard, Samuel Holland, wens, Mark Brown
Cc: linux-sunxi, linux-arm-kernel, Mark Brown
Dne petek, 01. julij 2022 ob 13:22:13 CEST je Mark Brown napisal(a):
> Allwinner provide an audio CODEC as part of their SoCs which is used on a
> number of designs, enable the driver as part of defconfig in order to
> improve coverage of this in the various automated testing systems.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>
> Reviewed-by: Samuel Holland <samuel@sholland.org>
Applied, thanks!
Best regards,
Jernej
_______________________________________________
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] 5+ messages in thread
end of thread, other threads:[~2022-07-04 20:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01 11:22 [PATCH] arm64: defconfig: Enable Allwinner built in CODECs Mark Brown
2022-07-04 20:25 ` Jernej Škrabec
-- strict thread matches above, loose matches on Subject: below --
2022-06-14 10:03 broonie
2022-06-17 3:56 ` Samuel Holland
2022-06-17 8:37 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox