summaryrefslogtreecommitdiff
path: root/sound/pci/rme32.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: rme32: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-1/+7
* ALSA: rme32: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-38/+11
* ALSA: rme32: Fix assignment in if conditionTakashi Iwai2021-06-091-28/+48
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: remove unneeded breakTom Rix2020-10-261-1/+0
* Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-281-37/+9
|\
| * ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-1/+1
| * ALSA: rme32: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-8/+0
| * ALSA: rme32: Use managed buffer allocationTakashi Iwai2019-12-111-28/+7
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ALSA: rme32: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1
* ALSA: rme32: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai2018-09-041-14/+8
* ALSA: pci: make snd_pcm_hardware constBhumika Goyal2017-08-121-4/+4
* ALSA: rme32: Constify hw_constraintsTakashi Iwai2017-06-091-3/+2
* ALSA: rme32: Convert to the new PCM copy opsTakashi Iwai2017-06-021-22/+43
* ALSA: rme32: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-6/+4
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-8/+8
* ALSA: rme32: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen2015-10-211-2/+2
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-2/+1
* ALSA: rme*: Use snd_pcm_format_tTakashi Iwai2015-01-121-1/+1
* ALSA: rme32: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-24/+10
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: rme32: Use standard printk helpersTakashi Iwai2014-02-261-2/+3
* 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: rme32.c irq enabling after spin_lock_irqDenis Efremov2013-02-111-1/+1
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-5/+5
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* 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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* sound: Use PCI_VDEVICEJoe Perches2009-06-251-6/+3
* ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+4
* [ALSA] sound: rme32.c fix integer as NULL pointer warningHarvey Harrison2008-04-241-1/+2
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] pcm: add snd_pcm_rate_to_rate_bit() helperClemens Ladisch2007-10-161-17/+4
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-10/+2
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-5/+2
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-201-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+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] Fix races in irq handler and ioremapTakashi Iwai2006-06-221-6/+6
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+1