microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

Inf Updates to Audio Samples #970

Closed judzmura closed 1 year ago

judzmura commented 1 year ago

There was originally a change made to Sysvad, SimpleAudioSample, and AudioCodec to target Windows 10 version 1709 and later because there is a new infverif check that will cause an error on INF's using DIRDID 13 targeting before Windows 10 version 1709. This change needed to be updated however so that Sysvad/SimpleAudioSample are now targetting Windwos 11 version 21H2 and 22H2 respectively (they won't build on earlier OS) and AudioCodec is targeting Windows 10 version 2004 (it needs ACX 1.0).