Lines Matching defs:codec
101 static struct via_spec *via_new_spec(struct hda_codec *codec) in via_new_spec()
125 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec) in get_codec_type()
180 #define hp_detect_with_aa(codec) \ argument
184 static void vt1708_stop_hp_work(struct hda_codec *codec) in vt1708_stop_hp_work()
197 static void vt1708_update_hp_work(struct hda_codec *codec) in vt1708_update_hp_work()
222 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_get() local
232 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_put() local
277 static int auto_parse_beep(struct hda_codec *codec) in auto_parse_beep()
288 #define auto_parse_beep(codec) 0 argument
292 static bool is_aa_path_mute(struct hda_codec *codec) in is_aa_path_mute()
313 static void __analog_low_current_mode(struct hda_codec *codec, bool force) in __analog_low_current_mode()
362 static void analog_low_current_mode(struct hda_codec *codec) in analog_low_current_mode()
368 struct hda_codec *codec, in via_playback_pcm_hook()
376 static void via_remove(struct hda_codec *codec) in via_remove()
382 static int via_suspend(struct hda_codec *codec) in via_suspend()
394 static int via_resume(struct hda_codec *codec) in via_resume()
403 static int via_check_power_status(struct hda_codec *codec, hda_nid_t nid) in via_check_power_status()
419 static void vt1708_set_pinconfig_connect(struct hda_codec *codec, hda_nid_t nid) in vt1708_set_pinconfig_connect()
437 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in vt1708_jack_detect_get() local
449 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in vt1708_jack_detect_put() local
489 static int via_parse_auto_config(struct hda_codec *codec) in via_parse_auto_config()
518 static int via_init(struct hda_codec *codec) in via_init()
530 static int via_build_controls(struct hda_codec *codec) in via_build_controls()
544 static int via_build_pcms(struct hda_codec *codec) in via_build_pcms()
571 static int probe_vt1708(struct hda_codec *codec) in probe_vt1708()
611 static int probe_vt1709(struct hda_codec *codec) in probe_vt1709()
621 static int probe_vt1708B(struct hda_codec *codec) in probe_vt1708B()
643 static void override_mic_boost(struct hda_codec *codec, hda_nid_t pin, in override_mic_boost()
655 static int probe_vt1708S(struct hda_codec *codec) in probe_vt1708S()
688 static int probe_vt1702(struct hda_codec *codec) in probe_vt1702()
724 static int add_secret_dac_path(struct hda_codec *codec) in add_secret_dac_path()
758 static int probe_vt1718S(struct hda_codec *codec) in probe_vt1718S()
791 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in vt1716s_dmic_get() local
805 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in vt1716s_dmic_put() local
842 static int probe_vt1716S(struct hda_codec *codec) in probe_vt1716S()
899 static void via_fixup_intmic_boost(struct hda_codec *codec, in via_fixup_intmic_boost()
906 static void via_fixup_power_save(struct hda_codec *codec, in via_fixup_power_save()
944 static void fix_vt1802_connections(struct hda_codec *codec) in fix_vt1802_connections()
954 static int probe_vt2002P(struct hda_codec *codec) in probe_vt2002P()
990 static int probe_vt1812(struct hda_codec *codec) in probe_vt1812()
1020 static int probe_vt3476(struct hda_codec *codec) in probe_vt3476()
1040 static int via_probe(struct hda_codec *codec, const struct hda_device_id *id) in via_probe()