From 229a07cc34884da9452eae6661967d48d7b6b1de Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 12 Nov 2009 10:01:18 +0100 Subject: [PATCH] --- yaml --- r: 170323 b: refs/heads/master c: 7288561af9a931c59e431336b553d897ee37b67d h: refs/heads/master i: 170321: f9f7d13e777b019ea2b2f9658a131c05ba302bab 170319: c4f45d846d620fdcccc597f2a00e0b48a5af45af v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_local.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2d37f3e4ed23..408d76bf4f5a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8b7163529831ee3ad6a1aeaa0f1256cb527008d +refs/heads/master: 7288561af9a931c59e431336b553d897ee37b67d diff --git a/trunk/sound/pci/hda/hda_local.h b/trunk/sound/pci/hda/hda_local.h index 015fbac914b3..c1ca3182e6a4 100644 --- a/trunk/sound/pci/hda/hda_local.h +++ b/trunk/sound/pci/hda/hda_local.h @@ -437,7 +437,7 @@ int snd_hda_create_hwdep(struct hda_codec *codec); static inline int snd_hda_create_hwdep(struct hda_codec *codec) { return 0; } #endif -#ifdef CONFIG_SND_HDA_POWER_SAVE +#if defined(CONFIG_SND_HDA_POWER_SAVE) && defined(CONFIG_SND_HDA_HWDEP) int snd_hda_hwdep_add_power_sysfs(struct hda_codec *codec); #else static inline int snd_hda_hwdep_add_power_sysfs(struct hda_codec *codec)