Searched refs:info_reply (Results 1 – 2 of 2) sorted by relevance
49 info_reply()[i] = reply[i]; in Reply()68 info_reply()[i].hdr.hda_fn_nid = Le32(reply[i].hdr.hda_fn_nid); in Reply()69 info_reply()[i].direction = reply[i].direction; in Reply()71 info_reply()[i].channels = channels; in Reply()73 info_reply()[i].positions[j] = reply[i].positions[j]; in Reply()93 info_reply()[i].hdr.hda_fn_nid = Le32(reply[i].hdr.hda_fn_nid); in Reply()94 info_reply()[i].features = Le32(reply[i].features); in Reply()95 info_reply()[i].formats = Le64(reply[i].formats); in Reply()96 info_reply()[i].rates = Le64(reply[i].rates); in Reply()97 info_reply()[i].direction = reply[i].direction; in Reply()[all …]
55 R* info_reply() { return info_reply_; } in info_reply() function