From: Hauke Mehrtens Date: Fri, 31 May 2024 12:39:51 +0000 (+0200) Subject: tegra: Activate CONFIG_SND_DRIVERS X-Git-Tag: v24.10.0-rc1~1660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15602%2Fhead;p=thirdparty%2Fopenwrt.git tegra: Activate CONFIG_SND_DRIVERS The option CONFIG_SND_DRIVERS is activated by default in the generic configuration, do not deactivate it for tegra. This fixes the build of the kmod-sound-dummy package on tegra. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/tegra/config-5.15 b/target/linux/tegra/config-5.15 index 1600dd7f210..c143c3f5a92 100644 --- a/target/linux/tegra/config-5.15 +++ b/target/linux/tegra/config-5.15 @@ -389,7 +389,6 @@ CONFIG_SMP_ON_UP=y CONFIG_SND=y # CONFIG_SND_COMPRESS_OFFLOAD is not set CONFIG_SND_DMAENGINE_PCM=y -# CONFIG_SND_DRIVERS is not set # CONFIG_SND_HDA_TEGRA is not set CONFIG_SND_JACK=y CONFIG_SND_JACK_INPUT_DEV=y diff --git a/target/linux/tegra/config-6.6 b/target/linux/tegra/config-6.6 index c3ffff01dc6..c86a51a572f 100644 --- a/target/linux/tegra/config-6.6 +++ b/target/linux/tegra/config-6.6 @@ -430,7 +430,6 @@ CONFIG_SND=y CONFIG_SND_AUDIO_GRAPH_CARD=y # CONFIG_SND_COMPRESS_OFFLOAD is not set CONFIG_SND_DMAENGINE_PCM=y -# CONFIG_SND_DRIVERS is not set # CONFIG_SND_HDA_TEGRA is not set CONFIG_SND_JACK=y CONFIG_SND_JACK_INPUT_DEV=y