summaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai11 days1-3/+3
* ALSA: rme9652: Convert to generic PCM copy opsTakashi Iwai2023-08-181-40/+6
* ALSA: hdsp: Convert to generic PCM copy opsTakashi Iwai2023-08-181-36/+6
* ALSA: hdspm: remove unused copy_u32_le functionTom Rix2023-03-241-6/+0
* ALSA: rme9652: use explicitly signed charJason A. Donenfeld2022-10-252-24/+24
* ALSA: hdsp: remove redundant assignment to pointer kctlColin Ian King2022-05-091-1/+1
* ALSA: rme9652: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+6
* ALSA: hdspm: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+6
* 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-082-36/+46
* ALSA: pci: rme: Set up buffer type properlyTakashi Iwai2021-08-092-8/+4
* ALSA: rme9652: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-61/+24
* ALSA: hdspm: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-52/+12
* 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: rme9652: Fix assignment in if conditionTakashi Iwai2021-06-091-47/+51
* 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-303-6/+0
|\
| * module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-173-6/+0
* | ALSA: rme9652: don't disable if not enabledTong Zhang2021-03-221-1/+2
* | ALSA: hdspm: don't disable if not enabledTong Zhang2021-03-221-1/+2
* | ALSA: hdsp: don't disable if not enabledTong Zhang2021-03-221-1/+2
|/
* ALSA: hdsp: hardware output loopbackJasmin Fazlic2021-02-021-1/+73
* 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-262-15/+0
* ALSA: hdspm: Fix typo arbitaryNaoki Hayama2020-10-081-1/+1
* ALSA: hdspm: Replace tasklet with workTakashi Iwai2020-09-091-7/+6
* ALSA: hdsp: Replace tasklet with workTakashi Iwai2020-09-091-28/+27
* ALSA: hdsp: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-022-7/+6
* ALSA: pci/rme9652/hdspm: remove always true conditionPierre-Louis Bossart2020-07-071-2/+2
* 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-283-60/+67
|\|
| * ALSA: rme9652: More constificationsTakashi Iwai2020-01-051-5/+5
| * ALSA: hdspm: More constificationsTakashi Iwai2020-01-051-31/+35
| * ALSA: hdsp: More constificationsTakashi Iwai2020-01-051-7/+7
| * ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-033-14/+14
| * ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai2020-01-031-2/+2
| * ALSA: hdsp: Make uapi/hdsp.h compilable againTakashi Iwai2019-12-201-1/+1
| * ALSA: rme9652: Support PCM sync_stopTakashi Iwai2019-12-113-0/+3
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-3/+3
|/
* ALSA: rme: Avoid non-standard macro usageTakashi Iwai2019-11-063-13/+3
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-1/+0
* ALSA: rme9652: Unneeded variable: "result".Hariprasad Kelam2019-07-151-2/+1
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-083-45/+3
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-45/+3
* | ALSA: hdspm: Fix single speed ADAT capture and playback with RME HDSPe AIOPhilippe Bekaert2019-05-241-25/+36
|/