]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix a compile warning when CONFIG_PM=n
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Dec 2008 10:47:17 +0000 (11:47 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 Dec 2008 10:48:33 +0000 (11:48 +0100)
commit5c0b9bec460c348d2ee5a800c288e5d0e8fcda66
tree8feaee6399fd52f1b4bae94551878e45c476a75d
parent11d518e07d700eeb5bcec36bfd5f501e405230dd
ALSA: hda - Fix a compile warning when CONFIG_PM=n

Fixed the compile warning regarding the unused function when built
with CONFIG_PM=n:
  sound/pci/hda/hda_intel.c:1905: warning: ‘snd_hda_codecs_inuse’ defined but not used

snd_hda_codecs_inuse() is used only in the resume callback.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c