summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_hdmi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index fbd1859..0f9b103 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -539,12 +539,12 @@ static void eld_proc_free(struct hdmi_spec_per_pin *per_pin)
}
}
#else
-static inline int snd_hda_eld_proc_new(struct hdmi_spec_per_pin *per_pin,
- int index)
+static inline int eld_proc_new(struct hdmi_spec_per_pin *per_pin,
+ int index)
{
return 0;
}
-static inline void snd_hda_eld_proc_free(struct hdmi_spec_per_pin *per_pin)
+static inline void eld_proc_free(struct hdmi_spec_per_pin *per_pin)
{
}
#endif