| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring in USB4BSD, Hans Petter Selasky rework of the USB stack | alfred | 2008-11-04 | 4 | -3/+42 |
* | Add quirk to set GPIO2 to enable internal speaker on Dell Vostro 1400. | mav | 2008-10-30 | 1 | -1/+4 |
* | Fix spelling in comment. | mav | 2008-10-25 | 1 | -1/+1 |
* | Bump the revision after the latest commits. | mav | 2008-10-24 | 1 | -1/+1 |
* | Add some special handeling for AD1981HD codec. It has very unusual design | mav | 2008-10-24 | 1 | -0/+18 |
* | Add Intel ICH10 and SCH HDA controllers PCI IDs. | mav | 2008-10-23 | 1 | -0/+4 |
* | Make HDA PCM device boot and sndstat messages more alike to PCI device ones. | mav | 2008-10-20 | 1 | -5/+21 |
* | Tune boot messages a bit. | mav | 2008-10-20 | 1 | -4/+4 |
* | Add all Sigmatel/IDT codecs I could find. | mav | 2008-10-14 | 1 | -12/+93 |
* | Bump driver revision after the previous commit. | mav | 2008-10-12 | 1 | -1/+1 |
* | Fix bug in a second call of the channel allocation function. | mav | 2008-10-12 | 1 | -2/+1 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 3 | -3/+3 |
* | Hide some of driver's internal debugging. | mav | 2008-09-16 | 1 | -142/+173 |
* | Small addition to the previous commit. Sorry. | mav | 2008-09-14 | 1 | -0/+1 |
* | Add some missing Realtek codec IDs. Just for reference. | mav | 2008-09-14 | 1 | -1/+10 |
* | Remove one unneeded printf from non-verbose output. | mav | 2008-09-14 | 1 | -1/+3 |
* | My massive snd_hda driver update. | mav | 2008-09-13 | 3 | -2450/+3550 |
* | Fix deactivation of speakers while plugging in headphones on Fujitsu | joel | 2008-09-07 | 1 | -0/+9 |
* | Make sure that we handle errors in device_get_children correctly. | imp | 2008-08-23 | 1 | -1/+2 |
* | Handle the error case properly for device_get_children. | imp | 2008-08-23 | 1 | -4/+3 |
* | Don't include <sys/tty.h> in our sound layer. It is not needed. | ed | 2008-08-19 | 2 | -2/+1 |
* | Add quirk for Dell D630 laptops. | delphij | 2008-07-15 | 1 | -1/+7 |
* | Correct SB600 AC97 Audio PCI ID, otherwise we will attach to the | delphij | 2008-06-30 | 1 | -1/+1 |
* | Release pcm mutex before calling snd_clone_unref(), which in turns might | ariff | 2008-05-27 | 1 | -0/+7 |
* | Add codec id for Sigmatel STAC9872AK | kevlo | 2008-05-22 | 1 | -0/+2 |
* | Giant is no longer required and can not be held over kproc_exit(). | thompsa | 2008-05-21 | 1 | -1/+0 |
* | Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config that | ariff | 2008-04-19 | 1 | -3/+11 |
* | Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for | kris | 2008-04-16 | 1 | -1/+1 |
* | - Add codec id for Sigmatel STAC9205 | ariff | 2008-04-12 | 1 | -12/+52 |
* | Don't mess up with CHN_F_TRIGGERED, since it should exclusively | ariff | 2008-04-11 | 1 | -4/+10 |
* | 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 |