aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/emu10k1x.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-3/+3
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | ALSA: Cleanup redundant tests on unsignedRoel Kluin2009-10-301-2/+1
|/
* sound: Use PCI_VDEVICE for CREATIVE and ECTIVAJoe Perches2009-06-251-1/+1
* ALSA: Remove invalid GENERIC_MIX PCM sublassTakashi Iwai2009-06-021-1/+0
* dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang2009-04-071-2/+2
* ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
* ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2008-08-131-6/+12
* [ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai2008-04-241-4/+4
* [ALSA] sound: emu10k1x.c fix shadowed variable warningsHarvey Harrison2008-04-241-11/+11
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] emu10k1x - Add missing snd_card_set_dev callTakashi Iwai2008-01-311-0/+2
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-8/+1
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-1/+1
* [ALSA] snd-emu10k1: Added support for emu1010, including E-Mu 1212m and E-Mu ...James Courtier-Dutton2007-02-091-3/+3
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-201-3/+2
* [ALSA] Fix invalid assignment of PCI revisionTakashi Iwai2006-12-201-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1
* [ALSA] emu10k1x: simplify around pci_register_driver()Alexey Dobriyan2006-09-231-6/+1
* [ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai2006-07-121-1/+1
* [ALSA] Fix no mpu401 interface can cause hard freezeRandy Dunlap2006-07-121-10/+25
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-2/+1
* [ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar2006-04-271-1/+1
* [ALSA] sound/pci/: remove duplicate #include'sAdrian Bunk2006-04-271-1/+0
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-0/+1
* [PATCH] Intruduce DMA_28BIT_MASKTobias Klauser2006-03-221-6/+7
* [ALSA] Remove xxx_t typedefs: PCI emu10k1xTakashi Iwai2006-01-031-169/+168
* [ALSA] emu10k1x - Minor clean upTakashi Iwai2006-01-031-33/+32
* [ALSA] Remove superfluous pcm_free callbacksTakashi Iwai2006-01-031-8/+0
* [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-101-1/+0
* [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-041-4/+2
* [ALSA] set owner field in struct pci_driverClemens Ladisch2005-09-121-0/+1
* [ALSA] Replace with kzalloc() - pci stuffTakashi Iwai2005-09-121-3/+3
* [ALSA] use PCM interface for IEC958 controlsClemens Ladisch2005-08-301-2/+2
* [ALSA] Remove redundant NULL checks before kfreeJesper Juhl2005-06-221-4/+1
* [ALSA] Fix permissions in some /proc filesTakashi Iwai2005-05-291-0/+1
* [ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai2005-05-291-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1643