Home
last modified time | relevance | path

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

/sound/drivers/pcsp/
Dpcsp_mixer.c114 #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/soc/codecs/
Dwmfw.h147 __le16 ctl_type; member
Dwm_adsp.c1557 int ctl_type; member
1652 blk->ctl_type = le16_to_cpu(raw->ctl_type); in wm_coeff_parse_coeff()
1665 blk->ctl_type = wm_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in wm_coeff_parse_coeff()
1677 adsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in wm_coeff_parse_coeff()
1689 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags()
1709 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()
1745 coeff_blk.ctl_type); in wm_adsp_parse_coeff()
1758 coeff_blk.ctl_type); in wm_adsp_parse_coeff()
/sound/pci/hda/
Dhda_generic.c1150 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1153 return path && path->ctls[ctl_type]; in path_has_mixer()
1162 int *index, int ctl_type) in get_line_out_pfx() argument
1191 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx()
1203 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx()
1219 spec->speaker_paths[0], ctl_type); in get_line_out_pfx()
1221 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()