Searched refs:mixerControl (Results 1 – 1 of 1) sorted by relevance
1111 MIXERCONTROL mixerControl; in MaxSpeakerVolume() local1115 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MaxSpeakerVolume()1120 maxVolume = mixerControl.Bounds.dwMaximum; in MaxSpeakerVolume()1140 MIXERCONTROL mixerControl; in MinSpeakerVolume() local1144 if (!GetLineControl(mixerID, dwControlID, mixerControl)) in MinSpeakerVolume()1149 minVolume = mixerControl.Bounds.dwMinimum; in MinSpeakerVolume()1168 MIXERCONTROL mixerControl; in SpeakerVolumeStepSize() local1172 if (!GetLineControl(mixerID, _speakerState[mixerID].dwVolumeControlID, mixerControl)) in SpeakerVolumeStepSize()1177 stepSize = static_cast<uint16_t> (mixerControl.Metrics.cSteps); in SpeakerVolumeStepSize()1573 MIXERCONTROL mixerControl; in MaxMicrophoneVolume() local[all …]