Skip to content

Commit

Permalink
ASoC: wm_adsp: Fix support for firmware switching on DSP2 and higher
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jan 30, 2013
1 parent 06dc374 commit 3152276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm_adsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3152276

Please sign in to comment.