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.
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.
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 thepci_ids.h
(linux kernel 6.1.80), so i have defined it in the filemadifx.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