| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: intel8x0: Fix default inaudible sound on Gateway M520 | Daniel T Chen | 2012-02-14 | 1 | -0/+6 |
* | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 2012-01-13 | 1 | -2/+2 |
* | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 1 | -3/+3 |
* | ALSA: intel8x0: improve virtual environment detection | Konstantin Ozerkov | 2011-11-09 | 1 | -10/+31 |
* | ALSA: intel8x0: move virtual environment detection code into one place | Konstantin Ozerkov | 2011-11-09 | 1 | -11/+19 |
* | ALSA: intel8x0: Improve comments for VM optimization | Denis V. Lunev | 2011-11-08 | 1 | -0/+7 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 1 | -1/+1 |
|\ |
|
| * | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-11-01 | 1 | -1/+1 |
* | | ALSA: intel8x0 - Fix inclusion of kvm_para.h | Takashi Iwai | 2011-11-01 | 1 | -1/+1 |
* | | ALSA: intel8x0: Improve performance in virtual environment | Konstantin Ozerkov | 2011-10-31 | 1 | -2/+27 |
|/ |
|
* | ALSA: intel8x0: Apply headphones+mute LED quirk for Dell Inspiron 9300 | Daniel T Chen | 2011-07-15 | 1 | -0/+6 |
* | ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* | Takashi Iwai | 2011-06-10 | 1 | -2/+2 |
* | ALSA: Use KBUILD_MODNAME for pci_driver.name entries | Takashi Iwai | 2011-06-10 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | ALSA: ac97: Apply quirk for Dell Latitude D610 binding Master and Headphone c... | Daniel T Chen | 2010-11-22 | 1 | -0/+6 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -1/+1 |
* | | ALSA: intel8x0: Mute External Amplifier by default for ThinkPad X31 | Daniel T Chen | 2010-08-19 | 1 | -0/+6 |
|/ |
|
* | sound: use DEFINE_PCI_DEVICE_TABLE | Alexey Dobriyan | 2010-02-09 | 1 | -1/+1 |
* | ALSA: intel8x0: Mute External Amplifier by default for Gateway 4525GZ | Daniel T Chen | 2009-11-25 | 1 | -0/+6 |
* | ALSA: intel8x0: Mute External Amplifier by default for another Sony model | Daniel T Chen | 2009-11-05 | 1 | -0/+6 |
* | ALSA: intel8x0 - Mute External Amplifier by default for Sony VAIO VGN-B1VP | Daniel T Chen | 2009-10-02 | 1 | -0/+6 |
* | ALSA: intel8x0 - Mute External Amplifier by default for Sony VAIO VGN-T350P | Daniel T Chen | 2009-10-01 | 1 | -0/+6 |
* | sound: Use PCI_VDEVICE | Joe Perches | 2009-06-25 | 1 | -23/+23 |
* | ALSA: intel8x0 - Fix PCM position craziness | Takashi Iwai | 2009-06-15 | 1 | -12/+12 |
* | Merge commit 'alsa/master' into for-linus | Takashi Iwai | 2009-04-22 | 1 | -2/+4 |
|\ |
|
| * | [ALSA] intel8x0: another attempt to fix ac97_clock measure routine | Jaroslav Kysela | 2009-04-21 | 1 | -2/+4 |
* | | ALSA: Intel8x0: Add hp_only quirk for SSID 0x1028016a (Dell Inspiron 8600) | Daniel T Chen | 2009-04-16 | 1 | -0/+6 |
* | | ALSA: Intel8x0: Remove conflicting quirk for SSID 0x103c0934 | Daniel T Chen | 2009-04-16 | 1 | -6/+0 |
|/ |
|
* | [ALSA] intel8x0: add one retry to the ac97_clock measurement routine | Jaroslav Kysela | 2009-04-15 | 1 | -4/+11 |
* | [ALSA] intel8x0: fix wrong conditions in ac97_clock measure routine | Jaroslav Kysela | 2009-04-14 | 1 | -3/+3 |
* | [ALSA] intel8x0: do not use zero value from PICB register | Jaroslav Kysela | 2009-04-13 | 1 | -10/+33 |
* | [ALSA] intel8x0: an attempt to make ac97_clock measurement more reliable | Jaroslav Kysela | 2009-04-13 | 1 | -9/+28 |
* | Merge branch 'topic/intel8x0' into for-linus | Takashi Iwai | 2009-03-24 | 1 | -20/+59 |
|\ |
|
| * | ALSA: intel8x0 - Add missing KERN_* prefix to printk | Takashi Iwai | 2009-02-05 | 1 | -4/+7 |
| * | ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=n | Takashi Iwai | 2009-01-28 | 1 | -1/+1 |
| * | ALSA: Don't cold reset AC97 codecs in some ICH chipsets | Thadeu Lima de Souza Cascardo | 2009-01-28 | 1 | -16/+52 |
* | | Merge branch 'topic/snd_card_new-err' into for-linus | Takashi Iwai | 2009-03-24 | 1 | -3/+3 |
|\ \ |
|
| * | | ALSA: Convert to snd_card_create() in sound/pci/* | Takashi Iwai | 2009-01-12 | 1 | -3/+3 |
| |/ |
|
* / | ALSA: alsa: time reaches -1, tested 0 | Roel Kluin | 2009-01-31 | 1 | -1/+1 |
|/ |
|
* | ALSA: intel8x0 - add Dell Optiplex GX620 (AD1981B) to AC97 clock whitelist | Bastien Nocera | 2008-10-29 | 1 | -0/+1 |
* | ALSA: intel8x0 - Add quirk for Fujitsu Lifebook P7010 | Takashi Iwai | 2008-10-10 | 1 | -0/+6 |
* | ALSA: intel8x0 - use snd_pci_quirk for clock list | Takashi Iwai | 2008-09-04 | 1 | -25/+15 |
* | ALSA: intel8x0: implement ac97_clock whitelist | Jaroslav Kysela | 2008-08-29 | 1 | -3/+41 |
* | ALSA: sound/pci: supported cards update | Alexander Beregalov | 2008-08-13 | 1 | -0/+6 |
* | ALSA: Kill snd_assert() in sound/pci/* | Takashi Iwai | 2008-08-13 | 1 | -2/+2 |
* | [ALSA] Fix synchronize_irq() bugs, redundancies | Jeff Garzik | 2008-04-24 | 1 | -2/+1 |
* | [ALSA] sound: replace remaining __FUNCTION__ occurences | Harvey Harrison | 2008-04-24 | 1 | -1/+1 |
* | [ALSA] intel8x0 - Add support of 8 channel sound | Takashi Iwai | 2008-04-24 | 1 | -3/+25 |
* | [ALSA] intel8x0 - Add quirk for Compaq Deskpro EN | Takashi Iwai | 2008-02-29 | 1 | -0/+6 |