ASoC: SOF:control: Fix variable type in snd_sof_refresh_control()
authorPeter Ujfalusi <peter.ujfalusi@gmail.com>
Wed, 3 Nov 2021 08:27:10 +0000 (10:27 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 4 Nov 2021 13:33:22 +0000 (13:33 +0000)
commitd9835eaa3e9fb4770745294fef3f8416446178c0
tree7d34290268a0fd4aadd5c5635d9a5eea88d01c3e
parenta2697972b9369c41afea8a928c30ac5b7f28d292
ASoC: SOF:control: Fix variable type in snd_sof_refresh_control()

The second parameter for snd_sof_ipc_set_get_comp_data() is ipc_cmd, not
ipc_ctrl_type and the type is u32.

Fixes: 756bbe4205bc6 ("ASoC: SOF: Handle control change notification from firmware")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Acked-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20211103082710.17165-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/control.c