Lines Matching refs:hda_codec

276 	void (*init_hook)(struct hda_codec *codec);
277 void (*automute_hook)(struct hda_codec *codec);
278 void (*cap_sync_hook)(struct hda_codec *codec,
284 struct hda_codec *codec,
288 struct hda_codec *codec,
293 void (*hp_automute_hook)(struct hda_codec *codec,
295 void (*line_automute_hook)(struct hda_codec *codec,
297 void (*mic_autoswitch_hook)(struct hda_codec *codec,
313 int snd_hda_gen_init(struct hda_codec *codec);
314 void snd_hda_gen_remove(struct hda_codec *codec);
316 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path);
317 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx);
319 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
321 void snd_hda_activate_path(struct hda_codec *codec, struct nid_path *path,
328 int snd_hda_gen_parse_auto_config(struct hda_codec *codec,
330 int snd_hda_gen_build_controls(struct hda_codec *codec);
331 int snd_hda_gen_build_pcms(struct hda_codec *codec);
334 void snd_hda_gen_hp_automute(struct hda_codec *codec,
336 void snd_hda_gen_line_automute(struct hda_codec *codec,
338 void snd_hda_gen_mic_autoswitch(struct hda_codec *codec,
340 void snd_hda_gen_update_outputs(struct hda_codec *codec);
342 int snd_hda_gen_check_power_status(struct hda_codec *codec, hda_nid_t nid);
343 unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec,
346 void snd_hda_gen_stream_pm(struct hda_codec *codec, hda_nid_t nid, bool on);
347 int snd_hda_gen_fix_pin_power(struct hda_codec *codec, hda_nid_t pin);
349 int snd_hda_gen_add_mute_led_cdev(struct hda_codec *codec,
352 int snd_hda_gen_add_micmute_led_cdev(struct hda_codec *codec,
355 bool snd_hda_gen_shutup_speakers(struct hda_codec *codec);