diff options
author | Takashi Iwai <[email protected]> | 2021-01-26 16:47:02 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-01-27 12:35:18 +0000 |
commit | ae07f5c7c5e9ebca5b9d6471bb4b99a9da5c6d88 (patch) | |
tree | 3196da2e408bfb381907cd3a61b827336cbb02ef /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 5413dfd8ce0d5d997d442440701814a8ce7025d9 (diff) |
ASoC: siu: Fix build error by a wrong const prefix
A const prefix was put wrongly in the middle at the code refactoring
commit 932eaf7c7904 ("ASoC: sh: siu_pcm: remove snd_pcm_ops"), which
leads to a build error as:
sound/soc/sh/siu_pcm.c:546:8: error: expected '{' before 'const'
Also, another inconsistency is that the declaration of siu_component
misses the const prefix.
This patch corrects both failures.
Fixes: 932eaf7c7904 ("ASoC: sh: siu_pcm: remove snd_pcm_ops")
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions