This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8ff25e9763
freebsd-skq
/
sys
/
modules
/
sound
/
driver
/
Makefile.inc
6 lines
94 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$
Style fix.
2001-04-08 21:50:41 +00:00
SRCS
+=
ac97_if
.
h
channel_if
.
h
feeder_if
.
h
mixer_if
.
h
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
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