diff options
author | Mark Brown <broonie@kernel.org> | 2020-03-04 13:38:36 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-04 13:38:36 +0000 |
commit | d98bf8894bfbff7c1899a5d050106b287b12182e (patch) | |
tree | 2c410a572846f7565169a298eab7cfccd77e569f /sound/soc/sof/ipc.c | |
parent | 14beaccc36dc9c1afbe6da627b873bf1d6849234 (diff) | |
parent | 613cea5935e83cb5a7d182ee3f98d54620e102e2 (diff) |
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
Diffstat (limited to 'sound/soc/sof/ipc.c')
-rw-r--r-- | sound/soc/sof/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/ipc.c b/sound/soc/sof/ipc.c index cc5762706c9c..1c6794918cbb 100644 --- a/sound/soc/sof/ipc.c +++ b/sound/soc/sof/ipc.c @@ -526,7 +526,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", |