Searched refs:stream_pm (Results 1 – 3 of 3) sorted by relevance
115 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on); member
1149 if (codec->patch_ops.stream_pm) in snd_hda_codec_setup_stream() 1150 codec->patch_ops.stream_pm(codec, nid, true); in snd_hda_codec_setup_stream() 1218 if (codec->patch_ops.stream_pm) in really_cleanup_stream() 1219 codec->patch_ops.stream_pm(codec, nid, false); in really_cleanup_stream()
4949 * Set this in patch_ops.stream_pm. Only valid with power_save_node flag.5193 if (!codec->patch_ops.stream_pm) in snd_hda_gen_parse_auto_config() 5194 codec->patch_ops.stream_pm = snd_hda_gen_stream_pm; in snd_hda_gen_parse_auto_config()