ctl_type          114 sound/drivers/pcsp/pcsp_mixer.c #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \
ctl_type          118 sound/drivers/pcsp/pcsp_mixer.c 	.info =		pcsp_##ctl_type##_info, \
ctl_type          119 sound/drivers/pcsp/pcsp_mixer.c 	.get =		pcsp_##ctl_type##_get, \
ctl_type          120 sound/drivers/pcsp/pcsp_mixer.c 	.put =		pcsp_##ctl_type##_put, \
ctl_type         1144 sound/pci/hda/hda_generic.c static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type)
ctl_type         1147 sound/pci/hda/hda_generic.c 	return path && path->ctls[ctl_type];
ctl_type         1156 sound/pci/hda/hda_generic.c 				    int *index, int ctl_type)
ctl_type         1185 sound/pci/hda/hda_generic.c 		    !path_has_mixer(codec, spec->hp_paths[0], ctl_type))
ctl_type         1197 sound/pci/hda/hda_generic.c 		    !path_has_mixer(codec, spec->speaker_paths[0], ctl_type))
ctl_type         1208 sound/pci/hda/hda_generic.c 			bool hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type);
ctl_type         1209 sound/pci/hda/hda_generic.c 			bool spk_lo_shared = !path_has_mixer(codec, spec->speaker_paths[0], ctl_type);
ctl_type         1531 sound/soc/codecs/wm_adsp.c 	int ctl_type;
ctl_type         1626 sound/soc/codecs/wm_adsp.c 		blk->ctl_type = le16_to_cpu(raw->ctl_type);
ctl_type         1639 sound/soc/codecs/wm_adsp.c 		blk->ctl_type = wm_coeff_parse_int(sizeof(raw->ctl_type), &tmp);
ctl_type         1651 sound/soc/codecs/wm_adsp.c 	adsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type);
ctl_type         1663 sound/soc/codecs/wm_adsp.c 			 coeff_blk->flags, coeff_blk->ctl_type);
ctl_type         1683 sound/soc/codecs/wm_adsp.c 		switch (coeff_blk.ctl_type) {
ctl_type         1719 sound/soc/codecs/wm_adsp.c 				 coeff_blk.ctl_type);
ctl_type         1732 sound/soc/codecs/wm_adsp.c 					     coeff_blk.ctl_type);
ctl_type          147 sound/soc/codecs/wmfw.h 	__le16 ctl_type;