Skip to content

Commit 82f1627

Browse files
committed
Merge tag 'asoc-fix-v6.2-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fix for v6.2 One non-urgent fix for v6.2, this could possibly wait till the merge window.
2 parents 9251584 + 5afc7ee commit 82f1627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ static inline u64 snd_sof_dsp_read64(struct snd_sof_dev *sdev, u32 bar,
357357
}
358358

359359
static inline void snd_sof_dsp_update8(struct snd_sof_dev *sdev, u32 bar,
360-
u32 offset, u8 value, u8 mask)
360+
u32 offset, u8 mask, u8 value)
361361
{
362362
u8 reg;
363363

0 commit comments

Comments
 (0)