Package Details: snd-hdspe-dkms 1.0.2-1

Git Clone URL: https://aur.archlinux.org/snd-hdspe-dkms.git (read-only, click to copy)
Package Base: snd-hdspe-dkms
Description: A linux kernel module for RME HDSPe sound cards and extension modules
Upstream URL: https://github.com/Schroedingers-Cat/snd-hdspe
Keywords: rme sound
Licenses: GPL-3.0-or-later
Provides: snd-hdspe
Submitter: nikost74
Maintainer: nikost74
Last Packager: nikost74
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-13 23:26 (UTC)
Last Updated: 2025-09-11 06:23 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

rubin55 commented on 2025-06-12 13:00 (UTC)

Can confirm the Schroedingers-Cat branch works wonders, super thanks!

nikost74 commented on 2025-06-12 08:12 (UTC) (edited on 2025-06-12 08:13 (UTC) by nikost74)

I have changed the upstream source. Please try it out and check if the driver still works.

rubin55 commented on 2025-06-11 20:24 (UTC) (edited on 2025-06-11 20:28 (UTC) by rubin55)

Just upgraded to 6.15.2 and got an error (first time since introduction of this package):

Error! Bad return status for module build on kernel: 6.15.2-arch1-1 (x86_64)
Consult /var/lib/dkms/snd-hdspe/1.0/build/make.log for more information.
==> WARNING: `dkms install --no-depmod snd-hdspe/1.0 -k 6.15.2-arch1-1' exited 10

in /var/lib/dkms/snd-hdspe/1.0/build/make.log:

sound/pci/hdsp/hdspe/hdspe_midi.c:203:25: error: implicit declaration of function ‘del_timer’; did you mean ‘add_timer’? [-Wimplicit-function-declaration]
  203 |                         del_timer (&hmidi->timer);
      |                         ^~~~~~~~~
      |                         add_timer
make[6]: *** [/usr/lib/modules/6.15.2-arch1-1/build/scripts/Makefile.build:203: sound/pci/hdsp/hdspe/hdspe_midi.o] Error 1
make[6]: *** Waiting for unfinished jobs....
sound/pci/hdsp/hdspe/hdspe_pcm.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * hdspe_pcm.c
sound/pci/hdsp/hdspe/hdspe_pcm.c:86: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * Returns true if the card is a RayDAT / AIO / AIO Pro
sound/pci/hdsp/hdspe/hdspe_hwdep.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * hdspe_hwdep.c
sound/pci/hdsp/hdspe/hdspe_proc.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * hdspe_proc.c
sound/pci/hdsp/hdspe/hdspe_tco.c:23: warning: expecting prototype for hdspe(). Prototype was for LTC_TIMER_FREQ() instead
sound/pci/hdsp/hdspe/hdspe_tco.c:167: warning: expecting prototype for TCO register definitions(). Prototype was for HDSPE_TCO1_TCO_lock() instead
sound/pci/hdsp/hdspe/hdspe_control.c:20: warning: Incorrect use of kernel-doc format:  * hdspe_init_autosync_tables: calculates tables needed for the
make[5]: *** [/usr/lib/modules/6.15.2-arch1-1/build/scripts/Makefile.build:461: sound/pci/hdsp/hdspe] Error 2
make[4]: *** [/usr/lib/modules/6.15.2-arch1-1/build/scripts/Makefile.build:461: sound/pci/hdsp] Error 2
make[3]: *** [/usr/lib/modules/6.15.2-arch1-1/build/Makefile:2003: .] Error 2
make[2]: *** [/usr/lib/modules/6.15.2-arch1-1/build/Makefile:248: __sub-make] Error 2
make[2]: Leaving directory '/var/lib/dkms/snd-hdspe/1.0/build'
make[1]: *** [Makefile:248: __sub-make] Error 2
make[1]: Leaving directory '/usr/lib/modules/6.15.2-arch1-1/build'
make: *** [Makefile:17: default] Error 2

# exit code: 2
# elapsed time: 00:00:03
----------------------------------------------------------------

Upstream issue: https://github.com/PhilippeBekaert/snd-hdspe/issues/25