Searched refs:ctl_type (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/sound/drivers/pcsp/ |
H A D | pcsp_mixer.c | 113 #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \ 117 .info = pcsp_##ctl_type##_info, \ 118 .get = pcsp_##ctl_type##_get, \ 119 .put = pcsp_##ctl_type##_put, \
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
H A D | vpdma.c | 539 pr_debug("word3: pkt_type = %d, source = %d, ctl_type = %d\n", dump_ctd()
|
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_generic.c | 1124 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) path_has_mixer() argument 1127 return path && path->ctls[ctl_type]; path_has_mixer() 1136 int *index, int ctl_type) get_line_out_pfx() 1163 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) get_line_out_pfx() 1175 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) get_line_out_pfx() 1186 bool hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); get_line_out_pfx() 1187 bool spk_lo_shared = !path_has_mixer(codec, spec->speaker_paths[0], ctl_type); get_line_out_pfx() 1135 get_line_out_pfx(struct hda_codec *codec, int ch, int *index, int ctl_type) get_line_out_pfx() argument
|
Completed in 176 milliseconds