aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/nm256
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-08-23 17:58:42 +0530
committerTakashi Iwai <tiwai@suse.de>2017-08-23 15:55:18 +0200
commitfaa119099e4942152fd2ff823ae9961ad00db475 (patch)
tree1a4d7918d1f9902b336bffb49c5c1d6a21f7fc88 /sound/pci/nm256
parentALSA: intel8x0: constify ac97_pcm structures (diff)
downloadlinux-dev-faa119099e4942152fd2ff823ae9961ad00db475.tar.xz
linux-dev-faa119099e4942152fd2ff823ae9961ad00db475.zip
ALSA: ctxfi: make hw structures const
Make these const as they are only used in a copy operation. Done using Coccinelle: @match disable optional_qualifier@ identifier s; @@ static struct hw s = {...}; @ref@ position p; identifier match.s; @@ s@p @good1@ position ref.p; identifier match.s,f,c; expression e; @@ ( e = s@p | e = s@p.f | c(...,s@p.f,...) | c(...,s@p,...) ) @bad depends on !good1@ position ref.p; identifier match.s; @@ s@p @depends on forall !bad disable optional_qualifier@ identifier match.s; @@ static + const struct hw s; Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/nm256')
0 files changed, 0 insertions, 0 deletions