aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+1
2018-12-19ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-4/+6
2017-10-26ALSA: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-09-07ALSA: rme9652: Use common code in hdsp_get_iobox_version()Markus Elfring1-15/+11
2017-08-15ALSA: rme9652: Use common error handling code in two functionsMarkus Elfring1-7/+6
2017-08-12ALSA: rme9652: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-06-09ALSA: hdsp: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-02ALSA: hdsp: Convert to the new PCM opsTakashi Iwai1-17/+50
2017-01-12ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2016-02-29ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai1-2/+2
2015-09-11ALSA: hdsp: fix memory leakSudip Mukherjee1-0/+1
2015-08-22ALSA: hdsp: silence a sprinft() overflow warningDan Carpenter1-2/+2
2015-08-21ALSA: hdsp: silence and underflow warningDan Carpenter1-1/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-19ALSA: hdsp: Use setup_timer() and mod_timer()Takashi Iwai1-9/+5
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-3/+1
2014-11-17ALSA: hdsp: Deletion of an unnecessary check before the function call "release_firmware"Markus Elfring1-2/+1
2014-10-21ALSA: hdsp: Use snd_ctl_enum_info()Takashi Iwai1-118/+57
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-26ALSA: hdsp: Use standard printk helpersTakashi Iwai1-49/+79
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai1-8/+2
2013-10-16ALSA: hdsp - info leak in snd_hdsp_hwdep_ioctl()Dan Carpenter1-0/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2013-01-16ALSA: hdsp - Remove obsolete settings functionsAdrian Knoth1-339/+0
2013-01-16ALSA: hdsp - Use HDSP_TOGGLE_SETTING to alter settingsAdrian Knoth1-15/+28
2013-01-16ALSA: hdsp - Implement generic function to toggle settingsAdrian Knoth1-0/+59
2013-01-16ALSA: hdsp - Fix detection for RME RPM/Multiface/Digiface ioboxesAdrian Knoth1-26/+65
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-7/+7
2012-11-22ALSA: hdsp: Add missing inclusion of linux/vmalloc.hTakashi Iwai1-0/+1
2012-11-22ALSA: hdsp: improve firmware cachingTakashi Iwai1-28/+34
2012-05-21Merge branch 'topic/misc' into for-linusTakashi Iwai1-13/+2
2012-05-08ALSA: hdsp - Provide ioctl_compatAndre Schramm1-0/+1
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2012-01-09ALSA: hdsp - Fix potential Oops in snd_hdsp_info_pref_sync_ref()Takashi Iwai1-2/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-10-31ALSA: hdsp - Correct HDSP_VERSION_BIT constant, thus partly fixing RPM detectionAdrian Knoth1-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2010-12-01ALSA: hdsp - Add support for RPM io boxFlorian Faber1-57/+481
2010-10-11Merge branch 'fix/misc' into topic/miscTakashi Iwai1-0/+1
2010-09-25ALSA: sound/pci/rme9652: prevent reading uninitialized stack memoryDan Rosenberg1-0/+1
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-08-12ALSA: hdsp - allow proc reporting with disconnected io boxTim Blechmann1-17/+22