aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdspm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-12ALSA: hdspm: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+6
2021-07-19ALSA: hdspm: Allocate resources with device-managed APIsTakashi Iwai1-52/+12
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai1-1/+0
2021-03-22ALSA: hdspm: don't disable if not enabledTong Zhang1-1/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-11-21ALSA: hdspm: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-26ALSA: remove unneeded breakTom Rix1-8/+0
2020-10-08ALSA: hdspm: Fix typo arbitaryNaoki Hayama1-1/+1
2020-09-09ALSA: hdspm: Replace tasklet with workTakashi Iwai1-7/+6
2020-09-02ALSA: hdsp: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-07-07ALSA: pci/rme9652/hdspm: remove always true conditionPierre-Louis Bossart1-2/+2
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-40/+45
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-05ALSA: hdspm: More constificationsTakashi Iwai1-31/+35
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai1-7/+7
2020-01-03ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai1-2/+2
2019-12-11ALSA: rme9652: Support PCM sync_stopTakashi Iwai1-0/+1
2019-11-06ALSA: rme: Avoid non-standard macro usageTakashi Iwai1-1/+1
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-1/+0
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-24ALSA: hdspm: Fix single speed ADAT capture and playback with RME HDSPe AIOPhilippe Bekaert1-25/+36
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai1-16/+4
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-32/+23
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-16/+4
2018-08-27ALSA: hdspm: fix spelling mistake "Initializeing" -> "Initializing"Colin Ian King1-1/+1
2018-04-25ALSA: hdspm: Hardening for potential Spectre v1Takashi Iwai1-10/+14
2017-10-26ALSA: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-09-07ALSA: hdspm: Use common error handling code in snd_hdspm_probe()Markus Elfring1-8/+8
2017-08-12ALSA: rme9652: Adjust seven checks for null pointersMarkus Elfring1-9/+9
2017-08-12ALSA: rme9652: Improve eight size determinationsMarkus Elfring1-10/+8
2017-08-12ALSA: rme9652: Delete an error message for a failed memory allocation in snd_hdspm_create()Markus Elfring1-5/+1
2017-07-18ALSA: rme9652: fix format overflow warningsArnd Bergmann1-20/+28
2017-06-09ALSA: hdspm: Constify hw_constraintsTakashi Iwai1-2/+2
2017-01-12ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-08-22ALSA: hdspm: fix spelling mistake "Externel" -> "External"Colin Ian King1-1/+1
2016-02-29ALSA: hdspm: Fix zero-divisionTakashi Iwai1-0/+8
2016-02-29ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai1-4/+4
2015-10-21ALSA: rme9652: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen1-5/+4
2015-02-17ALSA: hdspm - DRY cleanup of snd_pcm_opsAdrian Knoth1-15/+3
2015-02-17ALSA: hdspm - DRY cleanup in .release callbackAdrian Knoth1-18/+11
2015-02-17ALSA: hdspm - DRY cleanup in .open callbacksAdrian Knoth1-76/+24
2015-02-13ALSA: hdspm - Constrain periods to 2 on older cardsAdrian Knoth1-0/+6
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-19ALSA: hdspm: 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-11ALSA: Fix invalid kerneldoc markersTakashi Iwai1-24/+24
2014-10-29ALSA: hdspm: remove unused variableSudip Mukherjee1-20/+3