SYSVAD提供的INF文件
			 2022-09-20
			  345
			 0
			
			
			
							原文转自:https://learn.microsoft.com/en-us/windows-hardware/drivers/audio/audio-universal-drivers#creating-a-componentized-audio-driver-installation
SYSVAD源代码托管于GITHUB: https://github.com/Microsoft/Windows-driver-samples/tree/main/audio/sysvad/TabletAudioSample
SYSVAD编译后的INF文件包括4个:
| 文件名 | 描述 | 
|---|---|
| ComponentizedAudioSample.inf | The base componentized sample audio INF file. | 
| ComponentizedAudioSampleExtension.inf | The extension driver for the sysvad base with additional OEM customizations. | 
| ComponentizedApoSample.inf | An APO sample extension INF file. | 
传统的INF文件在SYSVAD示例中仍然可用。
| 文件名 | 描述 | 
|---|---|
| tabletaudiosample.inf | A desktop monolithic INF file that contains all of the information needed to install the driver. | 
 音频处理对象APO
			音频处理对象APO
			




