<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/audio/sysvad/SwapAPO, branch user-jakobl-CodeQL-Testing</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/SwapAPO?h=user-jakobl-CodeQL-Testing</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/audio/sysvad/SwapAPO?h=user-jakobl-CodeQL-Testing'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2018-08-13T17:54:19Z</updated>
<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>1. Removed property page extension to make Sysvad universal driver.</title>
<updated>2017-06-07T00:52:51Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-06-07T00:52:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e98f4cac93ec65a484be77d8a795538b02dab72e'/>
<id>urn:sha1:e98f4cac93ec65a484be77d8a795538b02dab72e</id>
<content type='text'>
2. Updated project files to build with universal Target platform
3. Sample componentized INFs added to SysVad
</content>
</entry>
<entry>
<title>Audio Modules Example</title>
<updated>2017-05-04T00:20:15Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-05-03T22:02:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=b9027f2b8124f5853dac4355ff4d9e85379e0e56'/>
<id>urn:sha1:b9027f2b8124f5853dac4355ff4d9e85379e0e56</id>
<content type='text'>
Delay APO
Package Project
Stream Position Bug Fix
SAL
</content>
</entry>
<entry>
<title>Ignoring specific linker warnings for RS1 and RS2</title>
<updated>2017-05-04T00:17:19Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-03-21T22:03:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=32dc5459e78107ce48412eef3653370f32274561'/>
<id>urn:sha1:32dc5459e78107ce48412eef3653370f32274561</id>
<content type='text'>
Creators update Sample
Audio Modules
Package project
Delay APO
Stream Bug fixes
</content>
</entry>
<entry>
<title>Ignore warning 4049 instead of 4127</title>
<updated>2017-03-21T02:24:35Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-03-21T02:24:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=a11198c304bbef0a4e6d9b2c4d806cc38efb3f72'/>
<id>urn:sha1:a11198c304bbef0a4e6d9b2c4d806cc38efb3f72</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>Resolve SAL issues for floating point hardware state.</title>
<updated>2017-02-16T23:00:10Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-02-16T23:00:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ab9a793f9b908506d38964ce433c23ccde922a16'/>
<id>urn:sha1:ab9a793f9b908506d38964ce433c23ccde922a16</id>
<content type='text'>
Comment explaining warning 6386
</content>
</entry>
<entry>
<title>Resolve SAL annotations</title>
<updated>2017-01-22T05:07:31Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-01-22T05:07:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5d4e0d88ceba97ec2f6f5751b8ff10917f173459'/>
<id>urn:sha1:5d4e0d88ceba97ec2f6f5751b8ff10917f173459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	new file:   audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj</title>
<updated>2016-11-09T01:27:33Z</updated>
<author>
<name>tehuang</name>
<email>tehsiu.huang@gmail.com</email>
</author>
<published>2016-11-09T01:27:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=efa67f5873a7a8999de943327f99b16104aca8a2'/>
<id>urn:sha1:efa67f5873a7a8999de943327f99b16104aca8a2</id>
<content type='text'>
	new file:   audio/sysvad/KeywordDetectorAdapter/KeywordDetectorContosoAdapter.vcxproj
	new file:   audio/sysvad/PhoneAudioSample/PhoneAudioSample.vcxproj
	new file:   audio/sysvad/SwapAPO/APO/SwapAPO.vcxproj
	new file:   audio/sysvad/SwapAPO/PropPageExtensions/PropPageExt.vcxproj
	new file:   audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj
	modified:   audio/sysvad/sysvad.sln
</content>
</entry>
</feed>
