Home
last modified time | relevance | path

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

/linux/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/drivers/firmware/cirrus/
H A Dcs_dsp.c1123 unsigned int ctl_type; member
1280 blk->ctl_type = le16_to_cpu(raw->ctl_type); in cs_dsp_coeff_parse_coeff()
1303 if (sizeof(raw->ctl_type) + sizeof(raw->flags) + sizeof(raw->len) > in cs_dsp_coeff_parse_coeff()
1307 blk->ctl_type = cs_dsp_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in cs_dsp_coeff_parse_coeff()
1308 pos += sizeof(raw->ctl_type); in cs_dsp_coeff_parse_coeff()
1319 cs_dsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in cs_dsp_coeff_parse_coeff()
1333 coeff_blk->flags, coeff_blk->ctl_type); in cs_dsp_check_coeff_flags()
1357 switch (coeff_blk.ctl_type) { in cs_dsp_parse_coeff()
1394 coeff_blk.ctl_type); in cs_dsp_parse_coeff()
1407 coeff_blk.ctl_type); in cs_dsp_parse_coeff()
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_wmfw.c289 v1->ctl_type = cpu_to_le16(def->type); in cs_dsp_mock_wmfw_add_coeff_desc()
H A Dcs_dsp_test_control_cache.c34 u16 ctl_type; member
/linux/sound/hda/codecs/
H A Dgeneric.c1154 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1157 return path && path->ctls[ctl_type]; in path_has_mixer()
1166 int *index, int ctl_type) in get_line_out_pfx() argument
1195 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx()
1207 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx()
1223 spec->speaker_paths[0], ctl_type); in get_line_out_pfx()
1225 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()