aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r--sound/pci/hda/hda_local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h
index a2d01a9a0b1..c71505a4f99 100644
--- a/sound/pci/hda/hda_local.h
+++ b/sound/pci/hda/hda_local.h
@@ -490,7 +490,8 @@ void snd_hdmi_show_eld(struct hdmi_eld *eld);
490#ifdef CONFIG_PROC_FS 490#ifdef CONFIG_PROC_FS
491int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld); 491int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld);
492#else 492#else
493inline int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld) 493static inline int snd_hda_eld_proc_new(struct hda_codec *codec,
494 struct hdmi_eld *eld)
494{ 495{
495 return 0; 496 return 0;
496} 497}