diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-28 14:26:31 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-02-07 16:22:37 -0500 |
commit | d5b4ca4445d68f637abc0ede21e9529127e7e71d (patch) | |
tree | af60c18baec10cad58909dc07059f446ba6cd598 /gnu/packages/aux-files/linux-libre/4.14-x86_64.conf | |
parent | 6f80093b3364e8f8192e489535a502d0d8e7ec34 (diff) | |
download | guix-d5b4ca4445d68f637abc0ede21e9529127e7e71d.tar.gz guix-d5b4ca4445d68f637abc0ede21e9529127e7e71d.zip |
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
Diffstat (limited to 'gnu/packages/aux-files/linux-libre/4.14-x86_64.conf')
-rw-r--r-- | gnu/packages/aux-files/linux-libre/4.14-x86_64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |