]> Git Repo - linux.git/commitdiff
const_structs.checkpatch: add a few sound ops structs
authorRikard Falkeborn <[email protected]>
Tue, 9 Nov 2021 02:33:28 +0000 (18:33 -0800)
committerLinus Torvalds <[email protected]>
Tue, 9 Nov 2021 18:02:50 +0000 (10:02 -0800)
Add a couple of commonly used (>50 instances) sound ops structs that are
typically const.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Rikard Falkeborn <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/const_structs.checkpatch

index 1aae4f4fdacce49005167ff296790ec3719fe5e7..3980985205a060ebd23db44f596ec993e329a235 100644 (file)
@@ -54,7 +54,11 @@ sd_desc
 seq_operations
 sirfsoc_padmux
 snd_ac97_build_ops
+snd_pcm_ops
+snd_rawmidi_ops
 snd_soc_component_driver
+snd_soc_dai_ops
+snd_soc_ops
 soc_pcmcia_socket_ops
 stacktrace_ops
 sysfs_ops
This page took 0.058553 seconds and 4 git commands to generate.