Home
last modified time | relevance | path

Searched refs:ctl_type (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/pcsp/
H A Dpcsp_mixer.c114 #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \
118 .info = pcsp_##ctl_type##_info, \
119 .get = pcsp_##ctl_type##_get, \
120 .put = pcsp_##ctl_type##_put, \
/kernel/linux/linux-6.6/sound/drivers/pcsp/
H A Dpcsp_mixer.c114 #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \
118 .info = pcsp_##ctl_type##_info, \
119 .get = pcsp_##ctl_type##_get, \
120 .put = pcsp_##ctl_type##_put, \
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwmfw.h147 __le16 ctl_type; member
H A 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()
[all...]
/kernel/linux/linux-6.6/include/linux/firmware/cirrus/
H A Dwmfw.h150 __le16 ctl_type; member
/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H A Dcs_dsp.c1051 unsigned int ctl_type; member
1146 blk->ctl_type = le16_to_cpu(raw->ctl_type); in cs_dsp_coeff_parse_coeff()
1159 blk->ctl_type = cs_dsp_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in cs_dsp_coeff_parse_coeff()
1171 cs_dsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in cs_dsp_coeff_parse_coeff()
1183 coeff_blk->flags, coeff_blk->ctl_type); in cs_dsp_check_coeff_flags()
1203 switch (coeff_blk.ctl_type) { in cs_dsp_parse_coeff()
1240 coeff_blk.ctl_type); in cs_dsp_parse_coeff()
1253 coeff_blk.ctl_type); in cs_dsp_parse_coeff()
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A 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()
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()
1161 get_line_out_pfx(struct hda_codec *codec, int ch, int *index, int ctl_type) get_line_out_pfx() argument
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c1156 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1159 return path && path->ctls[ctl_type]; in path_has_mixer()
1168 int *index, int ctl_type) in get_line_out_pfx()
1197 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx()
1209 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx()
1225 spec->speaker_paths[0], ctl_type); in get_line_out_pfx()
1227 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
1167 get_line_out_pfx(struct hda_codec *codec, int ch, int *index, int ctl_type) get_line_out_pfx() argument

Completed in 25 milliseconds