summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-1810-15/+61
* Load the envy24 driver in the meta-module too.netchild2006-06-171-0/+2
* - fix compatibility with newer versions of FreeBSDnetchild2006-06-174-58/+184
* dd the envy24 driver as is to the tree. It's not connected to the buildnetchild2006-06-178-0/+6530
* Remove the snd_es1888 module now that it isn't build anymore.netchild2006-06-171-1/+0
* Fix build with -Wundef.ru2006-05-292-4/+4
* Use a more appropriate printf format for size_t.netchild2006-05-281-1/+1
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-272-0/+165
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-2710-0/+4547
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-3/+0
* Remove the snd_ess identify routine for the sound device in Alpha PWSjhb2006-05-121-177/+0
* Add inverted amplifier sense quirks for Sony VAIO VGN B1VP/B1XP.ariff2006-05-011-1/+2
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.ariff2006-04-221-9/+45
* Add device ID for nForce 410 MCP audio controller.ariff2006-04-031-0/+3
* MEGA Fixes / Cleanupariff2006-03-311-300/+239
* - Increase snddev refcount earlier while accessing through sysctl interfaceariff2006-03-311-27/+34
* Remove paranoid thread hijacking check. It cause wierd behaviourariff2006-03-301-8/+2
* Don't set primary resume interrupt flag during channel initializationariff2006-03-221-0/+4
* Misc. fixups:ariff2006-03-221-53/+49
* We shouldn't really care about the return value of mixer_uninit(),ariff2006-03-221-1/+1
* Pointer align should be generic enough to handle awkward byte sizeariff2006-03-221-4/+7
* Apply more thorough fixes while dealing with device opening and closing:ariff2006-03-214-185/+275
* Recover (?) support for AD1815 based ISA soundcards.ariff2006-03-211-0/+3
* Restore CHN_F_BUSY flag which was removed accidentally in previous commit.ariff2006-03-161-1/+1
* Fix severe 8bit integer overflow during channel creation and destruction,ariff2006-03-163-44/+99
* Add another inverted amplifier sense quirk for Kvazar-Micro Senator 3592XT.ariff2006-03-071-0/+1
* Add another inverted amplifier sense quirk for Sony VAIO Type T.ariff2006-03-051-0/+1
* Trim unnecessary pointer alignment.ariff2006-02-241-1/+1
* Remove some dead code.jhb2006-02-231-3/+1
* - Fix severe crackling after long running and abusive module load / unload byariff2006-02-181-15/+59
* Fix random popping while playing in 32bit by increasing default buffer sizeariff2006-02-181-1/+1
* Fix possible DMA leak and locking violation especiallyariff2006-02-121-14/+15
* Convert NULL checks into KASSERT (and move them before the firstnetchild2006-02-052-28/+31
* A pointer was checked for NULL after dereferencing it. The check is notnetchild2006-02-051-4/+4
* Fix memory leak in some failure cases.netchild2006-02-051-2/+6
* Fix some potential NULL pointer dereferences.netchild2006-01-291-27/+59
* Tune format scoring so (non)stereo format will get better chanceariff2006-01-291-9/+17
* Enable full duplex operation since it works and to solve panic issue.ariff2006-01-271-1/+1
* Fix typos and clean up some comments.joel2006-01-253-10/+10
* channel.c:ariff2006-01-242-10/+29
* Sort list of modules.joel2006-01-231-1/+1
* Various fixups:ariff2006-01-225-46/+227
* Backput the "Dell ID" part of the last commit, it was already tried innetchild2006-01-211-5/+0
* Merge rev. 1.5 and 1.6 from DFly:netchild2006-01-211-7/+12
* Prevent dereferencing a NULL pointer if the malloc() fails.netchild2006-01-211-9/+10
* Remove unused pointer.joel2006-01-212-5/+0
* Turn on native 32bit recording (at 48000hz).ariff2006-01-201-1/+1
* Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appearariff2006-01-201-3/+9
* Remove Giant / busdma_lock_mutex from busdma_tag_create().ariff2006-01-181-4/+4
OpenPOWER on IntegriCloud