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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dcontrol.c1242 if (count < sizeof(struct snd_ctl_event))
1245 while (count >= sizeof(struct snd_ctl_event)) {
1246 struct snd_ctl_event ev;
1271 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) {
1276 buffer += sizeof(struct snd_ctl_event);
1277 count -= sizeof(struct snd_ctl_event);
1278 result += sizeof(struct snd_ctl_event);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dasound.h875 struct snd_ctl_event { struct

Completed in 31 milliseconds