Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/sound/soc/codecs/
Dwmfw.h120 __le16 ctl_type; member
Dwm_adsp.c887 int ctl_type; member
982 blk->ctl_type = le16_to_cpu(raw->ctl_type); in wm_coeff_parse_coeff()
995 blk->ctl_type = wm_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in wm_coeff_parse_coeff()
1007 adsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in wm_coeff_parse_coeff()
1024 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()
1029 coeff_blk.ctl_type); in wm_adsp_parse_coeff()
/linux-4.4.14/sound/pci/hda/
Dhda_generic.c1126 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1129 return path && path->ctls[ctl_type]; in path_has_mixer()
1138 int *index, int ctl_type) in get_line_out_pfx() argument
1165 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx()
1177 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx()
1188 bool hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
1189 bool spk_lo_shared = !path_has_mixer(codec, spec->speaker_paths[0], ctl_type); in get_line_out_pfx()