git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d518e
)
ALSA: hda - Fix a compile warning when CONFIG_PM=n
author
Takashi Iwai
<tiwai@suse.de>
Thu, 11 Dec 2008 10:47:17 +0000
(11:47 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 11 Dec 2008 10:48:33 +0000
(11:48 +0100)
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>
No differences found