Skip to content
Commit 1c7276cf authored by Mike Waychison's avatar Mike Waychison Committed by Takashi Iwai
Browse files

ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUME



When SND_HDA_NEEDS_RESUME is not defined, the compiler identifies that
the following symbols are static but not used:

 restore_shutup_pins
 hda_cleanup_all_streams

Fix warnings by adding SND_HDA_NEEDS_RESUME guards.

Signed-off-by: default avatarMike Waychison <mikew@google.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6981d184
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment