projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acdda79
)
ALSA: hda - Add missing static for snd_hda_eld_proc_new() inline funciton
author
Takashi Iwai
<tiwai@suse.de>
Fri, 21 Nov 2008 07:54:54 +0000
(08:54 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 21 Nov 2008 07:54:54 +0000
(08:54 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_local.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_local.h
b/sound/pci/hda/hda_local.h
index a2d01a9a0b163065a1172201049e7eb3329b4cb4..c71505a4f99d3d646bb8f2e8e517aa37dba27c0f 100644
(file)
--- a/
sound/pci/hda/hda_local.h
+++ b/
sound/pci/hda/hda_local.h
@@
-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;
}