Searched refs:use_clock_type (Results 1 – 3 of 3) sorted by relevance
92 enum pcxhr_clock_type use_clock_type; /* clock type selected by mixer */ member
746 ucontrol->value.enumerated.item[0] = mgr->use_clock_type; in pcxhr_clock_type_get()764 if (mgr->use_clock_type != ucontrol->value.enumerated.item[0]) { in pcxhr_clock_type_put()766 mgr->use_clock_type = ucontrol->value.enumerated.item[0]; in pcxhr_clock_type_put()768 if (mgr->use_clock_type != PCXHR_CLOCK_TYPE_INTERNAL) { in pcxhr_clock_type_put()769 pcxhr_get_external_clock(mgr, mgr->use_clock_type, in pcxhr_clock_type_put()
242 switch (mgr->use_clock_type) { in pcxhr_get_clock_reg()353 mgr->cur_clock_type = mgr->use_clock_type; in pcxhr_sub_set_clock()1037 if (mgr->use_clock_type != PCXHR_CLOCK_TYPE_INTERNAL) { in pcxhr_open()1039 if (pcxhr_get_external_clock(mgr, mgr->use_clock_type, in pcxhr_open()