Searched defs:msg_frame (Results 1 – 2 of 2) sorted by relevance
137 struct msg_frame { struct138 struct list_head list_elem;139 struct msg_dspmsg msg_data;
48 static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame) in retrieve_msg_frame()241 u32 msg_frame = 0; /* set to 0, so it's no notification to wait for, but the answer */ in snd_mixart_send_msg() local