lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 12 Jun 2023 13:51:50 +0530
From:   Ravi Gunasekaran <r-gunasekaran@...com>
To:     <catalin.marinas@....com>, <will@...nel.org>
CC:     <arnd@...db.de>, <krzysztof.kozlowski@...aro.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>, <r-gunasekaran@...com>
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 <r-gunasekaran@...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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ