-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Multiface II on HDSPe platform ? #7
Comments
Hi Jean-Michael,
What exact model of rme card is that?
Best, ph
Philippe Bekaert
Universiteit Hasselt - EDM
Wetenschapspark 2, 3590 Diepenbeek, Belgie
www.edm.uhasselt.be
… Op 21 mrt. 2022 om 15:25 heeft Jean-Michaël Celerier ***@***.***> het volgende geschreven:
Hi :)
I tried the driver but ...
$ LANG=C aplay -l
aplay: device_list:274: no soundcards found...
is it expected to work with these cards or not at all ?
$ lspci -v -s 02:00.0
02:00.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP (rev 3c)
Subsystem: Xilinx Corporation Device 0000
Physical Slot: 6-1
Flags: fast devsel, IRQ 69, NUMA node 0
Memory at fb400000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [58] Express Endpoint, MSI 00
Capabilities: [100] Device Serial Number 00-00-00-01-01-00-0a-35
Kernel modules: snd_hdsp
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
The PCI card is the original RME PCIe hdsp: https://archiv.rme-audio.de/en/products/hdsp_pci_e_interface.php |
I'm sorry. The new snd-hdspe driver does not support this card. In order to do so, I'd need to get access to such card, and they are out of production. The old hdsp driver might still suit your needs though. Let me know. |
are there any thing that I could look at to try to add the support ? |
Before doing the effort, Jean-Michael, please check whether the old hdsp driver doesn’t already sufficiently cover your needs. It works with a user space configuration tool named hdspconf and with the hdspmixer.
I redesigned the driver in a oo way, so adding support shouldn’t be too hard and the risk of breaking other card support is low, but first see whether it’s worth the trouble: whether the existing driver isn’t already fine for your purposes.
I’ve been focussing on the current range of hdspe cards, and have one of each available for testing, thanks to amptec.be. I have the info how to drive the older cards, thanks to rme, but I have no access to the cards themselves. And neither do I have access to a computer with pci bus (only pcie).
Best, ph
Philippe Bekaert
Universiteit Hasselt - EDM
Wetenschapspark 2, 3590 Diepenbeek, Belgie
www.edm.uhasselt.be
… Op 21 mrt. 2022 om 22:14 heeft Jean-Michaël Celerier ***@***.***> het volgende geschreven:
are there any thing that I could look at to try to add the support ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Hi :)
I tried the driver but ...
is it expected to work with these cards or not at all ?
The text was updated successfully, but these errors were encountered: