Searched refs:snd_ctl_event (Results 1 – 3 of 3) sorted by relevance
1624 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()1627 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()1628 struct snd_ctl_event ev; in snd_ctl_read()1655 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()1660 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()1661 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()1662 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
1008 struct snd_ctl_event { struct