summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/rme9652.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: rme9652: Unneeded variable: "result".Hariprasad Kelam2019-07-151-2/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1Star
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+2Star
* ALSA: rme9652: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+4
* ALSA: rme9652: Use common error handling code in two functionsMarkus Elfring2017-08-151-8/+6Star
* ALSA: rme9652: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: rme9652: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: rme9652: Convert to the new PCM opsTakashi Iwai2017-06-021-17/+54
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-2/+1Star
* ALSA: rme9652: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-40/+18Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: rme9652: Use standard printk helpersTakashi Iwai2014-02-261-6/+13
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2Star
* ALSA: Remove memory reservation code from memalloc helperTakashi Iwai2014-01-091-8/+2Star
* ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]Takashi Iwai2014-01-051-1/+1
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0Star
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-11/+11
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2Star
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-4/+4
* ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2008-08-131-9/+14
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0Star
* [ALSA] sound/: Spelling fixesJoe Perches2008-01-311-2/+2
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-24/+3Star
* [ALSA] rme9652 - Fix the hw_pointer checkTakashi Iwai2007-07-201-1/+1
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-6/+2Star
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-201-1/+2
* [ALSA] use the ALIGN macroClemens Ladisch2006-12-201-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai2006-07-121-1/+1
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+1
* [ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar2006-04-271-1/+1
* [ALSA] Remove xxx_t typedefs: PCI RME9652Takashi Iwai2006-01-031-186/+186
* [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-111-1/+0Star
* [ALSA] Add missing KERN_* suffix to printkTakashi Iwai2005-11-041-3/+3
* [ALSA] set owner field in struct pci_driverClemens Ladisch2005-09-121-0/+1
* [ALSA] Remove superfluous PCI ID definitionsTakashi Iwai2005-09-121-7/+0Star
* [ALSA] use PCM interface for IEC958 controlsClemens Ladisch2005-08-301-4/+4
* [ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch2005-08-301-12/+12
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-281-1/+1
* [ALSA] Add write support to snd-page-alloc proc fileTakashi Iwai2005-06-221-5/+9