ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_ops
The xinfo member of struct wm_coeff_ctl_ops is never used. Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6298117a5c
commit
f6db09488f
|
@ -482,8 +482,6 @@ struct wm_coeff_ctl_ops {
|
||||||
struct snd_ctl_elem_value *ucontrol);
|
struct snd_ctl_elem_value *ucontrol);
|
||||||
int (*xput)(struct snd_kcontrol *kcontrol,
|
int (*xput)(struct snd_kcontrol *kcontrol,
|
||||||
struct snd_ctl_elem_value *ucontrol);
|
struct snd_ctl_elem_value *ucontrol);
|
||||||
int (*xinfo)(struct snd_kcontrol *kcontrol,
|
|
||||||
struct snd_ctl_elem_info *uinfo);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wm_coeff_ctl {
|
struct wm_coeff_ctl {
|
||||||
|
|
Loading…
Reference in New Issue