summaryrefslogtreecommitdiffstats
path: root/sound/pci/nm256
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-24ALSA: nm256: constify snd_ac97_res_tableArvind Yadav-1/+1
2017-06-09ALSA: nm256: Constify hw_constraintsTakashi Iwai-2/+2
2017-06-02ALSA: nm256: Convert to new PCM copy opsTakashi Iwai-20/+37
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai-14/+0
2015-01-09ALSA: nm256: Simplify PM callbacksTakashi Iwai-14/+0
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring-4/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-02-26ALSA: nm256: Use standard printk helpersTakashi Iwai-32/+43
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai-3/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai-1/+0
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai-1/+2
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton-9/+9
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai-2/+2
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai-9/+15
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai-14/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-6/+6
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan-1/+1
2009-06-25sound: Use PCI_VDEVICEJoe Perches-3/+3
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai-5/+10
2008-07-14ALSA: correct kcalloc usageMilton Miller-2/+2
2008-04-24[ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai-3/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela-1/+1
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sy...Clemens Ladisch-1/+0
2007-07-20[ALSA] nm256 - Add mention of opl3sa2 to a diagnostic messagePaul Vojta-1/+2
2007-02-09[ALSA] nm256 - Use quirk list helper functionTakashi Iwai-34/+22
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai-1/+1
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai-1/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-3/+3
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar-1/+1
2006-03-22[ALSA] Fix NM256 hard lock upFlorian Schlichting-24/+96
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar-7/+9
2006-01-03[ALSA] nm256-intel - Fix PM supportTakashi Iwai-9/+17
2006-01-03[ALSA] Remove xxx_t typedefs: PCI NM256Takashi Iwai-123/+127
2006-01-03[ALSA] nm256 - Code clean upTakashi Iwai-21/+9
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman-1/+0
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai-10/+10
2005-11-04[ALSA] Remove multi-card support for ali5451 and nm256Takashi Iwai-53/+47