aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/au88x0/au88x0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-5/+5
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-15/+2
2012-01-16ALSA: Au88x0 - Reduce the number of playback subdevices of au8830 from 32 to 16Raymond Yau1-1/+2
2012-01-16ALSA: Au88x0 - Support 4 channels playback when AC97 codecs has SDAC bitRaymond Yau1-5/+5
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-10-21pci: use pci_ioremap_bar() in sound/Arjan van de Ven1-2/+1
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-2/+0
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-16[ALSA] au88x0: mem leak fix in snd_vortex_create()Jesper Juhl1-0/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+1
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-10-06[ALSA] sound/pci/au88x0/au88x0.c: ioremap balanced with iounmapAmol Lad1-0/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] au88x0 - Init before create componentsAlan Horstmann1-5/+7
2006-03-22[ALSA] au88x0 - 64bit arch fixesTakashi Iwai1-2/+8
2006-01-03[ALSA] au88x0: Remove unneeded call to pci_dma_supported()Tobias Klauser1-2/+2
2006-01-03[ALSA] Remove xxx_t typedefs: PCI AU88x0Takashi Iwai1-4/+4
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-1/+1
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-1/+1
2005-09-12[ALSA] pci_find_device removeJiri Slaby1-10/+16
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+388