diff options
author | Pierre-Louis Bossart <[email protected]> | 2022-04-14 13:48:10 -0500 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-04-19 12:03:39 +0100 |
commit | 856601e5a7ebe69b1c07adef7be80f9a03884329 (patch) | |
tree | 4e194ba390c8bfc3352de82c3eac2a4493d4ab27 /tools/perf/scripts/python/sched-migration.py | |
parent | 53fe24c2c76383712bedee6a9e4ebe2ec595345b (diff) |
ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'
Now that we start having multiple platforms with minor variants, the
use of the const qualifier for 'dsp_ops' is starting to be
sub-optimal: the structures are copied across platforms, with only a
couple of members that differ.
This patch removes the const qualifier without any functionality
changes, and adds an optional initialization callback. In follow-up
patches, the dsp_ops will revisited for Intel HDaudio platforms, with
the differences added programmatically over a common baseline.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Péter Ujfalusi <[email protected]>
Reviewed-by: Kai Vehmanen <[email protected]>
Reviewed-by: Rander Wang <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions