[PATCH] arm64: defconfig: Enable USB audio driver

Ravi Gunasekaran posted 1 patch 2 years, 8 months ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: defconfig: Enable USB audio driver
Posted by Ravi Gunasekaran 2 years, 8 months ago
Enable the USB audio driver so that USB audio devices
can be detected by apps such as aplay.

Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
---
 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
Re: [PATCH] arm64: defconfig: Enable USB audio driver
Posted by Krzysztof Kozlowski 2 years, 8 months ago
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