Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dcontrol.c1538 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()
1541 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()
1542 struct snd_ctl_event ev; in snd_ctl_read()
1569 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()
1574 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()
1575 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()
1576 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
/linux-4.4.14/include/uapi/sound/
Dasound.h988 struct snd_ctl_event { struct