This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-11 12:26:56 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
376d460cff
opnsense-src
/
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 19:32:15 -04:00
# $FreeBSD$
Style fix.
2001-04-08 17:50:41 -04: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-17 20:36:41 -05: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 19:32:15 -04:00
.
include
"
../Makefile.inc
"
Reference in a new issue
Copy permalink