Home
last modified time | relevance | path

Searched refs:ctl_type (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/drivers/pcsp/
Dpcsp_mixer.c113 #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \ argument
117 .info = pcsp_##ctl_type##_info, \
118 .get = pcsp_##ctl_type##_get, \
119 .put = pcsp_##ctl_type##_put, \
/linux-4.1.27/sound/pci/hda/
Dhda_generic.c1124 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1127 return path && path->ctls[ctl_type]; in path_has_mixer()
1136 int *index, int ctl_type) in get_line_out_pfx() argument
1163 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx()
1175 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx()
1186 bool hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
1187 bool spk_lo_shared = !path_has_mixer(codec, spec->speaker_paths[0], ctl_type); in get_line_out_pfx()