~ubuntu-audio-dev/alsa-driver/tiwai-trunk

« back to all changes in this revision

Viewing changes to pci/hda/hda_codec.h

  • Committer: Takashi Iwai
  • Date: 2012-06-18 07:37:46 UTC
  • mfrom: (2927.610.21)
  • Revision ID: git-v1:bf54538b0db816df1afae75305f83c39975f866c
Merge branch 'for-linus'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1059
1059
 */
1060
1060
#ifdef CONFIG_SND_HDA_POWER_SAVE
1061
1061
void snd_hda_power_up(struct hda_codec *codec);
 
1062
void snd_hda_power_up_d3wait(struct hda_codec *codec);
1062
1063
void snd_hda_power_down(struct hda_codec *codec);
1063
1064
void snd_hda_update_power_acct(struct hda_codec *codec);
1064
1065
#else
1065
1066
static inline void snd_hda_power_up(struct hda_codec *codec) {}
 
1067
static inline void snd_hda_power_up_d3wait(struct hda_codec *codec) {}
1066
1068
static inline void snd_hda_power_down(struct hda_codec *codec) {}
1067
1069
#endif
1068
1070