[wdmaudiodev] HLK Audio Engine Core Test (UMACoreTest) failure

  • From: "David A. Hoatson" <dhoatson@xxxxxxxxxxxxxx>
  • To: <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Tue, 9 Jul 2019 09:39:22 -0700

Hello,

With Windows 10 1809 I am trying to pass the HLK Audio Tests with our
device.  I am getting an error on the Audio Engine Core Test (UMACoreTest)
complaining:

UMACore::Tc_KSRenderEndpointGetFrequency

SetBuffer with 100000 returned 0x887c0054
SetBuffer with 101584 returns 0x80070057

The first SetBuffer is failing with AEERR_BUFFER_SIZE_ALIGNMENT_ERROR which
is normal.
The second SetBuffer is failing with E_INVALIDARG, which is the cause of the
failure.

Our driver NEVER returns E_INVALIDARG anywhere, and the call to
AllocateBufferWithNotification is always returning STATUS_SUCCESS.

What could be causing this failure?

Thank you,

David A. Hoatson


******************

WDMAUDIODEV addresses:
Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx

URL to WDMAUDIODEV page:
http://www.wdmaudiodev.com/

Other related posts:

  • » [wdmaudiodev] HLK Audio Engine Core Test (UMACoreTest) failure - David A. Hoatson