addAudioControl
Adds a newly created IOAudioControl instance to the port.
Declaration
virtual IOReturn addAudioControl(
IOAudioControl *control);Parameters
- control:
A newly created IOAudioControl instance that should belong to this port.
Return Value
Returns true on successfully staring the IOAudioControl.
Overview
This method is responsible for starting the new IOAudioControl and adding it to the internal audioControls array.