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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.c167 struct mixart_clock_properties clock_properties; local
186 memset(&clock_properties, 0, sizeof(clock_properties));
187 clock_properties.clock_generic_type = (rate != 0) ? CGT_INTERNAL_CLOCK : CGT_NO_CLOCK;
188 clock_properties.clock_mode = CM_STANDALONE;
189 clock_properties.frequency = rate;
190 clock_properties.nb_callers = 1; /* only one entry in uid_caller ! */
191 clock_properties.uid_caller[0] = pipe->group_uid;
197 request.data = &clock_properties;
198 request.size = sizeof(clock_properties);
[all...]

Completed in 40 milliseconds