Commit 31522764 authored by Mark Brown's avatar Mark Brown

ASoC: wm_adsp: Fix support for firmware switching on DSP2 and higher

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 06dc374c
......@@ -196,7 +196,7 @@ static int wm_adsp_fw_put(struct snd_kcontrol *kcontrol,
if (adsp[e->shift_l].running)
return -EBUSY;
adsp->fw = ucontrol->value.integer.value[0];
adsp[e->shift_l].fw = ucontrol->value.integer.value[0];
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment