Tag: 43f2cdeb7a61598050028f1eae51b9cb5398af42

ALSA: ctxfi: constify rsc ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The various rsc ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Takashi Iwai — sound/pci/ctxfi/ctamixer.c | 6 +++— sound/pci/ctxfi/ctamixer.h | 2 +- sound/pci/ctxfi/ctdaio.c | 10 +++++—– sound/pci/ctxfi/ctdaio.h | 4 ++– sound/pci/ctxfi/ctresource.c | 2 +- sound/pci/ctxfi/ctresource.h | 2 +- sound/pci/ctxfi/ctsrc.c …

Continue reading