[wdmaudiodev] Re: Setting miniport KS properties from a service

  • From: Matthew van Eerde <Matthew.van.Eerde@xxxxxxxxxxxxx>
  • To: "wdmaudiodev@xxxxxxxxxxxxx" <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Mon, 9 Nov 2015 23:42:56 +0000

You can enumerate KSCATEGORY_AUDIO driver interfaces. These are the filter
factories.

For each filter factory, you can instantiate it, and then enumerate supported
property sets.

For each property in each supported property set, you can issue “basic support”
requests on your filter.

For pin properties, you would need to instantiate a pin first.

From: wdmaudiodev-bounce@xxxxxxxxxxxxx
[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx] On Behalf Of Rashee Chadha
Sent: Monday, November 9, 2015 3:36 PM
To: wdmaudiodev@xxxxxxxxxxxxx
Subject: [wdmaudiodev] Setting miniport KS properties from a service


I need to call into the KS properties exposed by miniport driver from a user
mode service. ie. instead of calls from portclass.
Is there a way that the service can discover these properties for each pin and
call as and when required.

regards
rashee

Other related posts: