Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649390
| From | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_ops |
| Date | 2017-05-24 12:00 +0200 |
| Message-ID | <tKBfb-EZ-9@gated-at.bofh.it> (permalink) |
| References | <tKBfb-EZ-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The xinfo member of struct wm_coeff_ctl_ops is never used.
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm_adsp.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index a7dc760..5aff83b 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -482,8 +482,6 @@ struct wm_coeff_ctl_ops {
struct snd_ctl_elem_value *ucontrol);
int (*xput)(struct snd_kcontrol *kcontrol,
struct snd_ctl_elem_value *ucontrol);
- int (*xinfo)(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_info *uinfo);
};
struct wm_coeff_ctl {
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/2] ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_ops Richard Fitzgerald <rf@opensource.wolfsonmicro.com> - 2017-05-24 12:00 +0200 Applied "ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_ops" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-05-24 19:50 +0200
csiph-web