summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ipc.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-03-07 07:24:36 +0100
committerTakashi Iwai <tiwai@suse.de>2020-03-07 07:24:36 +0100
commit5a56996b0f13b9a5db0ca60528d13c661d37377a (patch)
tree274167e81431bf77f5beef2a7ca298d8b1e0b063 /sound/soc/sof/ipc.c
parent95dbf14b236f3147f716cd159bd29461916c610e (diff)
parent3fb83cbee1de58fcd5d22f1db89460bb7c08b6e8 (diff)
downloadlinux-stable-5a56996b0f13b9a5db0ca60528d13c661d37377a.tar.gz
linux-stable-5a56996b0f13b9a5db0ca60528d13c661d37377a.tar.bz2
linux-stable-5a56996b0f13b9a5db0ca60528d13c661d37377a.zip
Merge tag 'asoc-fix-v5.6-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.6 More fixes that have arrived since the merge window, spread out all over. There's a few things like the operation callback addition for rt1015 and the meson reset addition which add small new bits of functionality to fix non-working systems, they're all very small and for parts of newly added functionality.
Diffstat (limited to 'sound/soc/sof/ipc.c')
-rw-r--r--sound/soc/sof/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/ipc.c b/sound/soc/sof/ipc.c
index b63fc529b456..78aa1da7c7a9 100644
--- a/sound/soc/sof/ipc.c
+++ b/sound/soc/sof/ipc.c
@@ -499,7 +499,7 @@ int snd_sof_ipc_stream_posn(struct snd_soc_component *scomp,
/* send IPC to the DSP */
err = sof_ipc_tx_message(sdev->ipc,
- stream.hdr.cmd, &stream, sizeof(stream), &posn,
+ stream.hdr.cmd, &stream, sizeof(stream), posn,
sizeof(*posn));
if (err < 0) {
dev_err(sdev->dev, "error: failed to get stream %d position\n",