]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Add CONFIG_SND_HDA_POWER_SAVE to stac_vrefout_set()
authorWang Shaoyan <wangshaoyan.pt@taobao.com>
Wed, 10 Aug 2011 08:01:04 +0000 (16:01 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Aug 2011 09:22:08 +0000 (11:22 +0200)
commitfc20e3e0f7eb644ba857d1cae9b08926906772db
tree51ac6aa3b911b1a18e15981c7cd27823fe635760
parent97dc0b514b345587c4a886157899e163673bc8d6
ALSA: hda - Add CONFIG_SND_HDA_POWER_SAVE to stac_vrefout_set()

In commit 8970d10c, it add new function stac_vrefout_set, but it
is only used in code between CONFIG_SND_HDA_POWER_SAVE macro, so
add the macro to avoid such warning:

  sound/pci/hda/patch_sigmatel.c:676:12: warning: 'stac_vrefout_set' defined but not used

Signed-off-by: Wang Shaoyan <wangshaoyan.pt@taobao.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c