ALSA: hda - Fix typos in patch_hdmi.c
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Oct 2013 14:31:45 +0000 (16:31 +0200)
committerJiri Slaby <jslaby@suse.cz>
Wed, 12 Mar 2014 12:25:29 +0000 (13:25 +0100)
commit b55447a7301b12d509df4b2909ed38d125ad83d4 upstream.

... which was introduced by the previous commit a4e9a38b, causing
build errors without CONFIG_PROC_FS.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
sound/pci/hda/patch_hdmi.c

index 0b803af43b6d529dcee6a9a58b840ac7e1ab7338..8b1e1d8775babce1daf35fadce7b97014734b1b5 100644 (file)
@@ -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