|
@@ -234,7 +234,7 @@
|
|
|
.private_value = xdata }
|
|
|
#define SOC_ENUM_EXT(xname, xenum, xhandler_get, xhandler_put) \
|
|
|
{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
|
|
|
- .info = snd_soc_info_enum_ext, \
|
|
|
+ .info = snd_soc_info_enum_double, \
|
|
|
.get = xhandler_get, .put = xhandler_put, \
|
|
|
.private_value = (unsigned long)&xenum }
|
|
|
|
|
@@ -485,8 +485,6 @@ int snd_soc_add_dai_controls(struct snd_soc_dai *dai,
|
|
|
const struct snd_kcontrol_new *controls, int num_controls);
|
|
|
int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol,
|
|
|
struct snd_ctl_elem_info *uinfo);
|
|
|
-int snd_soc_info_enum_ext(struct snd_kcontrol *kcontrol,
|
|
|
- struct snd_ctl_elem_info *uinfo);
|
|
|
int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol,
|
|
|
struct snd_ctl_elem_value *ucontrol);
|
|
|
int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol,
|