diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index c7ca753d94ee..755f2b0f9d8e 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -700,6 +700,8 @@ struct hda_codec_ops { | |||
700 | int (*init)(struct hda_codec *codec); | 700 | int (*init)(struct hda_codec *codec); |
701 | void (*free)(struct hda_codec *codec); | 701 | void (*free)(struct hda_codec *codec); |
702 | void (*unsol_event)(struct hda_codec *codec, unsigned int res); | 702 | void (*unsol_event)(struct hda_codec *codec, unsigned int res); |
703 | void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg, | ||
704 | unsigned int power_state); | ||
703 | #ifdef CONFIG_PM | 705 | #ifdef CONFIG_PM |
704 | int (*suspend)(struct hda_codec *codec, pm_message_t state); | 706 | int (*suspend)(struct hda_codec *codec, pm_message_t state); |
705 | int (*post_suspend)(struct hda_codec *codec); | 707 | int (*post_suspend)(struct hda_codec *codec); |
@@ -1006,6 +1008,9 @@ int snd_hda_is_supported_format(struct hda_codec *codec, hda_nid_t nid, | |||
1006 | */ | 1008 | */ |
1007 | void snd_hda_get_codec_name(struct hda_codec *codec, char *name, int namelen); | 1009 | void snd_hda_get_codec_name(struct hda_codec *codec, char *name, int namelen); |
1008 | void snd_hda_bus_reboot_notify(struct hda_bus *bus); | 1010 | void snd_hda_bus_reboot_notify(struct hda_bus *bus); |
1011 | void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg, | ||
1012 | unsigned int power_state, | ||
1013 | bool eapd_workaround); | ||
1009 | 1014 | ||
1010 | /* | 1015 | /* |
1011 | * power management | 1016 | * power management |