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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dcontrol.c1238 if (count < sizeof(struct snd_ctl_event))
1241 while (count >= sizeof(struct snd_ctl_event)) {
1242 struct snd_ctl_event ev;
1267 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) {
1272 buffer += sizeof(struct snd_ctl_event);
1273 count -= sizeof(struct snd_ctl_event);
1274 result += sizeof(struct snd_ctl_event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dcontrol.h341 #define snd_ctl_event_alloca(ptr) __snd_alloca(ptr, snd_ctl_event)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h886 struct snd_ctl_event { struct

Completed in 108 milliseconds