diff options
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); | |||
335 | #ifdef CONFIG_PM | 335 | #ifdef CONFIG_PM |
336 | int snd_hda_gen_check_power_status(struct hda_codec *codec, hda_nid_t nid); | 336 | int snd_hda_gen_check_power_status(struct hda_codec *codec, hda_nid_t nid); |
337 | #endif | 337 | #endif |
338 | unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec, | ||
339 | hda_nid_t nid, | ||
340 | unsigned int power_state); | ||
338 | 341 | ||
339 | #endif /* __SOUND_HDA_GENERIC_H */ | 342 | #endif /* __SOUND_HDA_GENERIC_H */ |