diff options
author | Hannes Eder <hannes@hanneseder.net> | 2008-11-21 10:03:24 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-21 10:05:16 -0500 |
commit | 42e81c991a71909929f8d0cdcdf8ced68799388a (patch) | |
tree | 6d0ff8ee6d3ec36658093535e54c088ff02d8854 /sound | |
parent | 11b444d5627d87beb55029601cf8d2c9fa9324fd (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')
-rw-r--r-- | sound/pci/hda/patch_nvhdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c index 2eed2c8b98da..1360d54a7d01 100644 --- a/sound/pci/hda/patch_nvhdmi.c +++ b/sound/pci/hda/patch_nvhdmi.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <sound/core.h> | 28 | #include <sound/core.h> |
29 | #include "hda_codec.h" | 29 | #include "hda_codec.h" |
30 | #include "hda_local.h" | 30 | #include "hda_local.h" |
31 | #include "hda_patch.h" | ||
31 | 32 | ||
32 | struct nvhdmi_spec { | 33 | struct nvhdmi_spec { |
33 | struct hda_multi_out multiout; | 34 | struct hda_multi_out multiout; |