Home
last modified time | relevance | path

Searched refs:snd_ctl_event (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/core/
Dcontrol.c1445 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()
1448 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()
1449 struct snd_ctl_event ev; in snd_ctl_read()
1476 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()
1481 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()
1482 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()
1483 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
/linux-3.4.99/include/sound/
Dasound.h891 struct snd_ctl_event { struct