Skip to content

Commit

Permalink
Merge tag 'asoc-fix-v6.2-rc8' of https://git.kernel.org/pub/scm/linux…
Browse files Browse the repository at this point in the history
…/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.
  • Loading branch information
Takashi Iwai committed Feb 16, 2023
2 parents 9251584 + 5afc7ee commit 82f1627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sof/ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static inline u64 snd_sof_dsp_read64(struct snd_sof_dev *sdev, u32 bar,
}

static inline void snd_sof_dsp_update8(struct snd_sof_dev *sdev, u32 bar,
u32 offset, u8 value, u8 mask)
u32 offset, u8 mask, u8 value)
{
u8 reg;

Expand Down

0 comments on commit 82f1627

Please sign in to comment.