Skip to content

Commit

Permalink
New signed binaries, fixing TimerNotify DPC code being in paged memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanthrax committed Apr 14, 2018
1 parent 9fed6b6 commit 0111a28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Install/driver/Scream.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Signature="$CHICAGO$"
Class=MEDIA
Provider=%SCR%
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
DriverVer=07/05/2017,21.24.44.285
DriverVer = 04/08/2018,17.14.58.308
CatalogFile=scream.cat

[SourceDisksNames]
Expand All @@ -21,19 +21,9 @@ scream.sys=222
[DestinationDirs]
Scream.CopyList=10,system32\drivers

[Scream]
AlsoInstall=ks.registration(ks.inf),wdmaudio.registration(wdmaudio.inf)
CopyFiles=Scream.CopyList
AddReg=Scream.AddReg

[Scream.CopyList]
Scream.sys

[Scream.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,SCREAM.I.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,SCREAM.I.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,SCREAM.I.Topo

[Scream.AddReg]
HKR,,AssociatedFilters,,"wdmaud,redbook"
HKR,,Driver,,Scream.sys
Expand Down
Binary file modified Install/driver/Scream.sys
Binary file not shown.
Binary file modified Install/driver/scream.cat
Binary file not shown.

0 comments on commit 0111a28

Please sign in to comment.