Tag: 55a8aeef6dbdb90f5ee97801b86c73ffd93e8afd

ALSA: cs5535audio: constify cs5535audio_dma_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The cs5535audio_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/cs5535audio/cs5535audio_pcm.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   diff –git a/sound/pci/cs5535audio/cs5535audio_pcm.c b/sound/pci/cs5535audio/cs5535audio_pcm.c index 9c2dc91..27fa57d 100644 — a/sound/pci/cs5535audio/cs5535audio_pcm.c +++ b/sound/pci/cs5535audio/cs5535audio_pcm.c @@ -402,7 +402,7 @@ …

Continue reading