This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b074e88895
freebsd-dev
/
sys
/
modules
/
sound
/
driver
/
Makefile.inc
6 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
newpcm module makefiles once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound drivers and unload all unattached ones. attached drivers do not yet support unloading.
2000-07-04 23:32:15 +00:00
# $FreeBSD$
kobjify. this gives us several benefits, including: * easier extensibility- new optional methods can be added to ac97/mixer/channel classes without having to fixup every driver. * forward compatibility for drivers, provided no new mandatory methods are added.
2000-12-18 01:36:41 +00:00
SRCS
+=
ac97_if
.
h
channel_if
.
h
feeder_if
.
h
mixer_if
.
h
newpcm module makefiles once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound drivers and unload all unattached ones. attached drivers do not yet support unloading.
2000-07-04 23:32:15 +00:00
.
include
"
../Makefile.inc
"
Reference in New Issue
Copy Permalink