diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-01-13 16:09:57 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-01-13 16:30:15 +0100 |
commit | dfc6e469b6d1ee5e8c71fa398b7b58fbb600dad8 (patch) | |
tree | 0be5382d677d330bc326f4931cabf0e483d09a52 /sound/pci/hda/hda_generic.h | |
parent | ALSA: hda - Don't set indep_hp flag for old AD codecs (diff) | |
download | linux-dfc6e469b6d1ee5e8c71fa398b7b58fbb600dad8.tar.xz linux-dfc6e469b6d1ee5e8c71fa398b7b58fbb600dad8.zip |
ALSA: hda - Apply codec power_filter to FG nodes
Apply the codec->power_filter to the FG nodes in general for reducing
hackish set_power_state ops override in patch_sigmatel.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_generic.h')
-rw-r--r-- | sound/pci/hda/hda_generic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h index 0929a06df812..07f767231c9f 100644 --- a/sound/pci/hda/hda_generic.h +++ b/sound/pci/hda/hda_generic.h @@ -335,5 +335,8 @@ void snd_hda_gen_update_outputs(struct hda_codec *codec); #ifdef CONFIG_PM int snd_hda_gen_check_power_status(struct hda_codec *codec, hda_nid_t nid); #endif +unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec, + hda_nid_t nid, + unsigned int power_state); #endif /* __SOUND_HDA_GENERIC_H */ |