Searched refs:snd_ctl_event (Results 1 – 3 of 3) sorted by relevance
2087 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()2090 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()2091 struct snd_ctl_event ev; in snd_ctl_read()2118 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()2123 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()2124 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()2125 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
1220 struct snd_ctl_event { struct