Lines Matching defs:kcontrol

233 static int tegra210_mbdrc_get(struct snd_kcontrol *kcontrol,
237 (struct soc_mixer_control *)kcontrol->private_value;
238 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
249 static int tegra210_mbdrc_put(struct snd_kcontrol *kcontrol,
253 (struct soc_mixer_control *)kcontrol->private_value;
254 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
267 static int tegra210_mbdrc_get_enum(struct snd_kcontrol *kcontrol,
270 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
272 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
282 static int tegra210_mbdrc_put_enum(struct snd_kcontrol *kcontrol,
285 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
287 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
304 static int tegra210_mbdrc_band_params_get(struct snd_kcontrol *kcontrol,
307 struct tegra_soc_bytes *params = (void *)kcontrol->private_value;
308 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
325 static int tegra210_mbdrc_band_params_put(struct snd_kcontrol *kcontrol,
328 struct tegra_soc_bytes *params = (void *)kcontrol->private_value;
329 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
350 static int tegra210_mbdrc_threshold_get(struct snd_kcontrol *kcontrol,
353 struct tegra_soc_bytes *params = (void *)kcontrol->private_value;
354 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
378 static int tegra210_mbdrc_threshold_put(struct snd_kcontrol *kcontrol,
381 struct tegra_soc_bytes *params = (void *)kcontrol->private_value;
382 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
411 static int tegra210_mbdrc_biquad_coeffs_get(struct snd_kcontrol *kcontrol,
414 struct tegra_soc_bytes *params = (void *)kcontrol->private_value;
415 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
423 static int tegra210_mbdrc_biquad_coeffs_put(struct snd_kcontrol *kcontrol,
426 struct tegra_soc_bytes *params = (void *)kcontrol->private_value;
427 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
439 static int tegra210_mbdrc_param_info(struct snd_kcontrol *kcontrol,
442 struct soc_bytes *params = (void *)kcontrol->private_value;
450 static int tegra210_mbdrc_vol_get(struct snd_kcontrol *kcontrol,
454 (struct soc_mixer_control *)kcontrol->private_value;
455 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
467 static int tegra210_mbdrc_vol_put(struct snd_kcontrol *kcontrol,
471 (struct soc_mixer_control *)kcontrol->private_value;
472 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);