Page MenuHomeFreeBSD

snd_hdspe(4): Recognize newer firmware's PCI vendor id.
ClosedPublic

Authored by dev_submerge.ch on Fri, Apr 26, 8:47 PM.
Tags
None
Referenced Files
F83294348: D44978.diff
Wed, May 8, 1:09 PM
Unknown Object (File)
Mon, Apr 29, 6:10 PM
Unknown Object (File)
Sat, Apr 27, 12:26 PM
Unknown Object (File)
Sat, Apr 27, 8:50 AM
Unknown Object (File)
Sat, Apr 27, 8:42 AM
Unknown Object (File)
Sat, Apr 27, 8:21 AM
Unknown Object (File)
Sat, Apr 27, 8:19 AM
Unknown Object (File)
Sat, Apr 27, 6:52 AM
Subscribers

Details

Summary

At least for HDSPe RayDAT cards, newer firmware comes with RME's own PCI
vendor id instead of the Xilinx one. Other HDSPe cards are probably also
affected. Update snd_hdspe(4) to recognize both the old Xilinx and the
new RME vendor ids.

MFC after: 1 day

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@br: I was surprised that after a firmware update of my HDSPe RayDAT card it wasn't recognized anymore on FreeBSD. Turns out RME changed the PCI vendor id to their own instead of the Xilinx one.

Could you please check that your HDSPe AIO card is still recognized with this patch? Would be nice to have this fixed in upcoming 14.1-RELEASE, thus the short-term MFC.

@br: I was surprised that after a firmware update of my HDSPe RayDAT card it wasn't recognized anymore on FreeBSD. Turns out RME changed the PCI vendor id to their own instead of the Xilinx one.

Could you please check that your HDSPe AIO card is still recognized with this patch? Would be nice to have this fixed in upcoming 14.1-RELEASE, thus the short-term MFC.

Let me check. BTW should this work for HDSPe AIO Pro? I don't have it but I'm curious

In D44978#1025409, @br wrote:

@br: I was surprised that after a firmware update of my HDSPe RayDAT card it wasn't recognized anymore on FreeBSD. Turns out RME changed the PCI vendor id to their own instead of the Xilinx one.

Could you please check that your HDSPe AIO card is still recognized with this patch? Would be nice to have this fixed in upcoming 14.1-RELEASE, thus the short-term MFC.

Let me check. BTW should this work for HDSPe AIO Pro? I don't have it but I'm curious

Thanks. Regarding HDSPe AIO Pro: I suppose it uses the new PCI vendor id too, but probably a different PCI revision? Functionality-wise the specs look quite similar, but my guess is that it needs at least some additional settings for e.g. output levels. We could skim the rewritten linux driver to see what the differences are.

This revision was not accepted when it landed; it landed in state Needs Review.Sat, Apr 27, 8:51 AM
This revision was automatically updated to reflect the committed changes.