summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Add code from Kazuhito HONDA that allows the user to seejulian2005-04-273-0/+157
* Fix a bug where we call pcm_getbuffersize twice.matk2005-04-171-1/+0
* De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA frommatk2005-04-171-41/+35
* On record only devices, don't fail if we don't have a play channel.julian2005-04-171-3/+11
* The maximum allowable alloc is 16K not (16K-1).julian2005-04-131-1/+1
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-131-1/+2
* Fix the output ports on the AD1988 codec. From the submitter:scottl2005-04-101-0/+1
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-312-1/+4
* Return BUS_PROBE_DEFAULT in preference to 0.murray2005-03-201-1/+1
* Add device id for nForce 4 audio controller.murray2005-03-191-0/+4
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-0121-64/+70
* Use mss_{format,speed}() rather than chn_set{format,speed}() and holdmdodd2005-02-271-2/+4
* Use dynamic major number allocation.phk2005-02-274-8/+0
* BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resourceimp2005-02-012-6/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0674-98/+103
* 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
OpenPOWER on IntegriCloud