aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/nm256 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-1/+2
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-9/+9
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
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-6/+6
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
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-3/+3
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-5/+10
2008-07-14ALSA: correct kcalloc usageMilton Miller1-2/+2
2008-04-24[ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai1-3/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync()Clemens Ladisch1-1/+0
2007-07-20[ALSA] nm256 - Add mention of opl3sa2 to a diagnostic messagePaul Vojta1-1/+2
2007-02-09[ALSA] nm256 - Use quirk list helper functionTakashi Iwai1-34/+22
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-1/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-03-22[ALSA] Fix NM256 hard lock upFlorian Schlichting1-24/+96
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar1-7/+9
2006-01-03[ALSA] nm256-intel - Fix PM supportTakashi Iwai1-9/+17
2006-01-03[ALSA] Remove xxx_t typedefs: PCI NM256Takashi Iwai1-123/+127
2006-01-03[ALSA] nm256 - Code clean upTakashi Iwai1-21/+9
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-10/+10
2005-11-04[ALSA] Remove multi-card support for ali5451 and nm256Takashi Iwai1-53/+47
2005-11-04[ALSA] nm256: reset workaround for Latitude CSxJohn W. Linville1-3/+20
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-8/+2
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] Remove superfluous PCI ID definitionsTakashi Iwai1-15/+0
2005-09-12[ALSA] sparse address space annotationsClemens Ladisch1-1/+1
2005-08-30[ALSA] nm256 - Fix PM and irq handlingTakashi Iwai1-23/+70
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-8/+8
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds3-0/+6273