Lines Matching defs:kcontrol

1146 				struct snd_kcontrol *kcontrol, int event)
1156 struct snd_kcontrol *kcontrol,
1220 struct snd_kcontrol *kcontrol, int event)
1448 struct snd_kcontrol *kcontrol,
1580 struct snd_kcontrol *kcontrol,
1664 struct snd_kcontrol *kcontrol,
1715 struct snd_kcontrol *kcontrol,
1754 static int wsa_macro_get_ec_hq(struct snd_kcontrol *kcontrol,
1758 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1759 int ec_tx = ((struct soc_mixer_control *) kcontrol->private_value)->shift;
1767 static int wsa_macro_set_ec_hq(struct snd_kcontrol *kcontrol,
1770 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1771 int ec_tx = ((struct soc_mixer_control *) kcontrol->private_value)->shift;
1780 static int wsa_macro_get_compander(struct snd_kcontrol *kcontrol,
1784 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1785 int comp = ((struct soc_mixer_control *) kcontrol->private_value)->shift;
1792 static int wsa_macro_set_compander(struct snd_kcontrol *kcontrol,
1795 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1796 int comp = ((struct soc_mixer_control *) kcontrol->private_value)->shift;
1805 static int wsa_macro_ear_spkr_pa_gain_get(struct snd_kcontrol *kcontrol,
1808 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1816 static int wsa_macro_ear_spkr_pa_gain_put(struct snd_kcontrol *kcontrol,
1819 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1827 static int wsa_macro_rx_mux_get(struct snd_kcontrol *kcontrol,
1831 snd_soc_dapm_kcontrol_widget(kcontrol);
1841 static int wsa_macro_rx_mux_put(struct snd_kcontrol *kcontrol,
1845 snd_soc_dapm_kcontrol_widget(kcontrol);
1848 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
1889 snd_soc_dapm_mux_update_power(widget->dapm, kcontrol,
1894 static int wsa_macro_soft_clip_enable_get(struct snd_kcontrol *kcontrol,
1897 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1899 int path = ((struct soc_mixer_control *)kcontrol->private_value)->shift;
1906 static int wsa_macro_soft_clip_enable_put(struct snd_kcontrol *kcontrol,
1909 struct snd_soc_component *component = snd_soc_kcontrol_component(kcontrol);
1911 int path = ((struct soc_mixer_control *) kcontrol->private_value)->shift;
1966 static int wsa_macro_vi_feed_mixer_get(struct snd_kcontrol *kcontrol,
1969 struct snd_soc_dapm_widget *widget = snd_soc_dapm_kcontrol_widget(kcontrol);
1971 struct soc_mixer_control *mixer = (struct soc_mixer_control *)kcontrol->private_value;
1984 static int wsa_macro_vi_feed_mixer_put(struct snd_kcontrol *kcontrol,
1987 struct snd_soc_dapm_widget *widget = snd_soc_dapm_kcontrol_widget(kcontrol);
1989 struct soc_mixer_control *mixer = (struct soc_mixer_control *)kcontrol->private_value;
2025 snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, NULL);