Searched defs:cras_rstream (Results 1 – 1 of 1) sorted by relevance
67 struct cras_rstream { struct68 cras_stream_id_t stream_id;69 enum CRAS_STREAM_TYPE stream_type;70 enum CRAS_CLIENT_TYPE client_type;71 enum CRAS_STREAM_DIRECTION direction;72 uint32_t flags;73 int fd;97 struct cras_rstream *prev, *next; argument