Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_mix22.c357 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()
Dpcxhr.h110 enum pcxhr_clock_type use_clock_type; /* clock type selected by mixer */ member
Dpcxhr_mixer.c771 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()
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()
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()