| Commit message (Expand) | Author | Age | Files | Lines |
* | Sound Mega-commit. Expect further cleanup until code freeze. | ariff | 2009-06-07 | 33 | -5054/+10024 |
* | Slightly adjust copyright text. | joel | 2009-05-27 | 1 | -1/+1 |
* | Slightly adjust copyright text. | joel | 2009-05-27 | 1 | -1/+1 |
* | OSS tools expect EINVAL for unsupported ioctls, but not ENXIO. | mav | 2009-01-10 | 1 | -3/+2 |
* | Make devnode include full device path. | mav | 2009-01-10 | 1 | -1/+2 |
* | Remove debug slipped with the previous commit. | mav | 2009-01-10 | 1 | -1/+0 |
* | Import some new constants and structures fields from OSSv4. | mav | 2009-01-10 | 4 | -30/+68 |
* | Add some new oss_sysinfo structure fields from OSSv4. | mav | 2009-01-07 | 1 | -0/+3 |
* | Bring in USB4BSD, Hans Petter Selasky rework of the USB stack | alfred | 2008-11-04 | 4 | -3/+42 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 2 | -2/+2 |
* | Don't include <sys/tty.h> in our sound layer. It is not needed. | ed | 2008-08-19 | 1 | -1/+1 |
* | Release pcm mutex before calling snd_clone_unref(), which in turns might | ariff | 2008-05-27 | 1 | -0/+7 |
* | Don't mess up with CHN_F_TRIGGERED, since it should exclusively | ariff | 2008-04-11 | 1 | -4/+10 |
* | Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affecting | ariff | 2007-12-03 | 1 | -2/+2 |
* | Remap and virtualize mixer controls for HP nx6110 with | ariff | 2007-10-26 | 1 | -2/+26 |
* | Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec, | ariff | 2007-10-26 | 1 | -0/+1 |
* | Be much more forgiving towards applications that requesting ioctls | ariff | 2007-07-04 | 1 | -4/+2 |
* | Fix no-sound issues with ASUS A9T notebook. | ariff | 2007-07-01 | 1 | -1/+7 |
* | Spelling nit due to my lamenglishness. | ariff | 2007-06-17 | 1 | -1/+1 |
* | Add sysctl/tunable "hw.snd.default_auto", which is useful (especially | ariff | 2007-06-17 | 1 | -1/+6 |
* | Reassign default unit to a valid unit, be it during attach or detach. | ariff | 2007-06-17 | 2 | -3/+8 |
* | Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK). | ariff | 2007-06-17 | 1 | -4/+1 |
* | Use signed int, since all the samples are in that form. | ariff | 2007-06-16 | 1 | -4/+4 |
* | Last (again ?!?) major commit for RELENG_7, featuring total Giant | ariff | 2007-06-16 | 13 | -1181/+1969 |
* | Buffer optimization and locking cleanup. Don't resize/malloc | ariff | 2007-06-14 | 2 | -42/+62 |
* | Filter/compress the amount of channel trigger. This should reduce | ariff | 2007-06-11 | 3 | -7/+9 |
* | Cast len to be a uintmax_t and make format in KASSERT match so as | mjacob | 2007-06-10 | 1 | -1/+2 |
* | - Do triple reads on reset register to detect read register bug. 2 reads | ariff | 2007-06-05 | 1 | -12/+15 |
* | Fix (enable) phone out for laptops with ALC655, specifically | ariff | 2007-06-05 | 1 | -0/+9 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 7 | -18/+18 |
* | Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) . | ariff | 2007-06-03 | 3 | -6/+12 |
* | Use standard pcm_get/setflags() rather than dereferencing softc while | ariff | 2007-06-02 | 1 | -4/+2 |
* | Separate license from comments. | joel | 2007-06-02 | 4 | -7/+10 |
* | Last major commit and updates for RELENG_7: | ariff | 2007-05-31 | 12 | -1024/+1803 |
* | Fix broken "rec" and "igain" introduced by previous commit. Convert | ariff | 2007-05-28 | 1 | -1/+1 |
* | Fix broken binary issues with latest gcc 4.x due to bitfield signess | ariff | 2007-05-27 | 1 | -1/+1 |
* | buf_addr should be bus_addr_t rather than u_int32_t. | ariff | 2007-05-07 | 1 | -1/+1 |
* | PCMMKMINOR() bit twiddling, so we can have: | ariff | 2007-05-06 | 1 | -25/+19 |
* | - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense | ariff | 2007-04-19 | 4 | -20/+59 |
* | sndbuf_alloc() now accept dmaflags argument which will be forwarded to | ariff | 2007-04-18 | 2 | -3/+6 |
* | Break ABI / module compatibility for the upcoming sndbuf_alloc() changes. | ariff | 2007-04-18 | 1 | -3/+3 |
* | Revert busy refcount back to int. As a side note, multiple open | ariff | 2007-04-02 | 1 | -1/+1 |
* | No need to track every closing instance, and put busy counter to rest | ariff | 2007-04-02 | 1 | -4/+4 |
* | - Don't wakeup() unnecessarily, so the behavior of dead interrupt or | ariff | 2007-04-02 | 1 | -8/+15 |
* | Memory leak killing spree, mostly bus_dma(9) related. | ariff | 2007-03-21 | 1 | -20/+21 |
* | Enforce sample size alignment on first direct-copy channel. | ariff | 2007-03-18 | 1 | -5/+9 |
* | Fix long delay closing/syncing issues on mmaped buffer. | ariff | 2007-03-17 | 2 | -4/+8 |
* | [stage: 7/9] | ariff | 2007-03-16 | 1 | -1/+1 |
* | [stage: 6/9] | ariff | 2007-03-16 | 1 | -115/+147 |
* | [stage: 5/9] | ariff | 2007-03-16 | 3 | -1252/+1225 |