diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /audio/sysvad/EndpointsCommon/minwavert.cpp | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'audio/sysvad/EndpointsCommon/minwavert.cpp')
| -rw-r--r-- | audio/sysvad/EndpointsCommon/minwavert.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/sysvad/EndpointsCommon/minwavert.cpp b/audio/sysvad/EndpointsCommon/minwavert.cpp index 843706b1..7d021767 100644 --- a/audio/sysvad/EndpointsCommon/minwavert.cpp +++ b/audio/sysvad/EndpointsCommon/minwavert.cpp @@ -185,6 +185,7 @@ Return Value: SAFE_RELEASE(m_BthHfpDevice); } #endif // SYSVAD_BTH_BYPASS + } // ~CMiniportWaveRT //============================================================================= @@ -1293,6 +1294,7 @@ CMiniportWaveRT::PropertyHandlerProposedFormat return ntStatus; } // PropertyHandlerProposedFormat + //============================================================================= #pragma code_seg("PAGE") NTSTATUS @@ -1460,9 +1462,6 @@ CMiniportWaveRT::PropertyHandlerProposedFormat2 return STATUS_SUCCESS; } // PropertyHandlerProposedFormat - - - //============================================================================= #pragma code_seg("PAGE") NTSTATUS @@ -1483,7 +1482,7 @@ CMiniportWaveRT::PropertyHandlerEffectListRequest // This specific APO->driver communication example is mainly added to show to this communication is done. // It skips the pin id validation and returns pin specific answers to the caller, which a real miniport - // audio driver probably needs to tate care of. + // audio driver probably needs to take care of. // Handle KSPROPERTY_TYPE_BASICSUPPORT query if (PropertyRequest->Verb & KSPROPERTY_TYPE_BASICSUPPORT) @@ -1535,6 +1534,7 @@ CMiniportWaveRT::PropertyHandlerEffectListRequest return STATUS_INVALID_DEVICE_REQUEST; } // PropertyHandlerEffectListRequest + //============================================================================= #pragma code_seg("PAGE") NTSTATUS |
