aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-07-28 21:20:00 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-07-28 21:20:00 +0000
commitb1ff02203ef3907462293b670eb73e312a718c9f (patch)
tree22864d2d26b6137ee10b78058a945daf92188aad
parent7777167df06248216aa19f02bc1096678dbfef59 (diff)
Notes
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files2
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3310189dcd74..765ad7e7ed0c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
diff --git a/sys/conf/files b/sys/conf/files
index a02023bc480d..deb030a3edb2 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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