diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-10-21 10:31:45 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-10-21 10:31:45 -0400 |
commit | b55447a7301b12d509df4b2909ed38d125ad83d4 (patch) | |
tree | 265c4b3b0c3a63956d1149bc24826aa826bde3e5 /sound/pci/hda/patch_hdmi.c | |
parent | cc1a95d9f6423ced191b6f264e9657d98844ea0d (diff) |
ALSA: hda - Fix typos in patch_hdmi.c
... 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>
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index fbd18599b0f9..0f9b10322b2a 100644 --- 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) | |||
539 | } | 539 | } |
540 | } | 540 | } |
541 | #else | 541 | #else |
542 | static inline int snd_hda_eld_proc_new(struct hdmi_spec_per_pin *per_pin, | 542 | static inline int eld_proc_new(struct hdmi_spec_per_pin *per_pin, |
543 | int index) | 543 | int index) |
544 | { | 544 | { |
545 | return 0; | 545 | return 0; |
546 | } | 546 | } |
547 | static inline void snd_hda_eld_proc_free(struct hdmi_spec_per_pin *per_pin) | 547 | static inline void eld_proc_free(struct hdmi_spec_per_pin *per_pin) |
548 | { | 548 | { |
549 | } | 549 | } |
550 | #endif | 550 | #endif |