<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/audio/sysvad/TabletAudioSample, branch 193191</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?h=193191</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/audio/sysvad/TabletAudioSample?h=193191'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2020-09-10T18:28:09Z</updated>
<entry>
<title>Updates to SysVAD (#527)</title>
<updated>2020-09-10T18:28:09Z</updated>
<author>
<name>Daniel Rugerio</name>
<email>50124185+darugeri@users.noreply.github.com</email>
</author>
<published>2020-09-10T18:28:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=28f8fc7638b9149e05a7b15ec11cc08f9e6d7e86'/>
<id>urn:sha1:28f8fc7638b9149e05a7b15ec11cc08f9e6d7e86</id>
<content type='text'>
* Fixed build errors when disabling sideband,
* A note about the SysVAD sample and HLK testing.</content>
</entry>
<entry>
<title>Update to SysVAD, Wave test and public sample of KS Position Test (#496)</title>
<updated>2020-05-13T23:23:40Z</updated>
<author>
<name>Daniel Rugerio</name>
<email>50124185+darugeri@users.noreply.github.com</email>
</author>
<published>2020-05-13T23:23:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=bf0b0fe11d8b301cdfcc6d13f12a778cdd1c14b5'/>
<id>urn:sha1:bf0b0fe11d8b301cdfcc6d13f12a778cdd1c14b5</id>
<content type='text'>
* Update to Wave test and public sample of KS Position test.
* Update to the SysVAD audio driver sample.
* Add the PnpLockDown property.</content>
</entry>
<entry>
<title>Updates on the SysVAD driver sample (#443)</title>
<updated>2019-12-04T17:56:11Z</updated>
<author>
<name>Daniel Rugerio</name>
<email>50124185+darugeri@users.noreply.github.com</email>
</author>
<published>2019-12-04T17:56:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ba80e2f67f8c1fb9013f05bfffdf649220327902'/>
<id>urn:sha1:ba80e2f67f8c1fb9013f05bfffdf649220327902</id>
<content type='text'>
* Update SysVAD public sample.
* Add WaveTest public sample.
* Modify the componentized audio samples to include the addComponent directive.
* Dropped the Phone Audio sample.
* Updated README.md.
* Added explanation for the Phone Audio sample.
</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>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>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>
</feed>
