Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/mixart/
Dmixart.c161 struct mixart_clock_properties clock_properties; in mixart_set_clock() local
183 memset(&clock_properties, 0, sizeof(clock_properties)); in mixart_set_clock()
184 clock_properties.clock_generic_type = (rate != 0) ? CGT_INTERNAL_CLOCK : CGT_NO_CLOCK; in mixart_set_clock()
185 clock_properties.clock_mode = CM_STANDALONE; in mixart_set_clock()
186 clock_properties.frequency = rate; in mixart_set_clock()
187 clock_properties.nb_callers = 1; /* only one entry in uid_caller ! */ in mixart_set_clock()
188 clock_properties.uid_caller[0] = pipe->group_uid; in mixart_set_clock()
194 request.data = &clock_properties; in mixart_set_clock()
195 request.size = sizeof(clock_properties); in mixart_set_clock()