projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6298117
)
ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_ops
author
Richard Fitzgerald
<rf@opensource.wolfsonmicro.com>
Wed, 24 May 2017 09:59:39 +0000
(10:59 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 24 May 2017 17:10:51 +0000
(18:10 +0100)
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>
sound/soc/codecs/wm_adsp.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_adsp.c
b/sound/soc/codecs/wm_adsp.c
index a7dc76030ee4462c4908158fec8b9fa6a17850c0..5aff83be375ce34381617498f0fe74a9da5d6f8e 100644
(file)
--- 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 {