Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_parse.c33 u16 ctl_type; member
887 def.type = param->ctl_type; in cs_dsp_ctl_parse_ctl_type()
964 def.type = param->ctl_type; in cs_dsp_ctl_illegal_type_flags()
1600 { .ctl_type = WMFW_CTL_TYPE_BYTES,
1602 { .ctl_type = WMFW_CTL_TYPE_ACKED,
1609 { .ctl_type = WMFW_CTL_TYPE_FWEVENT,
1618 param->ctl_type, param->flags); in cs_dsp_ctl_type_flags_desc()
1656 { .ctl_type = WMFW_CTL_TYPE_ACKED,
1658 { .ctl_type = WMFW_CTL_TYPE_ACKED,
1690 { .ctl_type = WMFW_CTL_TYPE_FWEVENT,
[all …]
H A Dcs_dsp_mock_wmfw.c286 v1->ctl_type = cpu_to_le16(def->type); in cs_dsp_mock_wmfw_add_coeff_desc()
H A Dcs_dsp_test_control_rw.c34 u16 ctl_type; member
H A Dcs_dsp_test_control_cache.c34 u16 ctl_type; member
/linux-6.15/sound/drivers/pcsp/
H A 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-6.15/include/linux/firmware/cirrus/
H A Dwmfw.h150 __le16 ctl_type; member
/linux-6.15/drivers/firmware/cirrus/
H A Dcs_dsp.c1115 unsigned int ctl_type; member
1272 blk->ctl_type = le16_to_cpu(raw->ctl_type); in cs_dsp_coeff_parse_coeff()
1295 if (sizeof(raw->ctl_type) + sizeof(raw->flags) + sizeof(raw->len) > in cs_dsp_coeff_parse_coeff()
1299 blk->ctl_type = cs_dsp_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in cs_dsp_coeff_parse_coeff()
1300 pos += sizeof(raw->ctl_type); in cs_dsp_coeff_parse_coeff()
1311 cs_dsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in cs_dsp_coeff_parse_coeff()
1325 coeff_blk->flags, coeff_blk->ctl_type); in cs_dsp_check_coeff_flags()
1349 switch (coeff_blk.ctl_type) { in cs_dsp_parse_coeff()
1386 coeff_blk.ctl_type); in cs_dsp_parse_coeff()
1399 coeff_blk.ctl_type); in cs_dsp_parse_coeff()
/linux-6.15/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() argument
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()