Lines Matching refs:hda_codec

93 	void (*update)(struct hda_codec *codec);
94 void (*old_hook)(struct hda_codec *codec,
283 void (*init_hook)(struct hda_codec *codec);
284 void (*automute_hook)(struct hda_codec *codec);
285 void (*cap_sync_hook)(struct hda_codec *codec,
294 struct hda_codec *codec,
298 struct hda_codec *codec,
303 void (*hp_automute_hook)(struct hda_codec *codec,
305 void (*line_automute_hook)(struct hda_codec *codec,
307 void (*mic_autoswitch_hook)(struct hda_codec *codec,
320 int snd_hda_gen_init(struct hda_codec *codec);
321 void snd_hda_gen_free(struct hda_codec *codec);
323 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path);
324 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx);
326 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
328 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,
335 int snd_hda_gen_parse_auto_config(struct hda_codec *codec,
337 int snd_hda_gen_build_controls(struct hda_codec *codec);
338 int snd_hda_gen_build_pcms(struct hda_codec *codec);
341 void snd_hda_gen_hp_automute(struct hda_codec *codec,
343 void snd_hda_gen_line_automute(struct hda_codec *codec,
345 void snd_hda_gen_mic_autoswitch(struct hda_codec *codec,
347 void snd_hda_gen_update_outputs(struct hda_codec *codec);
350 int snd_hda_gen_check_power_status(struct hda_codec *codec, hda_nid_t nid);
352 unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec,
355 void snd_hda_gen_stream_pm(struct hda_codec *codec, hda_nid_t nid, bool on);
356 int snd_hda_gen_fix_pin_power(struct hda_codec *codec, hda_nid_t pin);
358 int snd_hda_gen_add_micmute_led(struct hda_codec *codec,
359 void (*hook)(struct hda_codec *));