]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
many changes:
authorCameron Grant <cg@FreeBSD.org>
Thu, 23 Aug 2001 11:30:52 +0000 (11:30 +0000)
committerCameron Grant <cg@FreeBSD.org>
Thu, 23 Aug 2001 11:30:52 +0000 (11:30 +0000)
commit67b1dce3bc3270d9a50657cb9f0a7b269eb5379c
tree069cd9e58d47e13e77afc32cbb02b958a6dbc95e
parentbb0871a73fdbd7daec62799eb9396b20d05d5ad8
many changes:

* add new channels to the end of the list so channels used in order of
addition

* de-globalise definition of struct snddev_info and provide accessor
functions where necessary.

* move the $FreeBSD$ tag in each .c file into a macro and allow the
/dev/sndstat handler to display these when set to maximum verbosity to aid
debugging.

* allow each device to register its own sndstat handler to reduce the amount
of groping sndstat must do in foreign structs.
40 files changed:
sys/dev/sound/isa/ad1816.c
sys/dev/sound/isa/es1888.c
sys/dev/sound/isa/ess.c
sys/dev/sound/isa/gusc.c
sys/dev/sound/isa/mss.c
sys/dev/sound/isa/sb16.c
sys/dev/sound/isa/sb8.c
sys/dev/sound/isa/sbc.c
sys/dev/sound/pci/als4000.c
sys/dev/sound/pci/aureal.c
sys/dev/sound/pci/cmi.c
sys/dev/sound/pci/cs4281.c
sys/dev/sound/pci/csa.c
sys/dev/sound/pci/csapcm.c
sys/dev/sound/pci/ds1.c
sys/dev/sound/pci/emu10k1.c
sys/dev/sound/pci/es137x.c
sys/dev/sound/pci/fm801.c
sys/dev/sound/pci/ich.c
sys/dev/sound/pci/maestro.c
sys/dev/sound/pci/maestro3.c
sys/dev/sound/pci/neomagic.c
sys/dev/sound/pci/solo.c
sys/dev/sound/pci/t4dwave.c
sys/dev/sound/pci/via82c686.c
sys/dev/sound/pci/vibes.c
sys/dev/sound/pcm/ac97.c
sys/dev/sound/pcm/buffer.c
sys/dev/sound/pcm/channel.c
sys/dev/sound/pcm/dsp.c
sys/dev/sound/pcm/fake.c
sys/dev/sound/pcm/feeder.c
sys/dev/sound/pcm/feeder_fmt.c
sys/dev/sound/pcm/feeder_rate.c
sys/dev/sound/pcm/mixer.c
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