Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr.h92 enum pcxhr_clock_type use_clock_type; /* clock type selected by mixer */ member
H A Dpcxhr_mix22.c346 switch (mgr->use_clock_type) { in hr222_sub_set_clock()
371 if (mgr->use_clock_type == HR22_CLOCK_TYPE_INTERNAL) { in hr222_sub_set_clock()
390 mgr->cur_clock_type = mgr->use_clock_type; in hr222_sub_set_clock()
H A Dpcxhr_mixer.c746 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()
H A Dpcxhr.c242 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()