projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc1a95d
)
ALSA: hda - Fix typos in patch_hdmi.c
author
Takashi Iwai
<
[email protected]
>
Mon, 21 Oct 2013 14:31:45 +0000
(16:31 +0200)
committer
Takashi Iwai
<
[email protected]
>
Mon, 21 Oct 2013 14:31:45 +0000
(16:31 +0200)
... which was introduced by the previous commit
a4e9a38b
, causing
build errors without CONFIG_PROC_FS.
Reported-by: Fengguang Wu <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/hda/patch_hdmi.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_hdmi.c
b/sound/pci/hda/patch_hdmi.c
index fbd18599b0f9b70a0ee1d989e1cc0d1a6028072d..0f9b10322b2a818b869df52e918afd3882b59ca5 100644
(file)
--- a/
sound/pci/hda/patch_hdmi.c
+++ b/
sound/pci/hda/patch_hdmi.c
@@
-539,12
+539,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