Searched refs:use_clock_type (Results 1 – 4 of 4) sorted by relevance
357 switch (mgr->use_clock_type) { in hr222_sub_set_clock()382 if (mgr->use_clock_type == HR22_CLOCK_TYPE_INTERNAL) { in hr222_sub_set_clock()401 mgr->cur_clock_type = mgr->use_clock_type; in hr222_sub_set_clock()
110 enum pcxhr_clock_type use_clock_type; /* clock type selected by mixer */ member
771 ucontrol->value.enumerated.item[0] = mgr->use_clock_type; in pcxhr_clock_type_get()789 if (mgr->use_clock_type != ucontrol->value.enumerated.item[0]) { in pcxhr_clock_type_put()791 mgr->use_clock_type = ucontrol->value.enumerated.item[0]; in pcxhr_clock_type_put()793 if (mgr->use_clock_type != PCXHR_CLOCK_TYPE_INTERNAL) { in pcxhr_clock_type_put()794 pcxhr_get_external_clock(mgr, mgr->use_clock_type, in pcxhr_clock_type_put()
256 switch (mgr->use_clock_type) { in pcxhr_get_clock_reg()367 mgr->cur_clock_type = mgr->use_clock_type; in pcxhr_sub_set_clock()1066 if (mgr->use_clock_type != PCXHR_CLOCK_TYPE_INTERNAL) { in pcxhr_open()1068 if (pcxhr_get_external_clock(mgr, mgr->use_clock_type, in pcxhr_open()