Contents

flushAudioControls

Forces each IOAudioControl in the driver to have its value flushed out to the hardware. That will cause either the IOAudioControl's ValueChangeHandler to be called.

Declaration

virtual void flushAudioControls();

Overview

This can be used to force the hardware to get updated with the current value of each control. It may be useful during wake for example.

See Also

Miscellaneous