Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0623536c authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Add missing static for snd_hda_eld_proc_new() inline funciton



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent acdda791
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -490,7 +490,8 @@ void snd_hdmi_show_eld(struct hdmi_eld *eld);
#ifdef CONFIG_PROC_FS
int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld);
#else
inline int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld)
static inline int snd_hda_eld_proc_new(struct hda_codec *codec,
				       struct hdmi_eld *eld)
{
	return 0;
}