summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-191-4/+6
* ALSA: Convert timers to use timer_setup()Kees Cook2017-10-261-4/+4
* ALSA: rme9652: Use common code in hdsp_get_iobox_version()Markus Elfring2017-09-071-15/+11Star
* ALSA: rme9652: Use common error handling code in two functionsMarkus Elfring2017-08-151-7/+6Star
* ALSA: rme9652: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: hdsp: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: hdsp: Convert to the new PCM opsTakashi Iwai2017-06-021-17/+50
* ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai2016-02-291-2/+2
* ALSA: hdsp: fix memory leakSudip Mukherjee2015-09-111-0/+1
* ALSA: hdsp: silence a sprinft() overflow warningDan Carpenter2015-08-221-2/+2
* ALSA: hdsp: silence and underflow warningDan Carpenter2015-08-211-1/+2
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: hdsp: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-9/+5Star
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-3/+1Star
* ALSA: hdsp: Deletion of an unnecessary check before the function call "releas...Markus Elfring2014-11-171-2/+1Star
* ALSA: hdsp: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-118/+57Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: hdsp: Use standard printk helpersTakashi Iwai2014-02-261-49/+79
* 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: hdsp - info leak in snd_hdsp_hwdep_ioctl()Dan Carpenter2013-10-161-0/+1
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0Star
* ALSA: hdsp - Remove obsolete settings functionsAdrian Knoth2013-01-161-339/+0Star
* ALSA: hdsp - Use HDSP_TOGGLE_SETTING to alter settingsAdrian Knoth2013-01-161-15/+28
* ALSA: hdsp - Implement generic function to toggle settingsAdrian Knoth2013-01-161-0/+59
* ALSA: hdsp - Fix detection for RME RPM/Multiface/Digiface ioboxesAdrian Knoth2013-01-161-26/+65
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-7/+7
* ALSA: hdsp: Add missing inclusion of linux/vmalloc.hTakashi Iwai2012-11-221-0/+1
* ALSA: hdsp: improve firmware cachingTakashi Iwai2012-11-221-28/+34
* Merge branch 'topic/misc' into for-linusTakashi Iwai2012-05-211-13/+2Star
|\
| * ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2Star
* | ALSA: hdsp - Provide ioctl_compatAndre Schramm2012-05-081-0/+1
|/
* ALSA: hdsp - Fix potential Oops in snd_hdsp_info_pref_sync_ref()Takashi Iwai2012-01-091-2/+1Star
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+1
|\
| * sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-1/+1
* | ALSA: hdsp - Correct HDSP_VERSION_BIT constant, thus partly fixing RPM detectionAdrian Knoth2011-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
* ALSA: hdsp - Add support for RPM io boxFlorian Faber2010-12-011-57/+481
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-111-0/+1
|\
| * ALSA: sound/pci/rme9652: prevent reading uninitialized stack memoryDan Rosenberg2010-09-251-0/+1
* | sound: Remove unnecessary casts of private_dataJoe Perches2010-09-071-4/+4
|/
* 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: hdsp - allow proc reporting with disconnected io boxTim Blechmann2009-08-121-17/+22