Searched refs:snd_ctl_event (Results 1 – 2 of 2) sorted by relevance
1538 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()1541 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()1542 struct snd_ctl_event ev; in snd_ctl_read()1569 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()1574 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()1575 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()1576 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
988 struct snd_ctl_event { struct