Searched refs:ctl_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/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, \
|
/Linux-v6.1/include/linux/firmware/cirrus/ |
D | wmfw.h | 150 __le16 ctl_type; member
|
/Linux-v6.1/drivers/firmware/cirrus/ |
D | cs_dsp.c | 1011 unsigned int ctl_type; member 1106 blk->ctl_type = le16_to_cpu(raw->ctl_type); in cs_dsp_coeff_parse_coeff() 1119 blk->ctl_type = cs_dsp_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in cs_dsp_coeff_parse_coeff() 1131 cs_dsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in cs_dsp_coeff_parse_coeff() 1143 coeff_blk->flags, coeff_blk->ctl_type); in cs_dsp_check_coeff_flags() 1163 switch (coeff_blk.ctl_type) { in cs_dsp_parse_coeff() 1200 coeff_blk.ctl_type); in cs_dsp_parse_coeff() 1213 coeff_blk.ctl_type); in cs_dsp_parse_coeff()
|
/Linux-v6.1/sound/pci/hda/ |
D | hda_generic.c | 1152 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument 1155 return path && path->ctls[ctl_type]; in path_has_mixer() 1164 int *index, int ctl_type) in get_line_out_pfx() argument 1193 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx() 1205 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx() 1221 spec->speaker_paths[0], ctl_type); in get_line_out_pfx() 1223 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
|