Searched refs:snd_ctl_event (Results 1 – 2 of 2) sorted by relevance
1445 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()1448 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()1449 struct snd_ctl_event ev; in snd_ctl_read()1476 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()1481 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()1482 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()1483 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
891 struct snd_ctl_event { struct