aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-16ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALIScott Wood1-2/+2
2015-04-05ALSA: Use const struct ac97_quirkJoe Perches1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-09ALSA: intel8x0: Simplify PM callbacksTakashi Iwai1-15/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-12ALSA: intel8x0: Use ktime and ktime_get()Thomas Gleixner1-6/+4
2014-02-26ALSA: intel8x0: Use standard printk helpersTakashi Iwai1-37/+49
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+1
2013-11-06ALSA: intel8x0: Fix chmap applicationTakashi Iwai1-9/+8
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-4/+6
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-28/+28
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-06ALSA: Implement channel maps for standard onboard AC97 driversTakashi Iwai1-0/+20
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-2/+2
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-9/+15
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-14/+2
2012-02-14ALSA: intel8x0: Fix default inaudible sound on Gateway M520Daniel T Chen1-0/+6
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-2/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-3/+3
2011-11-09ALSA: intel8x0: improve virtual environment detectionKonstantin Ozerkov1-10/+31
2011-11-09ALSA: intel8x0: move virtual environment detection code into one placeKonstantin Ozerkov1-11/+19
2011-11-08ALSA: intel8x0: Improve comments for VM optimizationDenis V. Lunev1-0/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-11-01ALSA: intel8x0 - Fix inclusion of kvm_para.hTakashi Iwai1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-10-31ALSA: intel8x0: Improve performance in virtual environmentKonstantin Ozerkov1-2/+27
2011-07-15ALSA: intel8x0: Apply headphones+mute LED quirk for Dell Inspiron 9300Daniel T Chen1-0/+6
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-2/+2
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-22ALSA: ac97: Apply quirk for Dell Latitude D610 binding Master and Headphone controlsDaniel T Chen1-0/+6
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-19ALSA: intel8x0: Mute External Amplifier by default for ThinkPad X31Daniel T Chen1-0/+6
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-11-25ALSA: intel8x0: Mute External Amplifier by default for Gateway 4525GZDaniel T Chen1-0/+6
2009-11-05ALSA: intel8x0: Mute External Amplifier by default for another Sony modelDaniel T Chen1-0/+6
2009-10-02ALSA: intel8x0 - Mute External Amplifier by default for Sony VAIO VGN-B1VPDaniel T Chen1-0/+6
2009-10-01ALSA: intel8x0 - Mute External Amplifier by default for Sony VAIO VGN-T350PDaniel T Chen1-0/+6
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-23/+23
2009-06-15ALSA: intel8x0 - Fix PCM position crazinessTakashi Iwai1-12/+12
2009-04-22Merge commit 'alsa/master' into for-linusTakashi Iwai1-2/+4
2009-04-21[ALSA] intel8x0: another attempt to fix ac97_clock measure routineJaroslav Kysela1-2/+4
2009-04-16ALSA: Intel8x0: Add hp_only quirk for SSID 0x1028016a (Dell Inspiron 8600)Daniel T Chen1-0/+6
2009-04-16ALSA: Intel8x0: Remove conflicting quirk for SSID 0x103c0934Daniel T Chen1-6/+0
2009-04-15[ALSA] intel8x0: add one retry to the ac97_clock measurement routineJaroslav Kysela1-4/+11
2009-04-14[ALSA] intel8x0: fix wrong conditions in ac97_clock measure routineJaroslav Kysela1-3/+3
2009-04-13[ALSA] intel8x0: do not use zero value from PICB registerJaroslav Kysela1-10/+33
2009-04-13[ALSA] intel8x0: an attempt to make ac97_clock measurement more reliableJaroslav Kysela1-9/+28