Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dcontrol.c2087 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()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h1220 struct snd_ctl_event { struct
/openbmc/linux/include/uapi/sound/
H A Dasound.h1220 struct snd_ctl_event { struct