Searched refs:snd_ctl_event (Results 1 – 3 of 3) sorted by relevance
1995 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()1998 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()1999 struct snd_ctl_event ev; in snd_ctl_read()2026 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()2031 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()2032 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()2033 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
1137 struct snd_ctl_event { struct