summaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/emu10k1x.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: emu10k1x: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+8
* ALSA: emu10k1x: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-98/+30
* ALSA: emu10k1x: Fix assignment in if conditionTakashi Iwai2021-06-091-31/+54
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-211-2/+2
* ALSA: emu10k1: delete an unnecessary conditionDan Carpenter2020-06-051-1/+1
* ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: emu10k1: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: emu10k1x: Use managed buffer allocationTakashi Iwai2019-12-111-9/+6
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-3/+3
* ALSA: emu10k1: Remove unneeded variable "change"Hariprasad Kelam2019-07-151-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-9/+3
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: emu10k1: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-3/+3
* ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: emu10k1: Remove always NULL parametersLars-Peter Clausen2015-01-021-14/+5
* ALSA: Fix invalid kerneldoc markersTakashi Iwai2014-11-111-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: emu10k1x: Use standard printk helpersTakashi Iwai2014-02-261-9/+18
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-14/+15
* ALSA: emu10k1x: Define channel mapsTakashi Iwai2012-09-121-0/+21
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-15/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-1/+1
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-1/+1
* 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