From d5b4ca4445d68f637abc0ede21e9529127e7e71d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 28 Jan 2022 14:26:31 -0500 Subject: gnu: linux-libre: Build the snd-emu10k1 kernel module. Add the CONFIG_SND_EMU10K1=m and CONFIG_SND_EMU10K1_SEQ=m kernel options to all of our x86 and ARM configurations. The change automated via: $ git grep -rl CONFIG_SND_INDIGODJX | xargs grep -rL CONFIG_SND_EMU10K1=m \ | xargs sed '/CONFIG_SND_INDIGODJX=m/a\ CONFIG_SND_EMU10K1=m\nCONFIG_SND_EMU10K1_SEQ=m' -i --- gnu/packages/aux-files/linux-libre/4.14-x86_64.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/aux-files/linux-libre/4.14-x86_64.conf') diff --git a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf index 09c81b4b00..291f6aa381 100644 --- a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf +++ b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf @@ -5958,6 +5958,8 @@ CONFIG_SND_INDIGOIO=m CONFIG_SND_INDIGODJ=m CONFIG_SND_INDIGOIOX=m CONFIG_SND_INDIGODJX=m +CONFIG_SND_EMU10K1=m +CONFIG_SND_EMU10K1_SEQ=m # CONFIG_SND_EMU10K1_SEQ is not set CONFIG_SND_ENS1370=m CONFIG_SND_ENS1371=m -- cgit v1.2.3