Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr.h106 enum pcxhr_clock_type use_clock_type; /* clock type selected by mixer */ member
Dpcxhr_mix22.c359 switch (mgr->use_clock_type) { in hr222_sub_set_clock()
384 if (mgr->use_clock_type == HR22_CLOCK_TYPE_INTERNAL) { in hr222_sub_set_clock()
403 mgr->cur_clock_type = mgr->use_clock_type; in hr222_sub_set_clock()
Dpcxhr_mixer.c759 ucontrol->value.enumerated.item[0] = mgr->use_clock_type; in pcxhr_clock_type_get()
777 if (mgr->use_clock_type != ucontrol->value.enumerated.item[0]) { in pcxhr_clock_type_put()
779 mgr->use_clock_type = ucontrol->value.enumerated.item[0]; in pcxhr_clock_type_put()
781 if (mgr->use_clock_type != PCXHR_CLOCK_TYPE_INTERNAL) { in pcxhr_clock_type_put()
782 pcxhr_get_external_clock(mgr, mgr->use_clock_type, in pcxhr_clock_type_put()
Dpcxhr.c256 switch (mgr->use_clock_type) { in pcxhr_get_clock_reg()
367 mgr->cur_clock_type = mgr->use_clock_type; in pcxhr_sub_set_clock()
1068 if (mgr->use_clock_type != PCXHR_CLOCK_TYPE_INTERNAL) { in pcxhr_open()
1070 if (pcxhr_get_external_clock(mgr, mgr->use_clock_type, in pcxhr_open()