summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
Commit message (Collapse)AuthorAgeFilesLines
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-0622-96/+118
|
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitcg2000-12-232-2/+2
|
* Unbreak the modules after the last commit (newpcm kobjification).green2000-12-182-2/+4
|
* kobjify.cg2000-12-183-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 drivercg2000-11-011-8/+0
|
* switch over to new sb8/sb16 codecg2000-11-011-1/+1
|
* modules for the new sb8 and sb16 driverscg2000-10-282-0/+16
|
* Add '-DPC98' to CFLAGS if MACHINE == pc98.nyan2000-10-212-0/+8
|
* add feeder_fmt.ccg2000-09-232-2/+6
|
* Enable the snd_maestro module and have the snd_driver module depend on it.jhb2000-09-231-1/+1
| | | | Approved by: cg
* ess maestro driver - not enabled by defaultcg2000-09-061-0/+8
| | | | Submitted by: Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
* remove opt_devfs.hcg2000-09-022-2/+2
|
* sigh, add opt_devfs.hcg2000-08-292-2/+2
|
* activate fm801cg2000-08-291-1/+1
|
* add driver for forte-media fm801cg2000-08-291-0/+8
| | | | | PR: conf/20698 Submitted by: dimmy the wild <diwil@dataart.com>
* activate via82c686 audio drivercg2000-08-091-1/+1
|
* new driver: via 82c686 chipset audiocg2000-08-091-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.nsayer2000-08-011-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.nsayer2000-07-311-0/+8
| | | | It will be connected to the parent Makefile after more testing.
* newpcm module makefilescg2000-07-0421-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.
OpenPOWER on IntegriCloud