Lines Matching refs:kcontrol

18 int snd_sof_volume_get(struct snd_kcontrol *kcontrol,  in snd_sof_volume_get()  argument
21 struct soc_mixer_control *sm = (struct soc_mixer_control *)kcontrol->private_value; in snd_sof_volume_get()
33 int snd_sof_volume_put(struct snd_kcontrol *kcontrol, in snd_sof_volume_put() argument
36 struct soc_mixer_control *sm = (struct soc_mixer_control *)kcontrol->private_value; in snd_sof_volume_put()
48 int snd_sof_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_sof_volume_info() argument
50 struct soc_mixer_control *sm = (struct soc_mixer_control *)kcontrol->private_value; in snd_sof_volume_info()
59 if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume")) in snd_sof_volume_info()
70 int snd_sof_switch_get(struct snd_kcontrol *kcontrol, in snd_sof_switch_get() argument
73 struct soc_mixer_control *sm = (struct soc_mixer_control *)kcontrol->private_value; in snd_sof_switch_get()
85 int snd_sof_switch_put(struct snd_kcontrol *kcontrol, in snd_sof_switch_put() argument
88 struct soc_mixer_control *sm = (struct soc_mixer_control *)kcontrol->private_value; in snd_sof_switch_put()
100 int snd_sof_enum_get(struct snd_kcontrol *kcontrol, in snd_sof_enum_get() argument
103 struct soc_enum *se = (struct soc_enum *)kcontrol->private_value; in snd_sof_enum_get()
115 int snd_sof_enum_put(struct snd_kcontrol *kcontrol, in snd_sof_enum_put() argument
118 struct soc_enum *se = (struct soc_enum *)kcontrol->private_value; in snd_sof_enum_put()
130 int snd_sof_bytes_get(struct snd_kcontrol *kcontrol, in snd_sof_bytes_get() argument
133 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_get()
145 int snd_sof_bytes_put(struct snd_kcontrol *kcontrol, in snd_sof_bytes_put() argument
148 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_put()
160 int snd_sof_bytes_ext_put(struct snd_kcontrol *kcontrol, in snd_sof_bytes_ext_put() argument
164 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_put()
180 int snd_sof_bytes_ext_volatile_get(struct snd_kcontrol *kcontrol, unsigned int __user *binary_data, in snd_sof_bytes_ext_volatile_get() argument
183 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_volatile_get()
207 int snd_sof_bytes_ext_get(struct snd_kcontrol *kcontrol, in snd_sof_bytes_ext_get() argument
211 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_get()