diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /audio | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/sysvad/README.md | 13 | ||||
| -rw-r--r-- | audio/sysvad/audio-sysvad.yml | 12 |
2 files changed, 11 insertions, 14 deletions
diff --git a/audio/sysvad/README.md b/audio/sysvad/README.md index 43fd6f3e..6ca6017e 100644 --- a/audio/sysvad/README.md +++ b/audio/sysvad/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: SysVAD Virtual Audio Device Driver Sample +description: The Microsoft SysVAD Virtual Audio Device Driver (SYSVAD) shows how to develop a WDM audio driver that exposes support for multiple audio devices. +languages: + - cpp +products: + - windows +--- + <!--- name: SysVAD Virtual Audio Device Driver Sample platform: WDM @@ -7,8 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620183 ---> -SysVAD Virtual Audio Device Driver Sample -======================================== +# SysVAD Virtual Audio Device Driver Sample The Microsoft SysVAD Virtual Audio Device Driver (SYSVAD) shows how to develop a WDM audio driver that exposes support for multiple audio devices. diff --git a/audio/sysvad/audio-sysvad.yml b/audio/sysvad/audio-sysvad.yml deleted file mode 100644 index 7ef714a3..00000000 --- a/audio/sysvad/audio-sysvad.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: SysVAD Virtual Audio Device Driver Sample - description: The Microsoft SysVAD Virtual Audio Device Driver (SYSVAD) shows how to develop a WDM audio driver that exposes support for multiple audio devices. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /audio/sysvad/sysvad.sln |
