Searched refs:MSG_DEFAULT_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/pci/mixart/
H A Dmixart_core.h52 #define MSG_DEFAULT_SIZE 512 macro
256 * This structure is limited by the size of MSG_DEFAULT_SIZE. Instead of
258 * this is capped to have a total size below MSG_DEFAULT_SIZE.
261 ((MSG_DEFAULT_SIZE - sizeof(u32)) / sizeof(struct mixart_sample_pos))
H A Dmixart_core.c285 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notification event pending */
315 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 0, &message_frame);
326 static u32 mixart_msg_data[MSG_DEFAULT_SIZE / 4];

Completed in 113 milliseconds