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

/linux-4.4.14/sound/drivers/pcsp/
H A Dpcsp_mixer.c113 #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \
117 .info = pcsp_##ctl_type##_info, \
118 .get = pcsp_##ctl_type##_get, \
119 .put = pcsp_##ctl_type##_put, \
/linux-4.4.14/sound/soc/codecs/
H A Dwmfw.h120 __le16 ctl_type; member in struct:wmfw_adsp_coeff_data
H A Dwm_adsp.c887 int ctl_type; member in struct:wm_coeff_parsed_coeff
982 blk->ctl_type = le16_to_cpu(raw->ctl_type); wm_coeff_parse_coeff()
995 blk->ctl_type = wm_coeff_parse_int(sizeof(raw->ctl_type), &tmp); wm_coeff_parse_coeff()
1007 adsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); wm_coeff_parse_coeff()
1024 switch (coeff_blk.ctl_type) { wm_adsp_parse_coeff()
1029 coeff_blk.ctl_type); wm_adsp_parse_coeff()
/linux-4.4.14/drivers/media/platform/ti-vpe/
H A Dvpdma.c539 pr_debug("word3: pkt_type = %d, source = %d, ctl_type = %d\n", dump_ctd()
/linux-4.4.14/sound/pci/hda/
H A Dhda_generic.c1126 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) path_has_mixer() argument
1129 return path && path->ctls[ctl_type]; path_has_mixer()
1138 int *index, int ctl_type) get_line_out_pfx()
1165 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) get_line_out_pfx()
1177 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) get_line_out_pfx()
1188 bool hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); get_line_out_pfx()
1189 bool spk_lo_shared = !path_has_mixer(codec, spec->speaker_paths[0], ctl_type); get_line_out_pfx()
1137 get_line_out_pfx(struct hda_codec *codec, int ch, int *index, int ctl_type) get_line_out_pfx() argument

Completed in 272 milliseconds