diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-07-19 02:21:40 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-07-19 02:21:57 -0400 |
commit | 1558eb838ff502faafacf26b6a711dbaae796009 (patch) | |
tree | 8049ea20a214033369725ed58b8b4a3ca4110887 /sound/pci/hda/hda_codec.h | |
parent | 4609ed6b1f0ab9f11a9d0361573b53d9d057c440 (diff) | |
parent | 81fcb170852d58d7ebd8101a8ef970c82056426e (diff) |
Merge branch 'topic/pm-convert' into for-next
This merges the changes for converting to new PM ops for platform
and some other drivers.
Also move some header files to local places from the public
include/sound.
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index a4ac1de7aa19..c422d330ca54 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -706,7 +706,7 @@ struct hda_codec_ops { | |||
706 | void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg, | 706 | void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg, |
707 | unsigned int power_state); | 707 | unsigned int power_state); |
708 | #ifdef CONFIG_PM | 708 | #ifdef CONFIG_PM |
709 | int (*suspend)(struct hda_codec *codec, pm_message_t state); | 709 | int (*suspend)(struct hda_codec *codec); |
710 | int (*resume)(struct hda_codec *codec); | 710 | int (*resume)(struct hda_codec *codec); |
711 | #endif | 711 | #endif |
712 | #ifdef CONFIG_SND_HDA_POWER_SAVE | 712 | #ifdef CONFIG_SND_HDA_POWER_SAVE |