diff options
author | Sameer Pujar <[email protected]> | 2022-09-30 19:26:34 +0530 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-10-24 17:07:51 +0200 |
commit | 7235cdd9cc5230d763facfbd013441e435be25b3 (patch) | |
tree | d014513c7bf58bde27b47caba9dda9f66923ab69 | |
parent | 13e4cd4a4073e071b66f6d4f715e171788cb2646 (diff) |
arm64: defconfig: Enable SND_ALOOP
Enable generic PCM loopback driver.
On NVIDIA Jetson platforms, customers use this to loop data between
container based applications and host OS.
Signed-off-by: Sameer Pujar <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 52106ee24ad8..5c8ab29de36d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -789,6 +789,7 @@ CONFIG_LOGO=y # CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_SOUND=y CONFIG_SND=y +CONFIG_SND_ALOOP=m CONFIG_SND_HDA_TEGRA=m CONFIG_SND_HDA_CODEC_HDMI=m CONFIG_SND_SOC=y |