summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "clone manager: " message from verbose dmesg. It is pointless tomav2012-11-231-7/+0
* Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module.mav2012-02-141-1/+2
* Make automatic hw.snd.default_unit choice a bit more intelligent. Insteadmav2011-06-071-18/+36
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* sound/pcm: use non-const string as a value with SYSCTL_STRINGavg2010-06-151-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-315/+171
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Import some new constants and structures fields from OSSv4.mav2009-01-101-0/+32
* Add some new oss_sysinfo structure fields from OSSv4.mav2009-01-071-0/+3
* Spelling nit due to my lamenglishness.ariff2007-06-171-1/+1
* Add sysctl/tunable "hw.snd.default_auto", which is useful (especiallyariff2007-06-171-1/+6
* Reassign default unit to a valid unit, be it during attach or detach.ariff2007-06-171-2/+7
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-269/+349
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-7/+7
* Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .ariff2007-06-031-4/+8
* Last major commit and updates for RELENG_7:ariff2007-05-311-421/+595
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-151-11/+0
* Remove NULL allocation checking since malloc() is allow to wait.ariff2007-03-151-2/+0
* - Compile time compatibility for pre/post newbus API (intr filter)ariff2007-02-231-1/+5
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove dead email address.joel2007-02-021-1/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-48/+40
* MFp4 the sound Google Summer of Code project:netchild2006-09-231-1/+137
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-171-4/+4
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-6/+12
* MEGA Fixes / Cleanupariff2006-03-311-300/+239
* We shouldn't really care about the return value of mixer_uninit(),ariff2006-03-221-1/+1
* Apply more thorough fixes while dealing with device opening and closing:ariff2006-03-211-92/+188
* 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-161-32/+73
* Convert NULL checks into KASSERT (and move them before the firstnetchild2006-02-051-18/+20
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-021-9/+12
* - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page).netchild2005-09-121-2/+0
* - channel.hnetchild2005-09-101-53/+115
* * Fix panic during driver unload on second attempt after failure onnetchild2005-07-311-10/+17
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Rename the sound device drivers:tanimura2004-07-161-7/+12
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Create a new mutex type for virtual channels. This allows us to gettruckman2004-02-281-20/+6
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-281-19/+57
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-201-96/+48
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-171-25/+87
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-081-1/+1
* update my email address.cg2003-09-071-1/+1
* handle locking when creating or destroying vchans bettercg2003-08-181-29/+66
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Don't call destroy_dev it a channel has children.cognet2003-01-141-1/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* various fixes to eliminate locking warningscg2002-11-251-19/+23
OpenPOWER on IntegriCloud