diff options
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 2016-10-03 11:40:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-21 12:02:36 +0100 |
commit | 90554f2e2d53f80fb6200e277d5a20884531e945 (patch) | |
tree | 4cb784f3489ef06ff9b1a647159dbc27a09b5d09 | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
ASoC: wm_adsp: Remove duplicate set of kcontrol->iface
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index b943dde8dbe5..7320fcacd86a 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -967,7 +967,6 @@ static int wmfw_add_ctl(struct wm_adsp *dsp, struct wm_coeff_ctl *ctl) kcontrol = kzalloc(sizeof(*kcontrol), GFP_KERNEL); if (!kcontrol) return -ENOMEM; - kcontrol->iface = SNDRV_CTL_ELEM_IFACE_MIXER; kcontrol->name = ctl->name; kcontrol->info = wm_coeff_info; |