summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-082-2/+4
* Style fix.netchild2005-07-311-1/+1
* Whats New:netchild2005-07-318-740/+1496
* * Slightly new method to detect mixer capabilities and resolution.netchild2005-07-311-9/+41
* - Fixup the locking.netchild2005-07-311-3/+17
* - Fixup the locking.netchild2005-07-313-4/+26
* Add another ID.netchild2005-07-311-0/+1
* * Add locking / MPSAFEnetchild2005-07-311-82/+206
* Fix a LOR introduced with the last commit (some hours ago), I had thenetchild2005-07-311-14/+2
* Fix a LOR introduced in the last commit (some hours ago), I had the wrongnetchild2005-07-311-25/+4
* * Register programming error during device initializationnetchild2005-07-312-127/+278
* This driver is already MPSAFE, remove busdma_lock_mutex and Giant fromnetchild2005-07-311-2/+2
* * Add locking / MPSAFE.netchild2005-07-311-11/+33
* * als4000 can't do 48k properly (perhaps it really can't at all!).netchild2005-07-311-9/+70
* * Fix panic during driver unload on second attempt after failure onnetchild2005-07-312-11/+18
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyjhb2005-07-131-1/+0
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-274-17/+220
* Wrap the calls to the ISA DMA specific sndbuf_dma*() functions ofmarius2005-06-101-0/+10
* s/-1000/BUS_PROBE_LOW_PRIORITY/tanimura2005-05-291-1/+1
* Add 6300ESB, which should be treated as ICH4.tanimura2005-05-281-1/+9
* Make snd_maestro3(4) mpsafeyongari2005-05-231-84/+211
* Take advantage of ebus(4) having switched to SYS_RES_MEMORY for themarius2005-05-191-5/+2
* 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
OpenPOWER on IntegriCloud