From b55447a7301b12d509df4b2909ed38d125ad83d4 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 21 Oct 2013 16:31:45 +0200 Subject: [PATCH] ALSA: hda - Fix typos in patch_hdmi.c ... which was introduced by the previous commit a4e9a38b, causing build errors without CONFIG_PROC_FS. Reported-by: Fengguang Wu Signed-off-by: Takashi Iwai --- sound/pci/hda/patch_hdmi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index fbd18599b0f9..0f9b10322b2a 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 -- 2.45.2