commit | ff2b7e2a3fdb341a235e0b2eccc3c8914d26c1fb | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 28 08:59:30 2011 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jun 28 08:59:30 2011 +0200 |
tree | 6adb59c3318d6861cb7b0271b6a3cfc033b3450f | |
parent | 880a050f4ac4399c9da4aea3ca19a701f9a727e0 [diff] |
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>