Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart.c66 u32 system_msg_uid; in mixart_set_pipe_state() local
82 system_msg_uid = 0x12345678; /* the event ! (take care: the MSB and two LSB's have to be 0) */ in mixart_set_pipe_state()
88 request.data = &system_msg_uid; in mixart_set_pipe_state()
89 request.size = sizeof(system_msg_uid); in mixart_set_pipe_state()
91 err = snd_mixart_send_msg_wait_notif(mgr, &request, system_msg_uid); in mixart_set_pipe_state()
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart.c65 u32 system_msg_uid; in mixart_set_pipe_state() local
81 system_msg_uid = 0x12345678; /* the event ! (take care: the MSB and two LSB's have to be 0) */ in mixart_set_pipe_state()
87 request.data = &system_msg_uid; in mixart_set_pipe_state()
88 request.size = sizeof(system_msg_uid); in mixart_set_pipe_state()
90 err = snd_mixart_send_msg_wait_notif(mgr, &request, system_msg_uid); in mixart_set_pipe_state()

Completed in 4 milliseconds