aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8994.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 24131a7f9390..c99b6da79efd 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -1433,7 +1433,7 @@ SOC_DAPM_SINGLE("AIF1.1 Switch", WM8994_DAC2_RIGHT_MIXER_ROUTING,
1433 1433
1434#define WM8994_CLASS_W_SWITCH(xname, reg, shift, max, invert) \ 1434#define WM8994_CLASS_W_SWITCH(xname, reg, shift, max, invert) \
1435 SOC_SINGLE_EXT(xname, reg, shift, max, invert, \ 1435 SOC_SINGLE_EXT(xname, reg, shift, max, invert, \
1436 snd_soc_get_volsw, wm8994_put_class_w) 1436 snd_soc_dapm_get_volsw, wm8994_put_class_w)
1437 1437
1438static int wm8994_put_class_w(struct snd_kcontrol *kcontrol, 1438static int wm8994_put_class_w(struct snd_kcontrol *kcontrol,
1439 struct snd_ctl_elem_value *ucontrol) 1439 struct snd_ctl_elem_value *ucontrol)