| Commit message (Expand) | Author | Age | Files | Lines |
* | Limit total hardware playback channels to just 1. The reliability of | ariff | 2007-12-14 | 1 | -3/+12 |
* | Add speaker/headphone controls for HP Compaq DC7700 Small Form Factor PC | ariff | 2007-12-13 | 1 | -1/+13 |
* | nid 28 for Acer @ ALC268 should be identified as analog CD input pin, | ariff | 2007-12-13 | 1 | -0/+12 |
* | Disable AC97 microphone channel. Due to the channel allocation priority | ariff | 2007-12-12 | 1 | -1/+6 |
* | Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affecting | ariff | 2007-12-03 | 1 | -2/+2 |
* | Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop. | ariff | 2007-12-02 | 1 | -0/+3 |
* | - Add Analog Devices AD1984 codec id. | ariff | 2007-11-28 | 1 | -4/+28 |
* | Add missing MCP65 id which was accidentally removed in previous commit. | ariff | 2007-11-28 | 1 | -0/+1 |
* | * Fix support for followings: | ariff | 2007-11-21 | 1 | -12/+40 |
* | Limit total playback channels to just 1, for ALi M5451. | ariff | 2007-11-10 | 1 | -3/+23 |
* | Add support for trimmed down version of ATI SB600 AC97 audio | ariff | 2007-11-04 | 2 | -0/+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 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | - Gigabyte G33-S2H fixup, due to the present of multiple competing | ariff | 2007-10-19 | 1 | -13/+71 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 7 | -10/+10 |
* | Update snd_emu10kx driver with recent perforce changes (and few | ariff | 2007-09-12 | 4 | -516/+1251 |
* | Protect against divide by zero while calculating bus speed due to | ariff | 2007-07-11 | 1 | -1/+5 |
* | - Add codec id for Realtek ALC268. | ariff | 2007-07-09 | 2 | -18/+57 |
* | Fix stream suspend/resume activity due to its states being | ariff | 2007-07-09 | 1 | -12/+27 |
* | Properly unlock mutex before returning. There was a slight mishap | ariff | 2007-07-05 | 1 | -1/+3 |
* | Be much more forgiving towards applications that requesting ioctls | ariff | 2007-07-04 | 1 | -4/+2 |
* | - Fix input/microphone support for ASUS A8N-VMCSM series. | ariff | 2007-07-01 | 2 | -39/+109 |
* | Fix no-sound issues with ASUS A9T notebook. | ariff | 2007-07-01 | 1 | -1/+7 |
* | s/logprintf/printf/g | imp | 2007-06-20 | 1 | -35/+35 |
* | Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE. | ariff | 2007-06-18 | 1 | -1/+4 |
* | Explicitly use usb_port.h to get compat macros. | imp | 2007-06-18 | 1 | -0/+1 |
* | 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 | 27 | -128/+29 |
* | 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 | 16 | -1220/+2010 |
* | Buffer optimization and locking cleanup. Don't resize/malloc | ariff | 2007-06-14 | 2 | -42/+62 |
* | Drain all callout handlers during driver detach appropriately. | ariff | 2007-06-14 | 4 | -17/+32 |
* | Don't push too hard waiting/looping for codec detection interrupt. | ariff | 2007-06-14 | 1 | -8/+11 |
* | - Add option to allow sleeping malloc(9). | ariff | 2007-06-14 | 2 | -59/+21 |
* | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | imp | 2007-06-12 | 1 | -6/+5 |
* | Filter/compress the amount of channel trigger. This should reduce | ariff | 2007-06-11 | 29 | -31/+75 |
* | - Add codec id for ALC660 [1] | ariff | 2007-06-10 | 1 | -1/+10 |
* | Cast len to be a uintmax_t and make format in KASSERT match so as | mjacob | 2007-06-10 | 1 | -1/+2 |
* | Remove const type qualifier from a function- gcc4.2 doesn't accept it. | mjacob | 2007-06-10 | 1 | -3/+3 |
* | Make this compile. | ru | 2007-06-09 | 1 | -1/+1 |
* | Expand USB_ATTACH_SETUP inline + devinfo tweaks | imp | 2007-06-09 | 1 | -2/+3 |
* | - 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 | 13 | -32/+32 |
* | Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) . | ariff | 2007-06-03 | 3 | -6/+12 |
* | Remove (accidentally) included types.h . | ariff | 2007-06-02 | 1 | -1/+0 |
* | Use standard pcm_get/setflags() rather than dereferencing softc while | ariff | 2007-06-02 | 4 | -41/+26 |