Home
last modified time | relevance | path

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

/Linux-v5.15/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, \
/Linux-v5.15/sound/soc/codecs/
Dwmfw.h147 __le16 ctl_type; member
Dwm_adsp.c1549 snd_ctl_elem_type_t ctl_type; member
1644 blk->ctl_type = (__force snd_ctl_elem_type_t)le16_to_cpu(raw->ctl_type); in wm_coeff_parse_coeff()
1657 blk->ctl_type = in wm_coeff_parse_coeff()
1658 (__force snd_ctl_elem_type_t)wm_coeff_parse_int(sizeof(raw->ctl_type), in wm_coeff_parse_coeff()
1671 adsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in wm_coeff_parse_coeff()
1683 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags()
1703 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()
1739 coeff_blk.ctl_type); in wm_adsp_parse_coeff()
1752 coeff_blk.ctl_type); in wm_adsp_parse_coeff()
/Linux-v5.15/sound/pci/hda/
Dhda_generic.c1146 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1149 return path && path->ctls[ctl_type]; in path_has_mixer()
1158 int *index, int ctl_type) in get_line_out_pfx() argument
1187 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx()
1199 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx()
1215 spec->speaker_paths[0], ctl_type); in get_line_out_pfx()
1217 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()