summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* OSS tools expect EINVAL for unsupported ioctls, but not ENXIO.mav2009-01-101-3/+2
* 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-104-30/+68
* Add some new oss_sysinfo structure fields from OSSv4.mav2009-01-071-0/+3
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackalfred2008-11-044-3/+42
* Remove unit2minor() use from kernel code.ed2008-09-262-2/+2
* Don't include <sys/tty.h> in our sound layer. It is not needed.ed2008-08-191-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
* Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingariff2007-12-031-2/+2
* Remap and virtualize mixer controls for HP nx6110 withariff2007-10-261-2/+26
* Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec,ariff2007-10-261-0/+1
* Be much more forgiving towards applications that requesting ioctlsariff2007-07-041-4/+2
* Fix no-sound issues with ASUS A9T notebook.ariff2007-07-011-1/+7
* 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-172-3/+8
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-4/+1
* Use signed int, since all the samples are in that form.ariff2007-06-161-4/+4
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-1613-1181/+1969
* Buffer optimization and locking cleanup. Don't resize/mallocariff2007-06-142-42/+62
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-113-7/+9
* Cast len to be a uintmax_t and make format in KASSERT match so asmjacob2007-06-101-1/+2
* - Do triple reads on reset register to detect read register bug. 2 readsariff2007-06-051-12/+15
* Fix (enable) phone out for laptops with ALC655, specificallyariff2007-06-051-0/+9
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-047-18/+18
* Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .ariff2007-06-033-6/+12
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-021-4/+2
* Separate license from comments.joel2007-06-024-7/+10
* Last major commit and updates for RELENG_7:ariff2007-05-3112-1024/+1803
* Fix broken "rec" and "igain" introduced by previous commit. Convertariff2007-05-281-1/+1
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-271-1/+1
* buf_addr should be bus_addr_t rather than u_int32_t.ariff2007-05-071-1/+1
* PCMMKMINOR() bit twiddling, so we can have:ariff2007-05-061-25/+19
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseariff2007-04-194-20/+59
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-182-3/+6
* Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.ariff2007-04-181-3/+3
* Revert busy refcount back to int. As a side note, multiple openariff2007-04-021-1/+1
* No need to track every closing instance, and put busy counter to restariff2007-04-021-4/+4
* - Don't wakeup() unnecessarily, so the behavior of dead interrupt orariff2007-04-021-8/+15
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-211-20/+21
* Enforce sample size alignment on first direct-copy channel.ariff2007-03-181-5/+9
* Fix long delay closing/syncing issues on mmaped buffer.ariff2007-03-172-4/+8
* [stage: 7/9]ariff2007-03-161-1/+1
* [stage: 6/9]ariff2007-03-161-115/+147
* [stage: 5/9]ariff2007-03-163-1252/+1225
* [stage: 4/9]ariff2007-03-164-32/+64
* [stage: 3.2/9]ariff2007-03-161-91/+76
* [stage: 3.1/9]ariff2007-03-161-106/+67
OpenPOWER on IntegriCloud