Searched refs:ctl_type (Results 1 – 4 of 4) sorted by relevance
/sound/drivers/pcsp/ |
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/soc/codecs/ |
D | wmfw.h | 147 __le16 ctl_type; member
|
D | wm_adsp.c | 1557 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/ |
D | hda_generic.c | 1150 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()
|