summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdsp.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hdsp: remove redundant assignment to pointer kctlColin Ian King2022-05-091-1/+1
* ALSA: hdsp: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+6
* ALSA: pci: rme: Fix unaligned buffer addressesTakashi Iwai2021-11-081-18/+23
* ALSA: pci: rme: Set up buffer type properlyTakashi Iwai2021-08-091-4/+2
* ALSA: hdsp: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-64/+25
* ALSA: hdsp: fix a test for copy_to_user() failureDan Carpenter2021-06-221-3/+2
* ALSA: hdsp: Fix assignment in if conditionTakashi Iwai2021-06-091-39/+82
* ALSA: Remove trailing semicolon in macrosHuilong Deng2021-05-141-1/+1
* Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai2021-03-301-3/+0
|\
| * module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-3/+0
* | ALSA: hdsp: don't disable if not enabledTong Zhang2021-03-221-1/+2
|/
* ALSA: hdsp: hardware output loopbackJasmin Fazlic2021-02-021-1/+73
* ALSA: hdsp: Replace tasklet with workTakashi Iwai2020-09-091-28/+27
* ALSA: hdsp: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-3/+3
* ALSA: hdsp: remove redundant assignment to variable errColin Ian King2020-02-101-1/+2
* Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-061-4/+3
|\
| * ALSA: hdsp: Make the firmware loading ioctl a bit more readableTakashi Iwai2020-02-021-4/+3
* | Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-281-12/+13
|\|
| * ALSA: hdsp: More constificationsTakashi Iwai2020-01-051-7/+7
| * ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-4/+4
| * ALSA: hdsp: Make uapi/hdsp.h compilable againTakashi Iwai2019-12-201-1/+1
| * 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-6/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1
* ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-191-4/+6
* ALSA: Convert timers to use timer_setup()Kees Cook2017-10-261-4/+4
* ALSA: rme9652: Use common code in hdsp_get_iobox_version()Markus Elfring2017-09-071-15/+11
* ALSA: rme9652: Use common error handling code in two functionsMarkus Elfring2017-08-151-7/+6
* ALSA: rme9652: make snd_pcm_hardware constBhumika Goyal2017-08-121-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: pci: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai2016-02-291-2/+2
* 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: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: hdsp: 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: hdsp: Deletion of an unnecessary check before the function call "releas...Markus Elfring2014-11-171-2/+1
* ALSA: hdsp: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-118/+57
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: hdsp: Use standard printk helpersTakashi Iwai2014-02-261-49/+79
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: Remove memory reservation code from memalloc helperTakashi Iwai2014-01-091-8/+2
* ALSA: hdsp - info leak in snd_hdsp_hwdep_ioctl()Dan Carpenter2013-10-161-0/+1
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0