Lines Matching refs:ctl
275 struct mixer_ctl *ctl; in set_echo_reference() local
278 ctl = mixer_get_ctl_by_name(mixer, mixer_ctl_name); in set_echo_reference()
279 if (!ctl) { in set_echo_reference()
285 mixer_ctl_set_enum_by_string(ctl, ec_ref); in set_echo_reference()
939 struct mixer_ctl *ctl; in platform_set_hdmi_channels() local
958 ctl = mixer_get_ctl_by_name(adev->mixer, mixer_ctl_name); in platform_set_hdmi_channels()
959 if (!ctl) { in platform_set_hdmi_channels()
965 mixer_ctl_set_enum_by_string(ctl, channel_cnt_str); in platform_set_hdmi_channels()
1182 const struct mixer_ctl *ctl; in ramp_speaker_gain() local
1241 struct mixer_ctl *ctl; in platform_set_swap_mixer() local
1259 ctl = mixer_get_ctl_by_name(adev->mixer, mixer_ctl_name); in platform_set_swap_mixer()
1260 if (!ctl) { in platform_set_swap_mixer()
1265 if (mixer_ctl_set_value(ctl, 0, swap_channels) < 0) { in platform_set_swap_mixer()