summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/dsp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lock leakage.mav2010-03-271-0/+1
* Make OSS_GETVERSION ioctl supported also for DSP devices,mav2010-01-121-0/+4
* Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P',mav2010-01-121-4/+4
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-220/+635
* Make devnode include full device path.mav2009-01-101-1/+2
* Remove debug slipped with the previous commit.mav2009-01-101-1/+0
* Import some new constants and structures fields from OSSv4.mav2009-01-101-16/+14
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Release pcm mutex before calling snd_clone_unref(), which in turns mightariff2008-05-271-0/+7
* Don't mess up with CHN_F_TRIGGERED, since it should exclusivelyariff2008-04-111-4/+10
* Be much more forgiving towards applications that requesting ioctlsariff2007-07-041-4/+2
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-421/+703
* Cast len to be a uintmax_t and make format in KASSERT match so asmjacob2007-06-101-1/+2
* Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .ariff2007-06-031-1/+2
* Last major commit and updates for RELENG_7:ariff2007-05-311-186/+458
* [stage: 7/9]ariff2007-03-161-1/+1
* Remove comment that is no longer relevant since previousariff2006-12-071-7/+0
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-17/+16
* MFP4:netchild2006-10-281-2/+2
* Remove unnecessary test case. (As written, that branch will nevernetchild2006-10-081-2/+0
* The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, fromru2006-09-291-3/+3
* MFp4 the sound Google Summer of Code project:netchild2006-09-231-1/+1162
* Remove paranoid thread hijacking check. It cause wierd behaviourariff2006-03-301-8/+2
* Apply more thorough fixes while dealing with device opening and closing:ariff2006-03-211-91/+73
* Fix some potential NULL pointer dereferences.netchild2006-01-291-27/+59
* Fix typos and clean up some comments.joel2006-01-251-1/+1
* Restore old compatibility of feeding directly into /dev/dsp at 8000 hzariff2006-01-161-2/+4
* Fix LOR #174.ariff2005-12-311-3/+10
* Disable frantic DMA update within few SNDCTL_DSP_* ioctl.ariff2005-12-301-4/+4
* From luigi:ariff2005-11-141-2/+9
* Appropriate NULL pointer checking to avoid mysterious panic duringariff2005-11-031-1/+1
* Add some safeguards to AIOSFMT:des2005-10-301-2/+8
* General spl* cleanup. It doesn't serve any purpose anymore.netchild2005-10-021-34/+1
* - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page).netchild2005-09-121-3/+3
* Release lock for a while during chn_reset() / pcm_chnalloc() operationnetchild2005-09-101-2/+6
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-1/+2
* Whats New:netchild2005-07-311-1/+8
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want tonetchild2004-07-021-0/+10
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-15/+15
* Lock channels only as necessary in dsp_ioctl(), and only lock onetruckman2004-02-281-65/+173
* Device megapatch 4/6:phk2004-02-211-0/+2
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-281-75/+16
* Fix a panic in dsp_clone when trying to access a soundmatk2004-01-251-0/+3
* Reduce latency when using the SNDCTL_DSP_RESET ioctl by callingmatk2004-01-201-2/+10
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-201-101/+34
OpenPOWER on IntegriCloud