aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97/ac97_patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ac97/ac97_patch.h')
-rw-r--r--sound/pci/ac97/ac97_patch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.h b/sound/pci/ac97/ac97_patch.h
index 9cccc27ea1b5..47bf8dfe8276 100644
--- a/sound/pci/ac97/ac97_patch.h
+++ b/sound/pci/ac97/ac97_patch.h
@@ -83,8 +83,10 @@ static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1,
83 const char *s2, const char *suffix); 83 const char *s2, const char *suffix);
84static void snd_ac97_rename_vol_ctl(struct snd_ac97 *ac97, const char *src, 84static void snd_ac97_rename_vol_ctl(struct snd_ac97 *ac97, const char *src,
85 const char *dst); 85 const char *dst);
86#ifdef CONFIG_PM
86static void snd_ac97_restore_status(struct snd_ac97 *ac97); 87static void snd_ac97_restore_status(struct snd_ac97 *ac97);
87static void snd_ac97_restore_iec958(struct snd_ac97 *ac97); 88static void snd_ac97_restore_iec958(struct snd_ac97 *ac97);
89#endif
88static int snd_ac97_info_enum_double(struct snd_kcontrol *kcontrol, 90static int snd_ac97_info_enum_double(struct snd_kcontrol *kcontrol,
89 struct snd_ctl_elem_info *uinfo); 91 struct snd_ctl_elem_info *uinfo);
90static int snd_ac97_get_enum_double(struct snd_kcontrol *kcontrol, 92static int snd_ac97_get_enum_double(struct snd_kcontrol *kcontrol,