Symbol: snd_mixart_send_msg
sound/pci/mixart/mixart.c
112
err = snd_mixart_send_msg(mgr, &request, sizeof(group_state_resp), &group_state_resp);
sound/pci/mixart/mixart.c
125
err = snd_mixart_send_msg(mgr, &request, sizeof(group_state_resp), &group_state_resp);
sound/pci/mixart/mixart.c
140
err = snd_mixart_send_msg(mgr, &request, sizeof(stat), &stat);
sound/pci/mixart/mixart.c
197
err = snd_mixart_send_msg(mgr, &request, sizeof(clock_prop_resp), &clock_prop_resp);
sound/pci/mixart/mixart.c
304
err = snd_mixart_send_msg(chip->mgr, &request, sizeof(buf->sgroup_resp), &buf->sgroup_resp);
sound/pci/mixart/mixart.c
365
err = snd_mixart_send_msg(mgr, &request, sizeof(delete_resp), &delete_resp);
sound/pci/mixart/mixart.c
576
err = snd_mixart_send_msg(chip->mgr, &request, sizeof(resp), &resp);
sound/pci/mixart/mixart_core.h
556
int snd_mixart_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data);
sound/pci/mixart/mixart_hwdep.c
155
err = snd_mixart_send_msg(mgr, &request, sizeof(*connector), connector);
sound/pci/mixart/mixart_hwdep.c
185
err = snd_mixart_send_msg(mgr, &request, sizeof(*audio_info), audio_info);
sound/pci/mixart/mixart_hwdep.c
199
err = snd_mixart_send_msg(mgr, &request, sizeof(*connector), connector);
sound/pci/mixart/mixart_hwdep.c
229
err = snd_mixart_send_msg(mgr, &request, sizeof(*audio_info), audio_info);
sound/pci/mixart/mixart_hwdep.c
265
err = snd_mixart_send_msg(mgr, &request, sizeof(console_mgr), &console_mgr);
sound/pci/mixart/mixart_hwdep.c
282
err = snd_mixart_send_msg(mgr, &request, sizeof(phys_io), &phys_io);
sound/pci/mixart/mixart_hwdep.c
324
err = snd_mixart_send_msg(mgr, &request, sizeof(k), &k);
sound/pci/mixart/mixart_mixer.c
317
err = snd_mixart_send_msg(chip->mgr, &request, sizeof(resp), &resp);
sound/pci/mixart/mixart_mixer.c
750
err = snd_mixart_send_msg(chip->mgr, &request, sizeof(status), &status);
sound/pci/mixart/mixart_mixer.c
795
err = snd_mixart_send_msg(chip->mgr, &request, sizeof(status), &status);
sound/pci/mixart/mixart_mixer.c
969
err = snd_mixart_send_msg(chip->mgr, &request, sizeof(resp), &resp);