adiknoth / madifx

Linux ALSA driver for RME MADI FX
Other
16 stars 11 forks source link

Added support for HDSPe MADI FX with new (?) vendor id #6

Open themaxw opened 7 months ago

themaxw commented 7 months ago

Hello, This PR adds support for the HDSPe MADI FX Triple MADI Card (or maybe just the specific card we have?).

The Card in our possession uses a different PCI vendor id then the one used in this driver. The vendor id in question (0x1d18) is not defined in the pci_ids.h (linux kernel 6.1.80), so i have defined it in the file madifx.c.

I did some minimal testing (checking that audio comes out and in on some channels by connecting an input of the card to an output)

In a couple of days i will be able to find out if more MADI FX Cards use this new vendor id.

Kind Regards

othiman commented 5 months ago

We also had the problem that one of our customers bought a new MadiFX card and this was not detected anymore. With this patch the card is now detected and working again.