diff options
| author | Girish Pattabiraman <[email protected]> | 2018-08-13 10:54:19 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-08-13 10:54:19 -0700 |
| commit | 2af3e666d01a60568c2875b4ccbd56b122ad714f (patch) | |
| tree | 29825a7b7cb0f6a9f77f1ab6e5813665d45ca4cc /audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj.Filters | |
| parent | 181c180357cdf9a04d5e3bb21a8e86dc2155ca69 (diff) | |
Update sample to get ready for RS4 changes - merge pre-RS4 fixes. (#256)
* 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
Diffstat (limited to 'audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj.Filters')
| -rw-r--r-- | audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj.Filters | 43 |
1 files changed, 6 insertions, 37 deletions
diff --git a/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj.Filters b/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj.Filters index 0579c299..413cac13 100644 --- a/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj.Filters +++ b/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj.Filters @@ -19,44 +19,13 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="AudioModuleHelper.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="bthhfpmictopo.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="bthhfpminwavert.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="bthhfpspeakertopo.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="bthhfptopo.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="micarraytopo.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="MiniportAudioEngineNode.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="MiniportStreamAudioEngineNode.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="mintopo.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="minwavert.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="minwavertstream.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="speakerhptopo.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="speakertopo.cpp"> + <ClCompile Include="*.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <ClInclude Include="*.h;*.hpp;*.hxx;*.hm;*.inl;*.xsd"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> </Project>
\ No newline at end of file |
