]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix warnings with CONFIG_SND_POWER_SAVE=n
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Jun 2011 06:59:30 +0000 (08:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Jun 2011 06:59:30 +0000 (08:59 +0200)
commitd0a19182518aea4741a8a6b45d1183324f60aed3
tree6adb59c3318d6861cb7b0271b6a3cfc033b3450f
parent11e036115ba1f5fbcf22ce6bd13869cc219bacf7
ALSA: hda - Fix warnings with CONFIG_SND_POWER_SAVE=n

Use static inline for dummy function to fix the warnings like below
  sound/pci/hda/patch_sigmatel.c: In function ‘stac92xx_init’:
  sound/pci/hda/patch_sigmatel.c:4387:3: warning: statement with no effect
  sound/pci/hda/patch_sigmatel.c: In function ‘stac92xx_resume’:
  sound/pci/hda/patch_sigmatel.c:4927:3: warning: statement with no effect

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