aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-25ALSA: rme9652: use explicitly signed charJason A. Donenfeld1-13/+13
2022-05-09ALSA: hdsp: remove redundant assignment to pointer kctlColin Ian King1-1/+1
2022-04-12ALSA: hdsp: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+6
2021-11-08ALSA: pci: rme: Fix unaligned buffer addressesTakashi Iwai1-18/+23
2021-08-09ALSA: pci: rme: Set up buffer type properlyTakashi Iwai1-4/+2
2021-07-19ALSA: hdsp: Allocate resources with device-managed APIsTakashi Iwai1-64/+25
2021-06-22ALSA: hdsp: fix a test for copy_to_user() failureDan Carpenter1-3/+2
2021-06-09ALSA: hdsp: Fix assignment in if conditionTakashi Iwai1-39/+82
2021-05-14ALSA: Remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai1-3/+0
2021-03-22ALSA: hdsp: don't disable if not enabledTong Zhang1-1/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-3/+0
2021-02-02ALSA: hdsp: hardware output loopbackJasmin Fazlic1-1/+73
2020-09-09ALSA: hdsp: Replace tasklet with workTakashi Iwai1-28/+27
2020-09-02ALSA: hdsp: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-02-10ALSA: hdsp: remove redundant assignment to variable errColin Ian King1-1/+2
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+3
2020-02-02ALSA: hdsp: Make the firmware loading ioctl a bit more readableTakashi Iwai1-4/+3
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-12/+13
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-05ALSA: hdsp: More constificationsTakashi Iwai1-7/+7
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai1-4/+4
2019-12-20ALSA: hdsp: Make uapi/hdsp.h compilable againTakashi Iwai1-1/+1
2019-12-11ALSA: rme9652: Support PCM sync_stopTakashi Iwai1-0/+1
2019-11-06ALSA: rme: Avoid non-standard macro usageTakashi Iwai1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+1
2018-12-19ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-4/+6
2017-10-26ALSA: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-09-07ALSA: rme9652: Use common code in hdsp_get_iobox_version()Markus Elfring1-15/+11
2017-08-15ALSA: rme9652: Use common error handling code in two functionsMarkus Elfring1-7/+6
2017-08-12ALSA: rme9652: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-06-09ALSA: hdsp: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-02ALSA: hdsp: Convert to the new PCM opsTakashi Iwai1-17/+50
2017-01-12ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2016-02-29ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai1-2/+2
2015-09-11ALSA: hdsp: fix memory leakSudip Mukherjee1-0/+1
2015-08-22ALSA: hdsp: silence a sprinft() overflow warningDan Carpenter1-2/+2
2015-08-21ALSA: hdsp: silence and underflow warningDan Carpenter1-1/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-19ALSA: hdsp: 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-17ALSA: hdsp: Deletion of an unnecessary check before the function call "release_firmware"Markus Elfring1-2/+1
2014-10-21ALSA: hdsp: Use snd_ctl_enum_info()Takashi Iwai1-118/+57
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-26ALSA: hdsp: Use standard printk helpersTakashi Iwai1-49/+79
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai1-8/+2
2013-10-16ALSA: hdsp - info leak in snd_hdsp_hwdep_ioctl()Dan Carpenter1-0/+1