diff options
author | Rander Wang <[email protected]> | 2023-02-08 12:44:04 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-02-08 11:51:45 +0000 |
commit | 5afc7eefe41645259da84898fc55f6f46cb4de47 (patch) | |
tree | 5268c599519c6ffffd92dbd1ec28c5b98e2f6a68 /drivers/platform/surface/aggregator/controller.c | |
parent | c173ee5b2fa6195066674d66d1d7e191010fb1ff (diff) |
ASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8
SOF driver calls snd_sof_dsp_update8 with parameters mask and value but
the snd_sof_dsp_update8 declares these two parameters in reverse order.
This causes some issues such as d0i3 register can't be set correctly
Now change function definition according to common SOF usage.
Fixes: c28a36b012f1 ("ASoC: SOF: ops: add snd_sof_dsp_updateb() helper")
Signed-off-by: Rander Wang <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Chao Song <[email protected]>
Reviewed-by: Péter Ujfalusi <[email protected]>
Reviewed-by: Liam Girdwood <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Peter Ujfalusi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/platform/surface/aggregator/controller.c')
0 files changed, 0 insertions, 0 deletions