Searched refs:afg_nid (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Dutils.h21 uint16_t afg_nid; // NID of the audio function group this stream belongs to. member in struct:audio::intel_hda::codecs::StreamProperties
H A Drealtek-codec.cpp220 .afg_nid = 1,
233 .afg_nid = 1,
246 .afg_nid = 1,
310 .afg_nid = 1,
323 .afg_nid = 1,
H A Drealtek-stream.cpp620 return RunCmdLocked({ pc_.widget_caps.amp_param_override() ? props_.pc_nid : props_.afg_nid,
714 uint16_t nid = conv_.widget_caps.amp_param_override() ? props_.conv_nid : props_.afg_nid;
723 uint16_t nid = conv_.widget_caps.format_override() ? props_.conv_nid : props_.afg_nid;

Completed in 79 milliseconds