mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 13:22:55 +00:00
ASoC: wm_adsp: Fix support for firmware switching on DSP2 and higher
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
06dc374c70
commit
31522764c6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user