Allow to configure a kernel with envy24 support as documented in the
manual page...
This commit is contained in:
parent
7777167df0
commit
b1ff02203e
@ -1952,6 +1952,7 @@ device sound
|
||||
# since this is unsupported at the moment...).
|
||||
#
|
||||
# snd_ad1816: Analog Devices AD1816 ISA PnP/non-PnP.
|
||||
# snd_ak452x: Asahi Kasei AK452x codec, needed by snd_envy24.
|
||||
# snd_als4000: Avance Logic ALS4000 PCI.
|
||||
# snd_atiixp: ATI IXP 200/300/400 PCI.
|
||||
# snd_au88x0 Aureal Vortex 1/2/Advantage PCI. This driver
|
||||
@ -1965,6 +1966,7 @@ device sound
|
||||
# snd_ds1: Yamaha DS-1 PCI.
|
||||
# snd_emu10k1: Creative EMU10K1 PCI and EMU10K2 (Audigy) PCI.
|
||||
# snd_emu10kx: Creative SoundBlaster Live! and Audigy
|
||||
# snd_envy24: VIA Envy24 and compatible, needs snd_ak452x.
|
||||
# snd_es137x: Ensoniq AudioPCI ES137x PCI.
|
||||
# snd_ess: Ensoniq ESS ISA PnP/non-PnP, to be used in
|
||||
# conjunction with snd_sbc.
|
||||
@ -1992,6 +1994,7 @@ device sound
|
||||
# snd_uaudio: USB audio.
|
||||
|
||||
device snd_ad1816
|
||||
device snd_ak452x
|
||||
device snd_als4000
|
||||
device snd_atiixp
|
||||
#device snd_au88x0
|
||||
@ -2003,6 +2006,7 @@ device snd_ds1
|
||||
device snd_emu10k1
|
||||
device snd_emu10kx
|
||||
options SND_EMU10KX_MULTICHANNEL
|
||||
device snd_envy24
|
||||
device snd_es137x
|
||||
device snd_ess
|
||||
device snd_fm801
|
||||
|
@ -878,6 +878,7 @@ dev/sound/isa/sb16.c optional snd_sb16 isa
|
||||
dev/sound/isa/sb8.c optional snd_sb8 isa
|
||||
dev/sound/isa/sbc.c optional snd_sbc isa
|
||||
dev/sound/isa/sndbuf_dma.c optional sound isa
|
||||
dev/sound/pci/ak452x.c optional snd_ak452x pci
|
||||
dev/sound/pci/als4000.c optional snd_als4000 pci
|
||||
dev/sound/pci/atiixp.c optional snd_atiixp pci
|
||||
#dev/sound/pci/au88x0.c optional snd_au88x0 pci
|
||||
@ -903,6 +904,7 @@ dev/sound/pci/emu10kx-pcm.c optional snd_emu10kx pci \
|
||||
dev/sound/pci/emu10kx-midi.c optional snd_emu10kx pci \
|
||||
dependency "emu10k1-alsa%diked.h" \
|
||||
warning "kernel contains GPL contaminated emu10kx headers"
|
||||
dev/sound/pci/envy24.c optional snd_envy24 pci
|
||||
dev/sound/pci/es137x.c optional snd_es137x pci
|
||||
dev/sound/pci/fm801.c optional snd_fm801 pci
|
||||
dev/sound/pci/ich.c optional snd_ich pci
|
||||
|
Loading…
Reference in New Issue
Block a user