]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix build error with CONFIG_SND_HDA_POWER_SAVE
authorTakashi Iwai <tiwai@suse.de>
Fri, 28 Nov 2008 06:22:18 +0000 (07:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 28 Nov 2008 06:22:18 +0000 (07:22 +0100)
commit11cd41b893895c76a8f9bee9467f4b0869b5eeb3
tree3f1f5f9cf8e3ac3cb79974b394fe9931b0f3161d
parent30d72e9f614e7bd76e28d4d92bd54d90a96905bb
ALSA: hda - Fix build error with CONFIG_SND_HDA_POWER_SAVE

Moved power_save field initialization inside a proper ifdef
to fix a build error without CONFIG_SND_HDA_POWER_SAVE.

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