Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 22 | -96/+118 |
| | |||||
* | add sys/dev/sound/pcm/buffer.c, lefo out of last commit | cg | 2000-12-23 | 2 | -2/+2 |
| | |||||
* | Unbreak the modules after the last commit (newpcm kobjification). | green | 2000-12-18 | 2 | -2/+4 |
| | |||||
* | kobjify. | cg | 2000-12-18 | 3 | -2/+6 |
| | | | | | | | | | | 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. | ||||
* | kill old sb driver | cg | 2000-11-01 | 1 | -8/+0 |
| | |||||
* | switch over to new sb8/sb16 code | cg | 2000-11-01 | 1 | -1/+1 |
| | |||||
* | modules for the new sb8 and sb16 drivers | cg | 2000-10-28 | 2 | -0/+16 |
| | |||||
* | Add '-DPC98' to CFLAGS if MACHINE == pc98. | nyan | 2000-10-21 | 2 | -0/+8 |
| | |||||
* | add feeder_fmt.c | cg | 2000-09-23 | 2 | -2/+6 |
| | |||||
* | Enable the snd_maestro module and have the snd_driver module depend on it. | jhb | 2000-09-23 | 1 | -1/+1 |
| | | | | Approved by: cg | ||||
* | ess maestro driver - not enabled by default | cg | 2000-09-06 | 1 | -0/+8 |
| | | | | Submitted by: Taku YAMAMOTO <taku@cent.saitama-u.ac.jp> | ||||
* | remove opt_devfs.h | cg | 2000-09-02 | 2 | -2/+2 |
| | |||||
* | sigh, add opt_devfs.h | cg | 2000-08-29 | 2 | -2/+2 |
| | |||||
* | activate fm801 | cg | 2000-08-29 | 1 | -1/+1 |
| | |||||
* | add driver for forte-media fm801 | cg | 2000-08-29 | 1 | -0/+8 |
| | | | | | PR: conf/20698 Submitted by: dimmy the wild <diwil@dataart.com> | ||||
* | activate via82c686 audio driver | cg | 2000-08-09 | 1 | -1/+1 |
| | |||||
* | new driver: via 82c686 chipset audio | cg | 2000-08-09 | 1 | -0/+8 |
| | | | | | | | not personally tested, but i'm assured it works Submitted by: David Jones <dej@ox.org> PR: kern/20161 | ||||
* | The solo driver now works for playback, so far as I can tell. | nsayer | 2000-08-01 | 1 | -1/+1 |
| | | | | | recording is still broken, but IMHO that's enough to at least "hook it up" to the rest of the kernel/module builds. | ||||
* | Add the module Makefile for the newly committed ESS solo sound driver. | nsayer | 2000-07-31 | 1 | -0/+8 |
| | | | | It will be connected to the parent Makefile after more testing. | ||||
* | newpcm module makefiles | cg | 2000-07-04 | 21 | -0/+156 |
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. |