]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
change mixer api slightly
authorcg <cg@FreeBSD.org>
Fri, 1 Sep 2000 20:09:24 +0000 (20:09 +0000)
committercg <cg@FreeBSD.org>
Fri, 1 Sep 2000 20:09:24 +0000 (20:09 +0000)
commita6b7de97e3e709e699c0638c9ff07e8fc3477772
treeba5ec2ebf628be720fad52ae78db04a46cc46680
parente95936f6ddf2411361330abe8f44903c01b42fe5
change mixer api slightly
change channel interface - kobj implementation coming soonish
make pcm_makelinks not panic if modular
add pcm_unregister()

these changes support newpcm kld unloading, but this is only implemented
by ds1.c
25 files changed:
sys/dev/sound/isa/ad1816.c
sys/dev/sound/isa/ess.c
sys/dev/sound/isa/mss.c
sys/dev/sound/isa/sb.c
sys/dev/sound/isa/sb16.c
sys/dev/sound/isa/sb8.c
sys/dev/sound/pci/aureal.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/neomagic.c
sys/dev/sound/pci/solo.c
sys/dev/sound/pci/t4dwave.c
sys/dev/sound/pci/via82c686.c
sys/dev/sound/pcm/ac97.c
sys/dev/sound/pcm/ac97.h
sys/dev/sound/pcm/channel.c
sys/dev/sound/pcm/channel.h
sys/dev/sound/pcm/datatypes.h
sys/dev/sound/pcm/mixer.c
sys/dev/sound/pcm/mixer.h
sys/dev/sound/pcm/sound.c
sys/dev/sound/pcm/sound.h