Searched refs:snd_ctl_event (Results 1 – 3 of 3) sorted by relevance
1847 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()1850 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()1851 struct snd_ctl_event ev; in snd_ctl_read()1878 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()1883 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()1884 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()1885 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
1146 struct snd_ctl_event { struct