|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <driver.h>

This structure describes a single Audio Function Group. An AFG is a group of audio widgets which can be used to configure multiple streams of audio either from the HDA Link to an output device (= playback) or from an input device to the HDA link (= recording).
| hda_association hda_audio_group::associations[MAX_ASSOCIATIONS] |
| hda_stream* hda_audio_group::playback_stream |
| hda_stream* hda_audio_group::record_stream |
| hda_widget hda_audio_group::widget |
| hda_widget* hda_audio_group::widgets |