From: Takashi Iwai Date: Mon, 21 Oct 2013 14:31:45 +0000 (+0200) Subject: ALSA: hda - Fix typos in patch_hdmi.c X-Git-Tag: submit/tizen_common/20140905.094502~474 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94a6ebf42ef158a5a7812c7bc2bc9d68adcfc68f;p=sdk%2Femulator%2Femulator-kernel.git ALSA: hda - Fix typos in patch_hdmi.c commit b55447a7301b12d509df4b2909ed38d125ad83d4 upstream. ... which was introduced by the previous commit a4e9a38b, causing build errors without CONFIG_PROC_FS. Reported-by: Fengguang Wu Signed-off-by: Takashi Iwai Signed-off-by: Jiri Slaby --- diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 0b803af43b6d..8b1e1d8775ba 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -552,12 +552,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