[wdmaudiodev] Re: Issue with DRMtest on AVStream driver

  • From: "KS" <wakeup1504@xxxxxxxxx>
  • To: <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Fri, 9 Mar 2007 00:38:51 +0800

Hi Frank,

 

Thanks for the info. I've tried changing the interface reference string to
"global" and what happen is that the last test item of the DRM test is still
failing, but instead of looking for "portcls.sys", it is now looking for
"usbaudio.sys".

 

I would certainly like to see the test being updated so that it can cover
non portcls-based audio drivers correctly. But as this may still take some
time, I'm hoping that an official errata would be issued to make this
particular failure as an acceptable failure for AVStream based audio driver.
Thanks for your help.

 

 

KS

 

  _____  

From: wdmaudiodev-bounce@xxxxxxxxxxxxx
[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx] On Behalf Of Frank Yerrace
Sent: Wednesday, March 07, 2007 5:39 AM
To: wdmaudiodev@xxxxxxxxxxxxx
Subject: [wdmaudiodev] Re: Issue with DRMtest on AVStream driver

 

I've talked with some others here and the test may be using a questionable
method to determine whether the device under test is a USB Audio device. It
searches the device interface name for "\global". (Parsing device interface
names is not recommended as these are to be treated as opaque strings.) Does
your device driver use "global" for the interface reference string when
creating the device interface? If not, you might try changing this for now
just to see if it remedies your problem. I will follow up here about getting
the test updated.

 

Frank Yerrace

Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

 

From: wdmaudiodev-bounce@xxxxxxxxxxxxx
[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx] On Behalf Of KS
Sent: Tuesday, February 27, 2007 8:21 AM
To: wdmaudiodev@xxxxxxxxxxxxx
Subject: [wdmaudiodev] Issue with DRMtest on AVStream driver

 

Hi,

 

I've written an AVStream audio driver for a USB audio device and is facing
some issue when I try to run the DTM DRM Test on my driver. I'm failing the
last test item in the DRM test, which state the failure reason being
portcls.sys not found in the list of authenticate drivers that was expected
to fail. Does anyone know anything about this, for it does not seem to make
sense to me since the AVStream architecture is implemented directly in
KS.sys and does not sit under portcls.sys, which is true for other miniport
audio drivers.

 

I've also tried to run the same test using the MS usbaudio.sys and this
failure does not occurs. I've also check that the list of drivers verified
by the DRM test is the same for both the usbaudio.sys and my AVStream driver
(ks.sys, usbccgp.sys, usbd.sys, usbohci.sys, drmk.sys and the audio driver)

 

Thanks for any information.

 

 

KS

Other related posts: