diff options
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index f3a9b559e0fe..5487a94f4595 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c | |||
@@ -196,7 +196,7 @@ static int wm_adsp_fw_put(struct snd_kcontrol *kcontrol, | |||
196 | if (adsp[e->shift_l].running) | 196 | if (adsp[e->shift_l].running) |
197 | return -EBUSY; | 197 | return -EBUSY; |
198 | 198 | ||
199 | adsp->fw = ucontrol->value.integer.value[0]; | 199 | adsp[e->shift_l].fw = ucontrol->value.integer.value[0]; |
200 | 200 | ||
201 | return 0; | 201 | return 0; |
202 | } | 202 | } |