Searched refs:ctl_type (Results 1 – 2 of 2) sorted by relevance
| /sound/drivers/pcsp/ |
| A D | pcsp_mixer.c | 114 #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \ argument 118 .info = pcsp_##ctl_type##_info, \ 119 .get = pcsp_##ctl_type##_get, \ 120 .put = pcsp_##ctl_type##_put, \
|
| /sound/hda/codecs/ |
| A D | generic.c | 1156 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument 1159 return path && path->ctls[ctl_type]; in path_has_mixer() 1168 int *index, int ctl_type) in get_line_out_pfx() argument 1197 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx() 1209 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx() 1225 spec->speaker_paths[0], ctl_type); in get_line_out_pfx() 1227 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
|
Completed in 21 milliseconds