summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652
Commit message (Expand)AuthorAgeFilesLines
* ALSA: rme9652: Unneeded variable: "result".Hariprasad Kelam2019-07-151-2/+1Star
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-083-45/+3Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-45/+3Star
* | ALSA: hdspm: Fix single speed ADAT capture and playback with RME HDSPe AIOPhilippe Bekaert2019-05-241-25/+36
|/
* Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai2019-02-081-16/+4Star
|\
| * ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-16/+4Star
* | ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-063-40/+26Star
|/
* ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-191-4/+6
* ALSA: hdspm: fix spelling mistake "Initializeing" -> "Initializing"Colin Ian King2018-08-271-1/+1
* ALSA: rme9652: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+4
* ALSA: hdspm: Hardening for potential Spectre v1Takashi Iwai2018-04-251-10/+14
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ALSA: Convert timers to use timer_setup()Kees Cook2017-10-262-8/+8
|/
* ALSA: hdspm: Use common error handling code in snd_hdspm_probe()Markus Elfring2017-09-071-8/+8
* 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-152-15/+12Star
* ALSA: rme9652: make snd_pcm_hardware constBhumika Goyal2017-08-122-4/+4
* ALSA: rme9652: Adjust seven checks for null pointersMarkus Elfring2017-08-121-9/+9
* ALSA: rme9652: Improve eight size determinationsMarkus Elfring2017-08-121-10/+8Star
* ALSA: rme9652: Delete an error message for a failed memory allocation in snd_...Markus Elfring2017-08-121-5/+1Star
* ALSA: rme9652: fix format overflow warningsArnd Bergmann2017-07-181-20/+28
* ALSA: rme9652: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: hdspm: Constify hw_constraintsTakashi Iwai2017-06-091-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: rme9652: Convert to the new PCM opsTakashi Iwai2017-06-021-17/+54
* ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-122-4/+4
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-023-5/+5
* ALSA: hdspm: fix spelling mistake "Externel" -> "External"Colin Ian King2016-08-221-1/+1
* ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai2016-02-291-2/+2
* ALSA: hdspm: Fix zero-divisionTakashi Iwai2016-02-291-0/+8
* ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai2016-02-291-4/+4
* Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai2015-10-231-5/+4Star
|\
| * ALSA: rme9652: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen2015-10-211-5/+4Star
* | 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: hdspm - DRY cleanup of snd_pcm_opsAdrian Knoth2015-02-171-15/+3Star
* ALSA: hdspm - DRY cleanup in .release callbackAdrian Knoth2015-02-171-18/+11Star
* ALSA: hdspm - DRY cleanup in .open callbacksAdrian Knoth2015-02-171-76/+24Star
* ALSA: hdspm - Constrain periods to 2 on older cardsAdrian Knoth2015-02-131-0/+6
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-283-3/+3
* ALSA: hdspm: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-9/+5Star
* 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-043-8/+3Star
* ALSA: hdsp: Deletion of an unnecessary check before the function call "releas...Markus Elfring2014-11-171-2/+1Star
* ALSA: Fix invalid kerneldoc markersTakashi Iwai2014-11-111-24/+24
* ALSA: hdspm: remove unused variableSudip Mukherjee2014-10-291-20/+3Star
* ALSA: rme9652: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-40/+18Star