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>
This commit is contained in:
Hannes Eder 2008-11-21 16:03:24 +01:00 committed by Takashi Iwai
parent 11b444d562
commit 42e81c991a
1 changed files with 1 additions and 0 deletions

View File

@ -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;