aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ad1889.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-24ALSA: pci: clean up using module_pci_driver()Gravatar Takashi Iwai 1-14/+1
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 1-0/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Gravatar Takashi Iwai 1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesGravatar Takashi Iwai 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEGravatar Alexey Dobriyan 1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-2/+2
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Gravatar Takashi Iwai 1-3/+3
2008-10-21pci: use pci_ioremap_bar() in sound/Gravatar Arjan van de Ven 1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Gravatar Takashi Iwai 1-2/+4
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesGravatar Jeff Garzik 1-2/+0
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesGravatar Harvey Harrison 1-2/+2
2008-01-31[ALSA] sound: fix ad1889 section mismatchGravatar Randy Dunlap 1-3/+3
2008-01-31[ALSA] Remove sound/driver.hGravatar Takashi Iwai 1-1/+0
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsGravatar Takashi Iwai 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+1
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversGravatar Takashi Iwai 1-4/+4
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsGravatar Takashi Iwai 1-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idGravatar Henrik Kretzschmar 1-1/+1
2006-04-27[ALSA] sound/pci/: remove duplicate #include'sGravatar Adrian Bunk 1-1/+0
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKGravatar Matthias Gehre 1-0/+1
2006-03-22[PATCH] Intruduce DMA_28BIT_MASKGravatar Tobias Klauser 1-3/+4
2006-01-04[ALSA] ad1889 - remove CVS ID from the driver identificationGravatar Jaroslav Kysela 1-1/+1
2006-01-03[ALSA] Remove xxx_t typedefs: PCI AD1889Gravatar Takashi Iwai 1-42/+42
2006-01-03[ALSA] Remove superfluous pcm_free callbacksGravatar Takashi Iwai 1-9/+0
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGravatar Greg Kroah-Hartman 1-1/+0
2005-11-04[ALSA] Big kfree NULL check cleanup - soundGravatar Jesper Juhl 1-3/+2
2005-09-12[ALSA] set owner field in struct pci_driverGravatar Clemens Ladisch 1-1/+2
2005-09-12[ALSA] Replace with kzalloc() - pci stuffGravatar Takashi Iwai 1-2/+2
2005-09-12[ALSA] ad1889: add AD1889 driverGravatar Clemens Ladisch 1-0/+1089