<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj, 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/TabletAudioSample/TabletAudioSample.vcxproj?h=user-jakobl-CodeQL-Testing</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj?h=user-jakobl-CodeQL-Testing'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2023-02-02T23:53:08Z</updated>
<entry>
<title>Updates to make Sysvad and SimpleAudioSample Windows Drivers Compliant (#845)</title>
<updated>2023-02-02T23:53:08Z</updated>
<author>
<name>Julia D'Zmura</name>
<email>78620953+judzmura@users.noreply.github.com</email>
</author>
<published>2023-02-02T23:53:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=54a98a7e6af65ebc3a8ec92c7c09d94d0b44a6fd'/>
<id>urn:sha1:54a98a7e6af65ebc3a8ec92c7c09d94d0b44a6fd</id>
<content type='text'>
Updating sysvad and simpleaudiosample drivers.</content>
</entry>
<entry>
<title>audio: Updates for Windows 10 22000 (#655)</title>
<updated>2021-08-13T22:05:12Z</updated>
<author>
<name>Daniel Rugerio</name>
<email>50124185+darugeri@users.noreply.github.com</email>
</author>
<published>2021-08-13T22:05:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=7895dd22785ddba5e973662ed942be3b3452b89d'/>
<id>urn:sha1:7895dd22785ddba5e973662ed942be3b3452b89d</id>
<content type='text'>
* Updates for Windows 10 22000.
* Change how WIL is consumed.</content>
</entry>
<entry>
<title>Update SimpleAudioSample and Sysvad to use SHA256 signing. (#606)</title>
<updated>2021-04-14T21:45:30Z</updated>
<author>
<name>judzmura</name>
<email>78620953+judzmura@users.noreply.github.com</email>
</author>
<published>2021-04-14T21:45:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1dc68f59a5f80937e838c8ecfd3bff451ac9237f'/>
<id>urn:sha1:1dc68f59a5f80937e838c8ecfd3bff451ac9237f</id>
<content type='text'>
* Update simpleAudioSample to use SHA256 signing.
* Update sysvad to use SHA256 driver signing.</content>
</entry>
<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>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>Removing local "new and delete operators" and suppressing warning 4595</title>
<updated>2017-02-08T23:43:47Z</updated>
<author>
<name>Girish Pattabiraman</name>
<email>girishp@microsoft.com</email>
</author>
<published>2017-02-08T23:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=a982f7e243ac4cb584e7fa89265dc6ccd4404880'/>
<id>urn:sha1:a982f7e243ac4cb584e7fa89265dc6ccd4404880</id>
<content type='text'>
</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>
</feed>
