summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-10-21 14:31:45 (GMT)
committerJiri Slaby <jslaby@suse.cz>2014-03-12 12:25:29 (GMT)
commit94a6ebf42ef158a5a7812c7bc2bc9d68adcfc68f (patch)
tree87713353d4729e57934430197ff533bf718e19d0 /sound
parent24c0e78005d2cfdc675397aae1066a05bbe5d263 (diff)
downloadlinux-fsl-qoriq-94a6ebf42ef158a5a7812c7bc2bc9d68adcfc68f.tar.xz
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 <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'sound')
-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 0b803af..8b1e1d8 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