|
|
@@ -362,7 +362,7 @@ static int wm8994_put_drc_enum(struct snd_kcontrol *kcontrol,
|
|
|
struct wm8994 *control = wm8994->wm8994;
|
|
|
struct wm8994_pdata *pdata = &control->pdata;
|
|
|
int drc = wm8994_get_drc(kcontrol->id.name);
|
|
|
- int value = ucontrol->value.integer.value[0];
|
|
|
+ int value = ucontrol->value.enumerated.item[0];
|
|
|
|
|
|
if (drc < 0)
|
|
|
return drc;
|
|
|
@@ -469,7 +469,7 @@ static int wm8994_put_retune_mobile_enum(struct snd_kcontrol *kcontrol,
|
|
|
struct wm8994 *control = wm8994->wm8994;
|
|
|
struct wm8994_pdata *pdata = &control->pdata;
|
|
|
int block = wm8994_get_retune_mobile_block(kcontrol->id.name);
|
|
|
- int value = ucontrol->value.integer.value[0];
|
|
|
+ int value = ucontrol->value.enumerated.item[0];
|
|
|
|
|
|
if (block < 0)
|
|
|
return block;
|