aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
blob: 4f85a5de8b7f07d0b33c822f67ec0fee815304c2 (about) (plain)
blob size (230KB) exceeds display size limit (100KB).
>Expand)Author 2022-02-07gnu: 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 Maxim Cournoyer