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.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user