diff options
| author | Daniel Rugerio <[email protected]> | 2020-09-10 11:28:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-10 11:28:09 -0700 |
| commit | 28f8fc7638b9149e05a7b15ec11cc08f9e6d7e86 (patch) | |
| tree | fe5ec1c3cf077556b1f5cf7ffff80e2f29b75c68 /audio/sysvad/EndpointsCommon/speakertoptable.h | |
| parent | aaeca58c5e7b67740a603a3150db225670b42bb6 (diff) | |
Updates to SysVAD (#527)193191
* Fixed build errors when disabling sideband,
* A note about the SysVAD sample and HLK testing.
Diffstat (limited to 'audio/sysvad/EndpointsCommon/speakertoptable.h')
| -rw-r--r-- | audio/sysvad/EndpointsCommon/speakertoptable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sysvad/EndpointsCommon/speakertoptable.h b/audio/sysvad/EndpointsCommon/speakertoptable.h index eb12173a..6850c0cf 100644 --- a/audio/sysvad/EndpointsCommon/speakertoptable.h +++ b/audio/sysvad/EndpointsCommon/speakertoptable.h @@ -104,6 +104,7 @@ PKSJACK_DESCRIPTION SpeakerJackDescriptions[] = &SpeakerJackDescBridge }; + //============================================================================= static PCCONNECTION_DESCRIPTOR SpeakerTopoMiniportConnections[] = @@ -133,7 +134,6 @@ PCPROPERTY_ITEM PropertiesSpeakerTopoFilter[] = } }; - DEFINE_PCAUTOMATION_TABLE_PROP(AutomationSpeakerTopoFilter, PropertiesSpeakerTopoFilter); //============================================================================= |
