Lines Matching refs:hda_codec

89 	void (*update)(struct hda_codec *codec);
90 void (*old_hook)(struct hda_codec *codec,
280 void (*init_hook)(struct hda_codec *codec);
281 void (*automute_hook)(struct hda_codec *codec);
282 void (*cap_sync_hook)(struct hda_codec *codec,
291 struct hda_codec *codec,
295 struct hda_codec *codec,
300 void (*hp_automute_hook)(struct hda_codec *codec,
302 void (*line_automute_hook)(struct hda_codec *codec,
304 void (*mic_autoswitch_hook)(struct hda_codec *codec,
317 int snd_hda_gen_init(struct hda_codec *codec);
318 void snd_hda_gen_free(struct hda_codec *codec);
320 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path);
321 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx);
323 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
325 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,
332 int snd_hda_gen_parse_auto_config(struct hda_codec *codec,
334 int snd_hda_gen_build_controls(struct hda_codec *codec);
335 int snd_hda_gen_build_pcms(struct hda_codec *codec);
336 void snd_hda_gen_reboot_notify(struct hda_codec *codec);
339 void snd_hda_gen_hp_automute(struct hda_codec *codec,
341 void snd_hda_gen_line_automute(struct hda_codec *codec,
343 void snd_hda_gen_mic_autoswitch(struct hda_codec *codec,
345 void snd_hda_gen_update_outputs(struct hda_codec *codec);
348 int snd_hda_gen_check_power_status(struct hda_codec *codec, hda_nid_t nid);
350 unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec,
353 void snd_hda_gen_stream_pm(struct hda_codec *codec, hda_nid_t nid, bool on);
354 int snd_hda_gen_fix_pin_power(struct hda_codec *codec, hda_nid_t pin);
356 int snd_hda_gen_add_micmute_led(struct hda_codec *codec,
357 void (*hook)(struct hda_codec *));
358 void snd_hda_gen_fixup_micmute_led(struct hda_codec *codec,