Commit 94a6ebf4 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jiri Slaby

ALSA: hda - Fix typos in patch_hdmi.c

commit b55447a7 upstream.

... which was introduced by the previous commit a4e9a38b, causing
build errors without CONFIG_PROC_FS.
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 24c0e780
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment