aboutsummaryrefslogtreecommitdiff
path: root/drivers/vlynq
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2014-05-26 21:15:20 +0200
committerGravatar Takashi Iwai <tiwai@suse.de> 2014-05-27 07:36:18 +0200
commit16c2395203c30046cb9df43c2c28a7a968e449ac (patch)
tree4f7aefb55592e216e97f7279af93ce8da393691c /drivers/vlynq
parentALSA: hda - Pop noises fix for XPS13 9333 (diff)
downloadlinux-16c2395203c30046cb9df43c2c28a7a968e449ac.tar.gz
linux-16c2395203c30046cb9df43c2c28a7a968e449ac.tar.bz2
linux-16c2395203c30046cb9df43c2c28a7a968e449ac.zip
ALSA: hda: fix tegra build
When CONFIG_PM is disabled, the CONFIG_SND_HDA_POWER_SAVE_DEFAULT symbol does not get defined, which causes a build error for the hda-tegra driver: hda/hda_tegra.c:80:25: error: 'CONFIG_SND_HDA_POWER_SAVE_DEFAULT' undeclared here (not in a function) static int power_save = CONFIG_SND_HDA_POWER_SAVE_DEFAULT; ^ /git/arm-soc/sound/pci/hda/hda_tegra.c:235:13: warning: 'hda_tegra_disable_clocks' defined but not used [-Wunused-function] static void hda_tegra_disable_clocks(struct hda_tegra *data) ^ This works around the problem by not referencing that macro when CONFIG_PM is disabled. Instead, we assume that it's disabled unconditionally and cannot be enabled at runtime. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Dylan Reid <dgreid@chromium.org> Cc: Stephen Warren <swarren@nvidia.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/vlynq')
0 files changed, 0 insertions, 0 deletions