diff options
author | Mark Brown <broonie@kernel.org> | 2023-03-13 14:07:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-13 14:07:37 +0000 |
commit | 4727d4d775654986913a21c35c7cfaf1ecdafd62 (patch) | |
tree | 8d9cc0ea1e8c43528b5e6fd69b1d82a36651069a /sound/soc/sof/ipc4-control.c | |
parent | 32ef0f1a7f01b1832e108380bb2178270058f1f6 (diff) | |
parent | e041a2a550582106cba6a7c862c90dfc2ad14492 (diff) |
ASoC: Merge up fixes as a dependency for future SOF work
New SOF changes require the current set of fixes.
Diffstat (limited to 'sound/soc/sof/ipc4-control.c')
-rw-r--r-- | sound/soc/sof/ipc4-control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/sof/ipc4-control.c b/sound/soc/sof/ipc4-control.c index 67bd2233fd9a..9a71af1a613a 100644 --- a/sound/soc/sof/ipc4-control.c +++ b/sound/soc/sof/ipc4-control.c @@ -97,7 +97,8 @@ sof_ipc4_set_volume_data(struct snd_sof_dev *sdev, struct snd_sof_widget *swidge } /* set curve type and duration from topology */ - data.curve_duration = gain->data.curve_duration; + data.curve_duration_l = gain->data.curve_duration_l; + data.curve_duration_h = gain->data.curve_duration_h; data.curve_type = gain->data.curve_type; msg->data_ptr = &data; |