[ALSA] ASoC: build fix for snd_soc_info_bool_ext

I suspect that snd_ctl_boolean_mono should have been
snd_ctl_boolean_mono_info instead. This fixes the build for magician.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Philipp Zabel and committed by Takashi Iwai 392abe9c 5b006137

+1 -1
+1 -1
include/sound/soc.h
··· 238 238 struct snd_ctl_elem_info *uinfo); 239 239 int snd_soc_info_volsw_ext(struct snd_kcontrol *kcontrol, 240 240 struct snd_ctl_elem_info *uinfo); 241 - #define snd_soc_info_bool_ext snd_ctl_boolean_mono 241 + #define snd_soc_info_bool_ext snd_ctl_boolean_mono_info 242 242 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, 243 243 struct snd_ctl_elem_value *ucontrol); 244 244 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol,