aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-25ALSA: rme9652: use explicitly signed charJason A. Donenfeld2-24/+24
2022-05-09ALSA: hdsp: remove redundant assignment to pointer kctlColin Ian King1-1/+1
2022-04-12ALSA: rme9652: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+6
2022-04-12ALSA: hdspm: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+6
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 Iwai2-36/+46
2021-08-09ALSA: pci: rme: Set up buffer type properlyTakashi Iwai2-8/+4
2021-07-19ALSA: rme9652: Allocate resources with device-managed APIsTakashi Iwai1-61/+24
2021-07-19ALSA: hdspm: Allocate resources with device-managed APIsTakashi Iwai1-52/+12
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: rme9652: Fix assignment in if conditionTakashi Iwai1-47/+51
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 Iwai3-6/+0
2021-03-22ALSA: rme9652: don't disable if not enabledTong Zhang1-1/+2
2021-03-22ALSA: hdspm: don't disable if not enabledTong Zhang1-1/+2
2021-03-22ALSA: hdsp: don't disable if not enabledTong Zhang1-1/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-6/+0
2021-02-02ALSA: hdsp: hardware output loopbackJasmin Fazlic1-1/+73
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 Rix2-15/+0
2020-10-08ALSA: hdspm: Fix typo arbitaryNaoki Hayama1-1/+1
2020-09-09ALSA: hdspm: Replace tasklet with workTakashi Iwai1-7/+6
2020-09-09ALSA: hdsp: Replace tasklet with workTakashi Iwai1-28/+27
2020-09-02ALSA: hdsp: convert tasklets to use new tasklet_setup() APIAllen Pais2-7/+6
2020-07-07ALSA: pci/rme9652/hdspm: remove always true conditionPierre-Louis Bossart1-2/+2
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 Torvalds3-60/+67
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig3-3/+3
2020-01-05ALSA: rme9652: More constificationsTakashi Iwai1-5/+5
2020-01-05ALSA: hdspm: More constificationsTakashi Iwai1-31/+35
2020-01-05ALSA: hdsp: More constificationsTakashi Iwai1-7/+7
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai3-14/+14
2020-01-03ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai1-2/+2
2019-12-20ALSA: hdsp: Make uapi/hdsp.h compilable againTakashi Iwai1-1/+1
2019-12-11ALSA: rme9652: Support PCM sync_stopTakashi Iwai3-0/+3
2019-11-06ALSA: rme: Avoid non-standard macro usageTakashi Iwai3-13/+3
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-1/+0
2019-07-15ALSA: rme9652: Unneeded variable: "result".Hariprasad Kelam1-2/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai3-45/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner3-45/+3
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 Iwai3-40/+26
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-16/+4
2018-12-19ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-4/+6