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

/linux-4.4.14/sound/pci/mixart/
H A Dmixart.c175 struct mixart_clock_properties clock_properties; mixart_set_clock() local
196 memset(&clock_properties, 0, sizeof(clock_properties)); mixart_set_clock()
197 clock_properties.clock_generic_type = (rate != 0) ? CGT_INTERNAL_CLOCK : CGT_NO_CLOCK; mixart_set_clock()
198 clock_properties.clock_mode = CM_STANDALONE; mixart_set_clock()
199 clock_properties.frequency = rate; mixart_set_clock()
200 clock_properties.nb_callers = 1; /* only one entry in uid_caller ! */ mixart_set_clock()
201 clock_properties.uid_caller[0] = pipe->group_uid; mixart_set_clock()
207 request.data = &clock_properties; mixart_set_clock()
208 request.size = sizeof(clock_properties); mixart_set_clock()

Completed in 51 milliseconds