Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42e81c99 authored by Hannes Eder's avatar Hannes Eder Committed by Takashi Iwai
Browse files

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: default avatarHannes Eder <hannes@hanneseder.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 11b444d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;