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:

committed by
Takashi Iwai

parent
f8fe80e438
commit
3e8b3b90fe
@@ -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);
|
||||
/* --- */
|
||||
|
Reference in New Issue
Block a user