Re: secondary AVStream driver for a PCI device

>

No fancy filtering is necessary. All you have to do is have your PCI
driver create a new PDO with a hardware ID you invent, and have your
AVStream INF load for that PDO. It is a very common paradigm, and this
is one of the things that KMDF greatly simplifies.

Thank you, Tim
That’s what I was looking for