Searched refs:snd_ctl_event (Results 1 – 3 of 3) sorted by relevance
2083 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()2086 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()2087 struct snd_ctl_event ev; in snd_ctl_read()2114 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()2119 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()2120 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()2121 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
1220 struct snd_ctl_event { struct