summaryrefslogtreecommitdiff
path: root/sound/pci/rme9652/hdspm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hdspm: remove unused copy_u32_le functionTom Rix2023-03-241-6/+0
* ALSA: hdspm: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+6
* ALSA: hdspm: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-52/+12
* Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai2021-03-301-1/+0
|\
| * module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* | ALSA: hdspm: don't disable if not enabledTong Zhang2021-03-221-1/+2
|/
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
* ALSA: hdspm: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
* ALSA: remove unneeded breakTom Rix2020-10-261-8/+0
* ALSA: hdspm: Fix typo arbitaryNaoki Hayama2020-10-081-1/+1
* ALSA: hdspm: Replace tasklet with workTakashi Iwai2020-09-091-7/+6
* ALSA: hdsp: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
* ALSA: pci/rme9652/hdspm: remove always true conditionPierre-Louis Bossart2020-07-071-2/+2
* Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-281-40/+45
|\
| * ALSA: hdspm: More constificationsTakashi Iwai2020-01-051-31/+35
| * ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-7/+7
| * ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai2020-01-031-2/+2
| * ALSA: rme9652: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ALSA: rme: Avoid non-standard macro usageTakashi Iwai2019-11-061-1/+1
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-1/+0
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-15/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* | 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/+4
|\
| * ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-16/+4
* | ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-32/+23
|/
* ALSA: hdspm: fix spelling mistake "Initializeing" -> "Initializing"Colin Ian King2018-08-271-1/+1
* ALSA: hdspm: Hardening for potential Spectre v1Takashi Iwai2018-04-251-10/+14
* ALSA: Convert timers to use timer_setup()Kees Cook2017-10-261-4/+4
* ALSA: hdspm: Use common error handling code in snd_hdspm_probe()Markus Elfring2017-09-071-8/+8
* ALSA: rme9652: Adjust seven checks for null pointersMarkus Elfring2017-08-121-9/+9
* ALSA: rme9652: Improve eight size determinationsMarkus Elfring2017-08-121-10/+8
* ALSA: rme9652: Delete an error message for a failed memory allocation in snd_...Markus Elfring2017-08-121-5/+1
* ALSA: rme9652: fix format overflow warningsArnd Bergmann2017-07-181-20/+28
* ALSA: hdspm: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-1/+1
* ALSA: hdspm: fix spelling mistake "Externel" -> "External"Colin Ian King2016-08-221-1/+1
* ALSA: hdspm: Fix zero-divisionTakashi Iwai2016-02-291-0/+8
* ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai2016-02-291-4/+4
* ALSA: rme9652: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen2015-10-211-5/+4
* ALSA: hdspm - DRY cleanup of snd_pcm_opsAdrian Knoth2015-02-171-15/+3
* ALSA: hdspm - DRY cleanup in .release callbackAdrian Knoth2015-02-171-18/+11
* ALSA: hdspm - DRY cleanup in .open callbacksAdrian Knoth2015-02-171-76/+24
* 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-281-1/+1
* ALSA: hdspm: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-9/+5
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-3/+1
* ALSA: Fix invalid kerneldoc markersTakashi Iwai2014-11-111-24/+24