aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/rme9652/hdsp.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26ALSA: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+4
2017-09-07ALSA: rme9652: Use common code in hdsp_get_iobox_version()Gravatar Markus Elfring 1-15/+11
2017-08-15ALSA: rme9652: Use common error handling code in two functionsGravatar Markus Elfring 1-7/+6
2017-08-12ALSA: rme9652: make snd_pcm_hardware constGravatar Bhumika Goyal 1-2/+2
2017-06-09ALSA: hdsp: Constify hw_constraintsGravatar Takashi Iwai 1-4/+4
2017-06-02ALSA: hdsp: Convert to the new PCM opsGravatar Takashi Iwai 1-17/+50
2017-01-12ALSA: pci: Constify snd_rawmidi_opsGravatar Takashi Iwai 1-2/+2
2016-09-02ALSA: constify snd_pcm_ops structuresGravatar Julia Lawall 1-2/+2
2016-02-29ALSA: hdsp: Fix wrong boolean ctl value accessesGravatar Takashi Iwai 1-2/+2
2015-09-11ALSA: hdsp: fix memory leakGravatar Sudip Mukherjee 1-0/+1
2015-08-22ALSA: hdsp: silence a sprinft() overflow warningGravatar Dan Carpenter 1-2/+2
2015-08-21ALSA: hdsp: silence and underflow warningGravatar Dan Carpenter 1-1/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 1-1/+1
2015-01-19ALSA: hdsp: Use setup_timer() and mod_timer()Gravatar Takashi Iwai 1-9/+5
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Gravatar Markus Elfring 1-3/+1
2014-11-17ALSA: hdsp: Deletion of an unnecessary check before the function call "releas...Gravatar Markus Elfring 1-2/+1
2014-10-21ALSA: hdsp: Use snd_ctl_enum_info()Gravatar Takashi Iwai 1-118/+57
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-02-26ALSA: hdsp: Use standard printk helpersGravatar Takashi Iwai 1-49/+79
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerGravatar Takashi Iwai 1-3/+2
2014-01-09ALSA: Remove memory reservation code from memalloc helperGravatar Takashi Iwai 1-8/+2
2013-10-16ALSA: hdsp - info leak in snd_hdsp_hwdep_ioctl()Gravatar Dan Carpenter 1-0/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeGravatar Takashi Iwai 1-1/+0
2013-01-16ALSA: hdsp - Remove obsolete settings functionsGravatar Adrian Knoth 1-339/+0
2013-01-16ALSA: hdsp - Use HDSP_TOGGLE_SETTING to alter settingsGravatar Adrian Knoth 1-15/+28
2013-01-16ALSA: hdsp - Implement generic function to toggle settingsGravatar Adrian Knoth 1-0/+59
2013-01-16ALSA: hdsp - Fix detection for RME RPM/Multiface/Digiface ioboxesGravatar Adrian Knoth 1-26/+65
2012-12-07ALSA: pci: remove __dev* attributesGravatar Bill Pemberton 1-7/+7
2012-11-22ALSA: hdsp: Add missing inclusion of linux/vmalloc.hGravatar Takashi Iwai 1-0/+1
2012-11-22ALSA: hdsp: improve firmware cachingGravatar Takashi Iwai 1-28/+34
2012-05-21Merge branch 'topic/misc' into for-linusGravatar Takashi Iwai 1-13/+2
2012-05-08ALSA: hdsp - Provide ioctl_compatGravatar Andre Schramm 1-0/+1
2012-04-24ALSA: pci: clean up using module_pci_driver()Gravatar Takashi Iwai 1-13/+2
2012-01-09ALSA: hdsp - Fix potential Oops in snd_hdsp_info_pref_sync_ref()Gravatar Takashi Iwai 1-2/+1
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hGravatar Paul Gortmaker 1-1/+1
2011-10-31ALSA: hdsp - Correct HDSP_VERSION_BIT constant, thus partly fixing RPM detectionGravatar Adrian Knoth 1-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Gravatar Takashi Iwai 1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesGravatar Takashi Iwai 1-1/+1
2010-12-01ALSA: hdsp - Add support for RPM io boxGravatar Florian Faber 1-57/+481
2010-10-11Merge branch 'fix/misc' into topic/miscGravatar Takashi Iwai 1-0/+1
2010-09-25ALSA: sound/pci/rme9652: prevent reading uninitialized stack memoryGravatar Dan Rosenberg 1-0/+1
2010-09-07sound: Remove unnecessary casts of private_dataGravatar Joe Perches 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEGravatar Alexey Dobriyan 1-1/+1
2009-08-12ALSA: hdsp - allow proc reporting with disconnected io boxGravatar Tim Blechmann 1-17/+22
2009-06-10Merge branch 'topic/hdsp' into for-linusGravatar Takashi Iwai 1-2/+2
2009-06-05ALSA: Clean up 64bit division functionsGravatar Takashi Iwai 1-4/+3
2009-05-12ALSA: hdsp: allow firmware loading from inside the kernelGravatar Raphael Doursenaud 1-2/+2