2023-06-12 08:42:58

by Ravi Gunasekaran

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: Enable USB audio driver

Enable the USB audio driver so that USB audio devices
can be detected by apps such as aplay.

Signed-off-by: Ravi Gunasekaran <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 8d850be05835..d104fa4c0d60 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -855,6 +855,7 @@ CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_SOUND=y
+CONFIG_SND_USB_AUDIO=m
CONFIG_SND=y
CONFIG_SND_ALOOP=m
CONFIG_SND_HDA_TEGRA=m
--
2.17.1



2023-06-12 10:19:13

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: Enable USB audio driver

On 12/06/2023 10:21, Ravi Gunasekaran wrote:
> Enable the USB audio driver so that USB audio devices
> can be detected by apps such as aplay.

defconfig is for development, not for using by distro. Why do you need
for development of arm64 kernel USB audio? Commit msg should explain this.


Best regards,
Krzysztof