diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-06-28 02:50:39 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-28 02:55:56 -0400 |
commit | 880a050f4ac4399c9da4aea3ca19a701f9a727e0 (patch) | |
tree | 56d02344f11897659efac752162b272e89d06d74 /sound/pci | |
parent | 4f574b7b1a1cc8aac617e938459e8f03a641e678 (diff) |
ALSA: hda - remove SND_HDA_POWER_SAVE protection of struct hda_loopback_check
to fix build problems when it is disabled.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index b333bf46a19c..88b277e97409 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h | |||
@@ -565,7 +565,6 @@ int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) | |||
565 | * power-management | 565 | * power-management |
566 | */ | 566 | */ |
567 | 567 | ||
568 | #ifdef CONFIG_SND_HDA_POWER_SAVE | ||
569 | void snd_hda_schedule_power_save(struct hda_codec *codec); | 568 | void snd_hda_schedule_power_save(struct hda_codec *codec); |
570 | 569 | ||
571 | struct hda_amp_list { | 570 | struct hda_amp_list { |
@@ -582,7 +581,6 @@ struct hda_loopback_check { | |||
582 | int snd_hda_check_amp_list_power(struct hda_codec *codec, | 581 | int snd_hda_check_amp_list_power(struct hda_codec *codec, |
583 | struct hda_loopback_check *check, | 582 | struct hda_loopback_check *check, |
584 | hda_nid_t nid); | 583 | hda_nid_t nid); |
585 | #endif /* CONFIG_SND_HDA_POWER_SAVE */ | ||
586 | 584 | ||
587 | /* | 585 | /* |
588 | * AMP control callbacks | 586 | * AMP control callbacks |