Say hello to a sound system update from FreeBSD. This includes the long
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 4 Jan 2007 21:47:03 +0000 (21:47 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 4 Jan 2007 21:47:03 +0000 (21:47 +0000)
commit558a398b19696474173810daa238fb5df32df27b
treea28ee2f2aeb2181476f926ad59a9bc1666a7b367
parente0db6a12635538eb4fb0e9b2ca0882e7a08ccb3f
Say hello to a sound system update from FreeBSD.  This includes the long
awaited Intel High Definition Audio (HDA) a.k.a. Azalia support.

The generic sound support module has been renamed to sound.ko and the
"everything included" module is called snd_driver.ko now.  Apart from
that, everything should continue working as normal, just better.
167 files changed:
share/man/man4/Makefile
share/man/man4/pcm.4
share/man/man4/snd_ad1816.4 [new file with mode: 0644]
share/man/man4/snd_als4000.4 [new file with mode: 0644]
share/man/man4/snd_atiixp.4 [new file with mode: 0644]
share/man/man4/snd_cmi.4 [new file with mode: 0644]
share/man/man4/snd_cs4281.4 [new file with mode: 0644]
share/man/man4/snd_csa.4 [new file with mode: 0644]
share/man/man4/snd_ds1.4 [new file with mode: 0644]
share/man/man4/snd_emu10k1.4 [new file with mode: 0644]
share/man/man4/snd_emu10kx.4 [new file with mode: 0644]
share/man/man4/snd_envy24.4 [new file with mode: 0644]
share/man/man4/snd_envy24ht.4 [new file with mode: 0644]
share/man/man4/snd_es137x.4 [new file with mode: 0644]
share/man/man4/snd_ess.4 [new file with mode: 0644]
share/man/man4/snd_fm801.4 [new file with mode: 0644]
share/man/man4/snd_gusc.4 [new file with mode: 0644]
share/man/man4/snd_hda.4 [new file with mode: 0644]
share/man/man4/snd_ich.4 [new file with mode: 0644]
share/man/man4/snd_maestro.4 [new file with mode: 0644]
share/man/man4/snd_maestro3.4 [new file with mode: 0644]
share/man/man4/snd_mss.4 [new file with mode: 0644]
share/man/man4/snd_neomagic.4 [new file with mode: 0644]
share/man/man4/snd_sbc.4 [new file with mode: 0644]
share/man/man4/snd_solo.4 [new file with mode: 0644]
share/man/man4/snd_spicds.4 [new file with mode: 0644]
share/man/man4/snd_t4dwave.4 [new file with mode: 0644]
share/man/man4/snd_uaudio.4 [new file with mode: 0644]
share/man/man4/snd_via8233.4 [new file with mode: 0644]
share/man/man4/snd_via82c686.4 [new file with mode: 0644]
share/man/man4/snd_vibes.4 [new file with mode: 0644]
sys/conf/files
sys/config/LINT
sys/dev/sound/Makefile
sys/dev/sound/driver.c
sys/dev/sound/driver/Makefile
sys/dev/sound/driver/Makefile.inc
sys/dev/sound/driver/ad1816/Makefile
sys/dev/sound/driver/als4000/Makefile
sys/dev/sound/driver/atiixp/Makefile [new file with mode: 0644]
sys/dev/sound/driver/au88x0/Makefile [new file with mode: 0644]
sys/dev/sound/driver/audiocs/Makefile [new file with mode: 0644]
sys/dev/sound/driver/cmi/Makefile
sys/dev/sound/driver/cs4281/Makefile
sys/dev/sound/driver/csa/Makefile
sys/dev/sound/driver/driver/Makefile [new file with mode: 0644]
sys/dev/sound/driver/ds1/Makefile
sys/dev/sound/driver/emu10k1/Makefile
sys/dev/sound/driver/es137x/Makefile
sys/dev/sound/driver/ess/Makefile
sys/dev/sound/driver/fm801/Makefile
sys/dev/sound/driver/hda/Makefile [new file with mode: 0644]
sys/dev/sound/driver/ich/Makefile
sys/dev/sound/driver/maestro/Makefile
sys/dev/sound/driver/maestro3/Makefile
sys/dev/sound/driver/mss/Makefile
sys/dev/sound/driver/neomagic/Makefile
sys/dev/sound/driver/sb16/Makefile
sys/dev/sound/driver/sb8/Makefile
sys/dev/sound/driver/sbc/Makefile
sys/dev/sound/driver/solo/Makefile
sys/dev/sound/driver/t4dwave/Makefile
sys/dev/sound/driver/uaudio/Makefile
sys/dev/sound/driver/via8233/Makefile
sys/dev/sound/driver/via82c686/Makefile
sys/dev/sound/driver/vibes/Makefile
sys/dev/sound/isa/ad1816.c
sys/dev/sound/isa/ad1816.h
sys/dev/sound/isa/es1888.c [deleted file]
sys/dev/sound/isa/ess.c
sys/dev/sound/isa/gusc.c
sys/dev/sound/isa/mss.c
sys/dev/sound/isa/mss.h
sys/dev/sound/isa/sb.h
sys/dev/sound/isa/sb16.c
sys/dev/sound/isa/sb8.c
sys/dev/sound/isa/sbc.c
sys/dev/sound/isa/sndbuf_dma.c [new file with mode: 0644]
sys/dev/sound/pci/als4000.c
sys/dev/sound/pci/als4000.h
sys/dev/sound/pci/atiixp.c [new file with mode: 0644]
sys/dev/sound/pci/atiixp.h [new file with mode: 0644]
sys/dev/sound/pci/au88x0.c [new file with mode: 0644]
sys/dev/sound/pci/au88x0.h [new file with mode: 0644]
sys/dev/sound/pci/aureal.c
sys/dev/sound/pci/aureal.h
sys/dev/sound/pci/cmi.c
sys/dev/sound/pci/cmireg.h
sys/dev/sound/pci/cs4281.c
sys/dev/sound/pci/cs4281.h
sys/dev/sound/pci/csa.c
sys/dev/sound/pci/csapcm.c
sys/dev/sound/pci/csareg.h
sys/dev/sound/pci/csavar.h
sys/dev/sound/pci/ds1-fw.h
sys/dev/sound/pci/ds1.c
sys/dev/sound/pci/ds1.h
sys/dev/sound/pci/emu10k1.c
sys/dev/sound/pci/es137x.c
sys/dev/sound/pci/es137x.h
sys/dev/sound/pci/fm801.c
sys/dev/sound/pci/gnu/csaimg.h
sys/dev/sound/pci/gnu/emu10k1-ac97.h [new file with mode: 0644]
sys/dev/sound/pci/gnu/emu10k1-alsa.h [copied from sys/dev/sound/pci/gnu/emu10k1.h with 55% similarity]
sys/dev/sound/pci/gnu/emu10k1.h
sys/dev/sound/pci/gnu/maestro3_dsp.h
sys/dev/sound/pci/gnu/maestro3_reg.h
sys/dev/sound/pci/hda/hda_reg.h [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac.c [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac.h [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac_private.h [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac_reg.h [new file with mode: 0644]
sys/dev/sound/pci/ich.c
sys/dev/sound/pci/ich.h
sys/dev/sound/pci/maestro.c
sys/dev/sound/pci/maestro3.c
sys/dev/sound/pci/maestro_reg.h
sys/dev/sound/pci/neomagic-coeff.h
sys/dev/sound/pci/neomagic.c
sys/dev/sound/pci/neomagic.h
sys/dev/sound/pci/solo.c
sys/dev/sound/pci/t4dwave.c
sys/dev/sound/pci/t4dwave.h
sys/dev/sound/pci/via8233.c
sys/dev/sound/pci/via8233.h
sys/dev/sound/pci/via82c686.c
sys/dev/sound/pci/via82c686.h
sys/dev/sound/pci/vibes.c
sys/dev/sound/pci/vibes.h
sys/dev/sound/pcm/Makefile
sys/dev/sound/pcm/ac97.c
sys/dev/sound/pcm/ac97.h
sys/dev/sound/pcm/ac97_if.m
sys/dev/sound/pcm/ac97_patch.c
sys/dev/sound/pcm/ac97_patch.h
sys/dev/sound/pcm/buffer.c
sys/dev/sound/pcm/buffer.h
sys/dev/sound/pcm/channel.c
sys/dev/sound/pcm/channel.h
sys/dev/sound/pcm/channel_if.m
sys/dev/sound/pcm/dsp.c
sys/dev/sound/pcm/dsp.h
sys/dev/sound/pcm/fake.c
sys/dev/sound/pcm/feeder.c
sys/dev/sound/pcm/feeder.h
sys/dev/sound/pcm/feeder_fmt.c
sys/dev/sound/pcm/feeder_if.m
sys/dev/sound/pcm/feeder_rate.c
sys/dev/sound/pcm/feeder_volume.c [new file with mode: 0644]
sys/dev/sound/pcm/mixer.c
sys/dev/sound/pcm/mixer.h
sys/dev/sound/pcm/mixer_if.m
sys/dev/sound/pcm/sndstat.c
sys/dev/sound/pcm/sound.c
sys/dev/sound/pcm/sound.h
sys/dev/sound/pcm/vchan.c
sys/dev/sound/pcm/vchan.h
sys/dev/sound/snd/Makefile [deleted file]
sys/dev/sound/usb/Makefile [deleted file]
sys/dev/sound/usb/uaudio.c
sys/dev/sound/usb/uaudio.h
sys/dev/sound/usb/uaudio_pcm.c
sys/dev/sound/usb/uaudioreg.h
sys/sys/bus.h
sys/sys/selinfo.h
sys/sys/soundcard.h
sys/tools/emu10k1-mkalsa.sh [new file with mode: 0644]