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