My WDM Audio driver consists of up to 8 identical subdevices. I have
everything working with directsound and MM interfaces, except for
input volume control. I am getting property requests for volume in the
topology, but because the topology is at the device level there is no
information that I can find to tell me which of the 8 subdevices to
set the volume for. Does anyone have any insight into how to get there
from here? I thought maybe the MinorTarget would tell me, but its
always NULL.

thanks
/Tim

Re: WDM audio driver volume property with Subdevices by Tim

Tim
Fri Jul 11 12:45:33 CDT 2008

Just for the archives, I got this all worked out after reading a
bazillion posts including one on www.wdmaudiodev.com.
The trick is I needed a separate topology for each subdevice.
/Tim

On Jul 9, 3:23=A0pm, Tim Iskander <timiskan...@gmail.com> wrote:
> My WDM Audio driver consists of up to 8 identical subdevices. I have
> everything working with directsound and MM interfaces, except for
> input volume control. I am getting property requests for volume in the
> topology, but because the topology is at the device level there is no
> information that I can find to tell me which of the 8 subdevices to
> set the volume for. Does anyone have any insight into how to get there
> from here? I thought maybe the MinorTarget would tell me, but its
> always NULL.
>
> thanks
> /Tim