Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64.
The GPL infected parts which were blocking the inclusion of snd_csa and snd_emu10kx in GENERIC have recently been removed from the tree. I'm also adding snd_cmi to GENERIC, which I originally intended to add when we enabled sound support by default. Discussed with: jhb, pfg, Yuriy Tsibizov <yuriy.tsibizov@gfk.ru> Approved by: jhb
This commit is contained in:
parent
5cbc1e69ab
commit
5dd021f67f
@ -316,6 +316,9 @@ device dcons_crom # Configuration ROM for dcons
|
||||
|
||||
# Sound support
|
||||
device sound # Generic sound driver (required)
|
||||
device snd_cmi # CMedia CMI8338/CMI8738
|
||||
device snd_csa # Crystal Semiconductor CS461x/428x
|
||||
device snd_emu10kx # Creative SoundBlaster Live! and Audigy
|
||||
device snd_es137x # Ensoniq AudioPCI ES137x
|
||||
device snd_hda # Intel High Definition Audio
|
||||
device snd_ich # Intel, NVidia and other ICH AC'97 Audio
|
||||
|
@ -329,6 +329,9 @@ device dcons_crom # Configuration ROM for dcons
|
||||
|
||||
# Sound support
|
||||
device sound # Generic sound driver (required)
|
||||
device snd_cmi # CMedia CMI8338/CMI8738
|
||||
device snd_csa # Crystal Semiconductor CS461x/428x
|
||||
device snd_emu10kx # Creative SoundBlaster Live! and Audigy
|
||||
device snd_es137x # Ensoniq AudioPCI ES137x
|
||||
device snd_hda # Intel High Definition Audio
|
||||
device snd_ich # Intel, NVidia and other ICH AC'97 Audio
|
||||
|
Loading…
Reference in New Issue
Block a user