summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver
Commit message (Collapse)AuthorAgeFilesLines
...
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-062-8/+0
|
* Support for VIA VT8233 audio controller.orion2002-08-172-1/+10
|
* Add uaudio -- a USB audio device driver.nsayer2002-07-212-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | This driver actually works slightly better on -stable than on -current (the system locks on detach on -current), so it should be MFC'd somewhat sooner. This driver currently points out a difficulty in the sound device framework. The PCM unregister routine is allowed to refuse the detach if the device is in use. In the case of a USB device, however, this unregistration is much more mandatory in nature, since the device is *actually* gone when this call is made. The sound subsystem really should not refuse an unregistration and should take its own steps to reject further I/O. As a result, if you detach a USB sound device while it is in use, you can expect a panic shortly thereafter. This device cannot currently record audio. Some routines are unwritten as of yet in uaudio.c to support recording. This device hangs my -current box on detach. I don't know why. This does not happen on my -stable machine. Obtained from: Hiroyuki Aizu MFC after: 2 weeks
* remove modules no longer builtcg2002-01-233-27/+0
|
* consolidate bits that don't need to be seperate modules into the modulescg2002-01-234-5/+5
| | | | that want them
* intel ich/ich2 driver - this needs some work but is functional enough forcg2001-07-012-3/+11
| | | | | | | | | | | | | | | the impatient. Hardware... Provided by: ps Lost by: <censored> Found by: <censored> Not delivered by: Ashley Penney <ashp@unloved.org> Retrieved by: greid, Andrew McKay <andy@openirc.co.uk> Delivered by: Andrew McKay <andy@openirc.co.uk> PR: kern/25507 Submitted by: Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp>
* Add als4000 subdir.orion2001-04-231-3/+3
|
* Initial version of Avance Logic ALS4000 pcm driver.orion2001-04-231-0/+9
|
* Add missing sound module.markm2001-04-161-0/+1
| | | | OK'ed by: cg
* Style fix.obrien2001-04-081-1/+1
|
* Catch these modules up with obrien's recent cleanup commit.peter2001-03-244-18/+22
|
* Drop 'KMODDEPS = snd_pcm' - it isn't used.peter2001-03-241-1/+0
|
* pcm driver for S3 Sonicvibes chipset.orion2001-03-191-0/+9
| | | | Reviewed by: Cameron Grant
* add forgotten makefilecg2001-02-051-0/+8
|
* add driver for CS4281 sound chipscg2001-02-042-1/+9
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* add driver for CMedia CMI8338/CMI8738 sound chipscg2001-02-041-1/+1
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-012-1/+11
| | | | | | amount of GPL'd firmware in the driver, it will only be built as a module. Approved by: cg
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-0620-80/+100
|
* kobjify.cg2000-12-181-0/+2
| | | | | | | | | | 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
|
* 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>
* 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-0417-0/+130
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