summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Allow selection of a recording source on USB audio devices.julian2004-12-253-8/+95
* Allow recording on at least some USB audio devices.julian2004-12-253-2/+73
* Allow volume control on more channels/inputsjulian2004-12-251-18/+129
* MFNetBSD:julian2004-12-254-724/+1762
* Don't include vnode.hphk2004-12-221-1/+0
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-1/+1
* Fix build.ru2004-11-111-2/+2
* Add record capability.julian2004-11-102-488/+1405
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-253-0/+1935
* Re-add an acpi attachment for the legacy probe that was inadvertentlynjl2004-10-151-0/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoyongari2004-10-151-9/+24
* Limit DMA address space to 1GB since the trident audio cards can'tyongari2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-1318-23/+29
* * Remove the acpi attachment from the es1888. It has an identify methodnjl2004-10-123-3/+2
* Add acpi attachments for ISA sound drivers. This is needed so they'llnjl2004-10-114-0/+4
* Add ICH6 support.ps2004-09-281-2/+8
* Correct the capitalization of "nVidia".des2004-09-211-5/+5
* Add support Nvidia nForce2(audio)sanpei2004-09-201-0/+4
* Add support nForce3 250 audiosanpei2004-09-201-0/+4
* Backout the code which tries to use undocumented way to determine ifsobomax2004-09-151-43/+5
* Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()truckman2004-09-121-4/+2
* Convert sndstat_lock from a mutex to an sx lock. sndstat_read()truckman2004-09-101-26/+29
* The new contigmalloc code is exposing a lot of misuses of busdma memorygreen2004-08-221-21/+15
* Remove rev 1.50.obrien2004-07-241-9/+0
* Rename the sound device drivers:tanimura2004-07-1631-42/+47
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Remove DDB. The one user of this macro has been changed to use BVDDB.marcel2004-07-101-1/+0
* s/DDB/BVDDB/gmarcel2004-07-101-1/+1
* Check the return value of bus_dmamem_alloc() correctly.bms2004-07-041-2/+4
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want tonetchild2004-07-021-0/+10
* Fix uninitialized variable, that breaks the build.josef2004-06-251-2/+2
* Change the possibility to configure pcm(4) via boot/loader.confjosef2004-06-241-8/+7
* Enable pcm to read kenv variables to set default values forjosef2004-06-201-2/+11
* Second half of the dev_t cleanup.phk2004-06-172-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-165-36/+36
* Improve mapping of relative to absolute volume.josef2004-06-141-2/+15
* Add PCI identifier for Dell modified SBLive! cardobrien2004-06-131-0/+9
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledmux2004-06-041-28/+46
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-0117-12371/+0
* Devclass have to be shared with same 'pcm' devclass, ortakawata2004-05-311-1/+0
* Add PCI ID for via 8237.matk2004-05-261-0/+4
* Remove extraneous spaces.truckman2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowtruckman2004-05-133-3/+19
* Add support CS4294sanpei2004-05-081-0/+1
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* This driver certainly works fine turning INTR_MPSAFE back on. For thosegreen2004-04-211-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-1414-22/+17
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asmatk2004-03-311-1/+12
* Actually program the list of recording devices in sv_mix_setrecsrc().marcel2004-03-201-0/+1
OpenPOWER on IntegriCloud