Tag: 064e186f8fe7f5e1c59f74bc455ac3aa18efa503

ALSA: atiixp: constify atiixp_dma_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The atiixp_dma_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/atiixp.c | 6 +++— sound/pci/atiixp_modem.c | 4 ++– 2 files changed, 5 insertions(+), 5 deletions(-)   diff –git a/sound/pci/atiixp.c b/sound/pci/atiixp.c index 1028fc8..2ce0022 100644 — a/sound/pci/atiixp.c +++ b/sound/pci/atiixp.c …

Continue reading