To support existing device interfaces, such as any of the system's predefined kernel-streaming interfaces, the AddInterface directives have to specify the appropriate interfaceGUID values of the corresponding devices.
See also the Glossary entries for [DDInstall.Interfaces], Decorated names.
Entries and values
References :
[AC97SMPL.NTX86.Interfaces]
...
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%, AC97SMPL.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%, AC97SMPL.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%, AC97SMPL.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%, AC97SMPL.Interface.Topology
[Strings.0407]
...
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
See also the Glossary entry for AddInterface.