aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2023-02-16 14:29:54 +0100
committerGravatar Takashi Iwai <tiwai@suse.de> 2023-02-16 14:29:54 +0100
commit82f1627cb6339ee32db22c89c750c0e359e5c72e (patch)
treecc3ecb759bfdff900c193cf02814910664415a1d /sound
parentALSA: hda/realtek: Enable mute/micmute LEDs and speaker support for HP Laptops (diff)
parentASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8 (diff)
downloadlinux-82f1627cb6339ee32db22c89c750c0e359e5c72e.tar.gz
linux-82f1627cb6339ee32db22c89c750c0e359e5c72e.tar.bz2
linux-82f1627cb6339ee32db22c89c750c0e359e5c72e.zip
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.
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/sof/ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/ops.h b/sound/soc/sof/ops.h
index c52752250565..3b3f3cf7af38 100644
--- a/sound/soc/sof/ops.h
+++ b/sound/soc/sof/ops.h
@@ -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;