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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c1452 struct snd_timer_gstatus gstatus; local
1457 if (copy_from_user(&gstatus, _gstatus, sizeof(gstatus)))
1459 tid = gstatus.tid;
1460 memset(&gstatus, 0, sizeof(gstatus));
1461 gstatus.tid = tid;
1466 gstatus.resolution = t->hw.c_resolution(t);
1468 gstatus.resolution = t->hw.resolution;
1470 t->hw.precise_resolution(t, &gstatus
[all...]

Completed in 48 milliseconds