ALSA: constify functions in ac97

Signed-off-by: Hanno Boeck <hanno@hboeck.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Hanno Boeck
2011-01-14 19:14:47 +01:00
committed by Takashi Iwai
parent f8fe80e438
commit 3e8b3b90fe
3 changed files with 33 additions and 33 deletions

View File

@@ -477,7 +477,7 @@ struct snd_ac97_template {
struct snd_ac97 {
/* -- lowlevel (hardware) driver specific -- */
struct snd_ac97_build_ops * build_ops;
const struct snd_ac97_build_ops *build_ops;
void *private_data;
void (*private_free) (struct snd_ac97 *ac97);
/* --- */