Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart_core.c26 #define MSG_DEFAULT_SIZE 512 macro
287 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notification event pending */ in snd_mixart_send_msg_wait_notif()
317 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 0, &message_frame); in snd_mixart_send_msg_nonblock()
328 static u32 mixart_msg_data[MSG_DEFAULT_SIZE / 4];
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart_core.c285 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notification event pending */ in snd_mixart_send_msg_wait_notif()
315 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 0, &message_frame); in snd_mixart_send_msg_nonblock()
326 static u32 mixart_msg_data[MSG_DEFAULT_SIZE / 4];
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))

Completed in 3 milliseconds