Searched defs:cras_connect_message_old (Results 1 – 1 of 1) sorted by relevance
119 struct __attribute__ ((__packed__)) cras_connect_message_old { struct120 struct cras_server_message header;121 uint32_t proto_version;122 enum CRAS_STREAM_DIRECTION direction; /* input/output/loopback */123 cras_stream_id_t stream_id; /* unique id for this stream */124 enum CRAS_STREAM_TYPE stream_type; /* media, or call, etc. */125 uint32_t buffer_frames; /* Buffer size in frames. */126 uint32_t cb_threshold; /* callback client when this much is left */127 uint32_t flags;128 struct cras_audio_format_packed format; /* rate, channel, sample size */[all …]