Home
last modified time | relevance | path

Searched refs:use_clock_type (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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.c243 switch (mgr->use_clock_type) { in pcxhr_get_clock_reg()
354 mgr->cur_clock_type = mgr->use_clock_type; in pcxhr_sub_set_clock()
1039 if (mgr->use_clock_type != PCXHR_CLOCK_TYPE_INTERNAL) { in pcxhr_open()
1041 if (pcxhr_get_external_clock(mgr, mgr->use_clock_type, in pcxhr_open()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds