summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* tanimura implemented SNDCTL_DSP_GETODELAY for pcm.alfred1999-11-291-0/+10
* fix panic for large writes in non-blocking modecg1999-11-221-3/+6
* fix for -fno-builtincg1999-11-212-3/+3
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-208-12/+12
* this is a full fix for writes not aligned to the sample size selected.cg1999-11-153-22/+39
* set default ogain to 50 since some sb cards produce no sound at 0cg1999-11-151-0/+1
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().dfr1999-11-131-1/+2
* Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.tanimura1999-11-071-3/+3
* The unit of sndstat is fixed to zero.tanimura1999-11-061-1/+1
* Fix for multiple pcm devices.tanimura1999-11-031-10/+10
* Call make_dev() to shut up the warning.tanimura1999-11-011-1/+12
* The total uiomoved size is accumulated in c, not tmp.tanimura1999-10-311-2/+2
* * add a non-reset device- will not reset the channel on open. youcg1999-09-287-26/+53
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewpeter1999-09-191-7/+7
* fix a bug with cat >/dev/{dsp,dspW,audio} hangingcg1999-09-081-1/+2
* handle uiomove better in feed_rootcg1999-09-041-6/+9
* bugfix: deallocate channels properly if no read/write ops between open/closecg1999-09-041-1/+2
* $Id$ -> $FreeBSD$peter1999-09-0113-13/+13
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-0113-0/+3304
OpenPOWER on IntegriCloud