aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* adjust dma channels for vibra16x; recording should now work. full duplex doesCameron Grant2000-11-071-18/+33
* slight mods to isa dma and channel flushing codeCameron Grant2000-11-071-24/+32
* if a channel dies, rejuvenate it on close()Cameron Grant2000-11-071-2/+2
* add AFMT_8BIT for easier determination of formatsCameron Grant2000-11-061-0/+1
* fix paste-o in mixer code - actually set right channel volume instead ofCameron Grant2000-11-061-1/+2
* fix es1370 mixer by adding reinit function to it's mixer function list.Cameron Grant2000-11-061-0/+1
* kill old sb driverCameron Grant2000-11-011-938/+0
* switch over to new sb8/sb16 codeCameron Grant2000-11-011-3/+2
* add commented-out dependancies on the new sb8 and sb16 driversCameron Grant2000-10-281-0/+2
* split up sb16 and sb/sbpro driversCameron Grant2000-10-282-907/+669
* implement SNDCTL_DSP_POSTCameron Grant2000-10-271-3/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-1/+0
* add reinit functions to mixersCameron Grant2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedCameron Grant2000-10-261-3/+7
* handle AFMT_QUERY rightCameron Grant2000-10-261-6/+15
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Reduce buffer size from 64K to 4K.Maxim Sobolev2000-10-091-1/+1
* Add suspend/resume hooks.Nick Sayer2000-09-281-0/+2
* prepare for adding a rate conversion feeder.Cameron Grant2000-09-235-445/+728
* only probe mandatory channels on known bad codecsCameron Grant2000-09-231-1/+2
* Enable the snd_maestro module and have the snd_driver module depend on it.John Baldwin2000-09-231-0/+1
* Since the unit number of a midi/sequencer device is expressed in 4Seigo Tanimura2000-09-182-2/+2
* dynamify- probe codec for supported channelsCameron Grant2000-09-171-30/+50
* fix warningsCameron Grant2000-09-174-6/+3
* disable 16bit mono support- this will be handled by software conversion toCameron Grant2000-09-091-1/+1
* add 16bit mono/stereo conversion feederCameron Grant2000-09-091-6/+90
* detach supportCameron Grant2000-09-0918-189/+436
* ess maestro driver - not enabled by defaultCameron Grant2000-09-062-0/+1533
* initial support for multiple ac97 codecsCameron Grant2000-09-053-18/+24
* add detach supportCameron Grant2000-09-051-1/+76
* allow a null setdir implementationCameron Grant2000-09-051-1/+1
* be more verbose about failed unload attemptsCameron Grant2000-09-051-2/+10
* tidy up a little, add a mask for 32bit formatsCameron Grant2000-09-051-4/+1
* Fix warnings by moving static functions before they are used.Peter Wemm2000-09-031-39/+39
* update for phk's last devfs commitCameron Grant2000-09-021-10/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-029-19/+0
* add a missing return statement, doh.Cameron Grant2000-09-021-0/+1
* change mixer api slightlyCameron Grant2000-09-0125-249/+627
* remove stuff accidentally left in last commitCameron Grant2000-08-291-16/+0
* suspend/resume for ds1 driverCameron Grant2000-08-291-9/+51
* make the test for hwptr going backwards more picky- now it only triggers ifCameron Grant2000-08-291-1/+1
* add devfs support. when devfs is enabled, sysctl hw.sndunit is used to setCameron Grant2000-08-291-1/+65
* add driver for forte-media fm801Cameron Grant2000-08-291-0/+743
* Fix disordered arguments to bus_space_barrier().Doug Rabson2000-08-281-1/+1
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-2023-297/+698
* fix SNDCTL_DSP_GETODELAYCameron Grant2000-08-191-1/+2
* don't complain about bad irqs if using a shared irqCameron Grant2000-08-191-0/+3
* Recognize ESS 1888 in Dell Latitude XPiCameron Grant2000-08-191-0/+1
* This patch appears to solve the problems with recording resultingNick Sayer2000-08-131-4/+13
* Missed a step when activating the solo driver.Nick Sayer2000-08-091-1/+1