<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/audio/sysvad/common.cpp, branch 84733</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/audio/sysvad/common.cpp?h=84733</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/audio/sysvad/common.cpp?h=84733'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2019-06-28T23:08:54Z</updated>
<entry>
<title>Update audio samples (#387)</title>
<updated>2019-06-28T23:08:54Z</updated>
<author>
<name>Daniel Rugerio</name>
<email>50124185+darugeri@users.noreply.github.com</email>
</author>
<published>2019-06-28T23:08:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=8ffcdad009e4d410f92fabc4e322a76a0be3a69d'/>
<id>urn:sha1:8ffcdad009e4d410f92fabc4e322a76a0be3a69d</id>
<content type='text'>
* Update SysVAD public sample.
* Add WaveTest public sample.
</content>
</entry>
<entry>
<title>RS5 Updates (#311)</title>
<updated>2018-11-13T02:08:19Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2018-11-13T02:08:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=995e20f6dbca7ad10a039fa62a2de69eed092ffc'/>
<id>urn:sha1:995e20f6dbca7ad10a039fa62a2de69eed092ffc</id>
<content type='text'>
* Format Changes
==============
* Add KSEVENT_PINCAPS_FORMATCHANGE to Bluetooth HFP Endpoints
* Remove 8 bit formats from Bluetooth HFP Endpoints

Name Template
==============
* Bluetooth Endpoints are now based on templates in INF and then customized with endpoints specific data

Sideband Common Interface for future Sideband buses
===================================================
* Add ISidebandDevice

* Add current directory to TabletAudioSample include path. Remove unused compiler flags.

* RS4 bug fixes

* Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL

* Resync with Microsoft-master branch

* Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL

* RS5 updates:
 - USB Sideband implementation
 - Power management options: _USE_IPortClsRuntimePower, _USE_SingleComponentMultiFxStates
</content>
</entry>
<entry>
<title>Update sample to get ready for RS4 changes - merge pre-RS4 fixes. (#256)</title>
<updated>2018-08-13T17:54:19Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2018-08-13T17:54:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=2af3e666d01a60568c2875b4ccbd56b122ad714f'/>
<id>urn:sha1:2af3e666d01a60568c2875b4ccbd56b122ad714f</id>
<content type='text'>
* Format Changes
==============
* Add KSEVENT_PINCAPS_FORMATCHANGE to Bluetooth HFP Endpoints
* Remove 8 bit formats from Bluetooth HFP Endpoints

Name Template
==============
* Bluetooth Endpoints are now based on templates in INF and then customized with endpoints specific data

Sideband Common Interface for future Sideband buses
===================================================
* Add ISidebandDevice
* Add current directory to TabletAudioSample include path. Remove unused compiler flags.
* RS4 bug fixes
</content>
</entry>
<entry>
<title>Include headers from current folder</title>
<updated>2017-09-18T08:33:03Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2017-09-18T08:33:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=96b567f49ef5c445d09f4fef0752da83024c6968'/>
<id>urn:sha1:96b567f49ef5c445d09f4fef0752da83024c6968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build clean SysVad sample w/ RS2 WDK</title>
<updated>2017-08-16T21:38:20Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2017-08-04T14:15:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=562f9f003d163470eaab98517f0770dc328f292b'/>
<id>urn:sha1:562f9f003d163470eaab98517f0770dc328f292b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visual Studio will default to linking with VC Runtime DLL if &lt;RuntimeLibrary&gt; is not specified.</title>
<updated>2017-03-02T00:36:47Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-03-02T00:36:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=902b548c15ab0d7bea57fdbf88286d2fe1af7364'/>
<id>urn:sha1:902b548c15ab0d7bea57fdbf88286d2fe1af7364</id>
<content type='text'>
This Tag needs to be explicitly emptied out.

SwapAPO DLL doesn't need the CRT because the CRT is included in "AudioBaseProcessingObjectV140.lib".

Have to specifically ignore the Linker error 4217 because vsprintfxxx is being included locally through AudioBaseProcessingObjectV140.lib.
</content>
</entry>
<entry>
<title>Add NewDelete operators locally as recommeded in C4595 warning and "stdunk.h"</title>
<updated>2017-02-08T23:02:51Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-02-08T23:02:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=42cd81689c12568ae4451fe956da6bb5e453e058'/>
<id>urn:sha1:42cd81689c12568ae4451fe956da6bb5e453e058</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated for "Windows 10 Anniversary Update" (Version 1607)</title>
<updated>2016-08-11T20:28:13Z</updated>
<author>
<name>karlf</name>
<email>karlf@microsoft.com</email>
</author>
<published>2016-08-11T20:28:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=96eb96dfb613e4c745db6bd1f53a92fe7e2290fc'/>
<id>urn:sha1:96eb96dfb613e4c745db6bd1f53a92fe7e2290fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Samples update for public Windows 10 release</title>
<updated>2015-07-29T23:34:40Z</updated>
<author>
<name>J M Rossy</name>
<email>jrossy@microsoft.com</email>
</author>
<published>2015-07-29T22:40:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5d61a4a79a1e96dc5d9af1e5e712c84507307544'/>
<id>urn:sha1:5d61a4a79a1e96dc5d9af1e5e712c84507307544</id>
<content type='text'>
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors
Fix #4 Add back fixed KMDOD sample
Add new BarcodeScanner sample in pos folder
Add new MagneticStripeReader sample in pos folder
Add new SynpaticsTouch sample in input folder
Add new Power Engine Plugin sample in pofx folder
Add new DeviceMft sample in avstream folder
Add new AvsCamera sample in root
Add new SimBatt sample in root
Add other pre-existing samples not yet released for Win10
</content>
</entry>
</feed>
