Lines Matching defs:kcontrol
241 static int tegra186_asrc_get_ratio_source(struct snd_kcontrol *kcontrol,
245 (struct soc_enum *)kcontrol->private_value;
246 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
255 static int tegra186_asrc_put_ratio_source(struct snd_kcontrol *kcontrol,
259 (struct soc_enum *)kcontrol->private_value;
260 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
275 static int tegra186_asrc_get_ratio_int(struct snd_kcontrol *kcontrol,
279 (struct soc_mixer_control *)kcontrol->private_value;
280 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
293 static int tegra186_asrc_put_ratio_int(struct snd_kcontrol *kcontrol,
297 (struct soc_mixer_control *)kcontrol->private_value;
298 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
323 static int tegra186_asrc_get_ratio_frac(struct snd_kcontrol *kcontrol,
327 (struct soc_mreg_control *)kcontrol->private_value;
328 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
341 static int tegra186_asrc_put_ratio_frac(struct snd_kcontrol *kcontrol,
345 (struct soc_mreg_control *)kcontrol->private_value;
346 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
371 static int tegra186_asrc_get_hwcomp_disable(struct snd_kcontrol *kcontrol,
375 (struct soc_mixer_control *)kcontrol->private_value;
376 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
385 static int tegra186_asrc_put_hwcomp_disable(struct snd_kcontrol *kcontrol,
389 (struct soc_mixer_control *)kcontrol->private_value;
390 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
403 static int tegra186_asrc_get_input_threshold(struct snd_kcontrol *kcontrol,
407 (struct soc_mixer_control *)kcontrol->private_value;
408 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
417 static int tegra186_asrc_put_input_threshold(struct snd_kcontrol *kcontrol,
421 (struct soc_mixer_control *)kcontrol->private_value;
422 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
436 static int tegra186_asrc_get_output_threshold(struct snd_kcontrol *kcontrol,
440 (struct soc_mixer_control *)kcontrol->private_value;
441 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
450 static int tegra186_asrc_put_output_threshold(struct snd_kcontrol *kcontrol,
454 (struct soc_mixer_control *)kcontrol->private_value;
455 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
470 struct snd_kcontrol *kcontrol, int event)