aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_nvhdmi.c
diff options
context:
space:
mode:
authorHannes Eder <hannes@hanneseder.net>2008-11-21 16:03:24 +0100
committerTakashi Iwai <tiwai@suse.de>2008-11-21 16:05:16 +0100
commit42e81c991a71909929f8d0cdcdf8ced68799388a (patch)
tree6d0ff8ee6d3ec36658093535e54c088ff02d8854 /sound/pci/hda/patch_nvhdmi.c
parent11b444d5627d87beb55029601cf8d2c9fa9324fd (diff)
ALSA: hda - fix sparse warning
Fix the following sparse warning: sound/pci/hda/patch_nvhdmi.c:161:25: warning: symbol 'snd_hda_preset_nvhdmi' was not declared. Should it be static? Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_nvhdmi.c')
-rw-r--r--sound/pci/hda/patch_nvhdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c
index 2eed2c8b98d..1360d54a7d0 100644
--- a/sound/pci/hda/patch_nvhdmi.c
+++ b/sound/pci/hda/patch_nvhdmi.c
@@ -28,6 +28,7 @@
#include <sound/core.h>
#include "hda_codec.h"
#include "hda_local.h"
+#include "hda_patch.h"
struct nvhdmi_spec {
struct hda_multi_out multiout;