Lines Matching full:codec
3 * HD audio interface patch for Conexant HDA audio codec
74 static int cx_auto_parse_beep(struct hda_codec *codec) in cx_auto_parse_beep() argument
76 struct conexant_spec *spec = codec->spec; in cx_auto_parse_beep()
79 for_each_hda_codec_node(nid, codec) in cx_auto_parse_beep()
80 if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) in cx_auto_parse_beep()
85 #define cx_auto_parse_beep(codec) 0 argument
93 static void cx_auto_parse_eapd(struct hda_codec *codec) in cx_auto_parse_eapd() argument
95 struct conexant_spec *spec = codec->spec; in cx_auto_parse_eapd()
98 for_each_hda_codec_node(nid, codec) { in cx_auto_parse_eapd()
99 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in cx_auto_parse_eapd()
101 if (!(snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)) in cx_auto_parse_eapd()
118 static void cx_auto_turn_eapd(struct hda_codec *codec, int num_pins, in cx_auto_turn_eapd() argument
123 if (snd_hda_query_pin_caps(codec, pins[i]) & AC_PINCAP_EAPD) in cx_auto_turn_eapd()
124 snd_hda_codec_write(codec, pins[i], 0, in cx_auto_turn_eapd()
133 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook() local
134 struct conexant_spec *spec = codec->spec; in cx_auto_vmaster_hook()
136 cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, enabled); in cx_auto_vmaster_hook()
142 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook_mute_led() local
143 struct conexant_spec *spec = codec->spec; in cx_auto_vmaster_hook_mute_led()
145 snd_hda_codec_write(codec, spec->mute_led_eapd, 0, in cx_auto_vmaster_hook_mute_led()
150 static int cx_auto_init(struct hda_codec *codec) in cx_auto_init() argument
152 struct conexant_spec *spec = codec->spec; in cx_auto_init()
153 snd_hda_gen_init(codec); in cx_auto_init()
155 cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, true); in cx_auto_init()
157 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_INIT); in cx_auto_init()
162 static void cx_auto_reboot_notify(struct hda_codec *codec) in cx_auto_reboot_notify() argument
164 struct conexant_spec *spec = codec->spec; in cx_auto_reboot_notify()
166 /* Turn the problematic codec into D3 to avoid spurious noises in cx_auto_reboot_notify()
168 cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, false); in cx_auto_reboot_notify()
169 snd_hda_gen_reboot_notify(codec); in cx_auto_reboot_notify()
172 static void cx_auto_free(struct hda_codec *codec) in cx_auto_free() argument
174 cx_auto_reboot_notify(codec); in cx_auto_free()
175 snd_hda_gen_free(codec); in cx_auto_free()
223 static void cxt_fixup_stereo_dmic(struct hda_codec *codec, in cxt_fixup_stereo_dmic() argument
226 struct conexant_spec *spec = codec->spec; in cxt_fixup_stereo_dmic()
230 static void cxt5066_increase_mic_boost(struct hda_codec *codec, in cxt5066_increase_mic_boost() argument
236 snd_hda_override_amp_caps(codec, 0x17, HDA_OUTPUT, in cxt5066_increase_mic_boost()
243 static void cxt_update_headset_mode(struct hda_codec *codec) in cxt_update_headset_mode() argument
245 /* The verbs used in this function were tested on a Conexant CX20751/2 codec. */ in cxt_update_headset_mode()
248 struct conexant_spec *spec = codec->spec; in cxt_update_headset_mode()
260 …snd_hda_codec_write_cache(codec, 0x1c, 0, 0x410, 0x7c); /* enable merged mode for analog int-mic */ in cxt_update_headset_mode()
263 …snd_hda_codec_write_cache(codec, 0x1c, 0, 0x410, 0x54); /* disable merged mode for analog int-mic … in cxt_update_headset_mode()
264 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
267 snd_hda_gen_update_outputs(codec); in cxt_update_headset_mode()
270 static void cxt_update_headset_mode_hook(struct hda_codec *codec, in cxt_update_headset_mode_hook() argument
274 cxt_update_headset_mode(codec); in cxt_update_headset_mode_hook()
277 static void cxt_fixup_headphone_mic(struct hda_codec *codec, in cxt_fixup_headphone_mic() argument
280 struct conexant_spec *spec = codec->spec; in cxt_fixup_headphone_mic()
285 snd_hdac_regmap_add_vendor_verb(&codec->core, 0x410); in cxt_fixup_headphone_mic()
293 cxt_update_headset_mode(codec); in cxt_fixup_headphone_mic()
298 static void cxt_fixup_headset_mic(struct hda_codec *codec, in cxt_fixup_headset_mic() argument
301 struct conexant_spec *spec = codec->spec; in cxt_fixup_headset_mic()
319 #define update_mic_pin(codec, nid, val) \ argument
320 snd_hda_codec_write_cache(codec, nid, 0, \
332 static void olpc_xo_update_mic_boost(struct hda_codec *codec) in olpc_xo_update_mic_boost() argument
334 struct conexant_spec *spec = codec->spec; in olpc_xo_update_mic_boost()
341 val |= snd_hda_codec_amp_read(codec, 0x17, ch, HDA_OUTPUT, 0); in olpc_xo_update_mic_boost()
342 snd_hda_codec_write(codec, 0x17, 0, in olpc_xo_update_mic_boost()
347 static void olpc_xo_update_mic_pins(struct hda_codec *codec) in olpc_xo_update_mic_pins() argument
349 struct conexant_spec *spec = codec->spec; in olpc_xo_update_mic_pins()
360 update_mic_pin(codec, 0x1e, 0); in olpc_xo_update_mic_pins()
361 snd_hda_activate_path(codec, spec->dc_mode_path, false, false); in olpc_xo_update_mic_pins()
370 update_mic_pin(codec, 0x1a, spec->recording ? in olpc_xo_update_mic_pins()
371 snd_hda_codec_get_pin_target(codec, 0x1a) : 0); in olpc_xo_update_mic_pins()
372 update_mic_pin(codec, 0x1b, spec->recording ? in olpc_xo_update_mic_pins()
373 snd_hda_codec_get_pin_target(codec, 0x1b) : 0); in olpc_xo_update_mic_pins()
375 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
377 snd_hda_activate_path(codec, path, true, false); in olpc_xo_update_mic_pins()
380 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
382 snd_hda_activate_path(codec, path, false, false); in olpc_xo_update_mic_pins()
393 update_mic_pin(codec, 0x1a, val); in olpc_xo_update_mic_pins()
394 update_mic_pin(codec, 0x1b, 0); in olpc_xo_update_mic_pins()
396 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins()
397 snd_hda_activate_path(codec, spec->dc_mode_path, true, false); in olpc_xo_update_mic_pins()
402 static void olpc_xo_automic(struct hda_codec *codec, in olpc_xo_automic() argument
405 struct conexant_spec *spec = codec->spec; in olpc_xo_automic()
409 snd_hda_gen_mic_autoswitch(codec, jack); in olpc_xo_automic()
410 olpc_xo_update_mic_pins(codec); in olpc_xo_automic()
412 olpc_xo_update_mic_boost(codec); in olpc_xo_automic()
417 struct hda_codec *codec, in olpc_xo_capture_hook() argument
421 struct conexant_spec *spec = codec->spec; in olpc_xo_capture_hook()
429 olpc_xo_update_mic_pins(codec); in olpc_xo_capture_hook()
433 olpc_xo_update_mic_pins(codec); in olpc_xo_capture_hook()
441 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in olpc_xo_dc_mode_get() local
442 struct conexant_spec *spec = codec->spec; in olpc_xo_dc_mode_get()
450 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in olpc_xo_dc_mode_put() local
451 struct conexant_spec *spec = codec->spec; in olpc_xo_dc_mode_put()
458 olpc_xo_update_mic_pins(codec); in olpc_xo_dc_mode_put()
459 olpc_xo_update_mic_boost(codec); in olpc_xo_dc_mode_put()
466 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in olpc_xo_dc_bias_enum_get() local
467 struct conexant_spec *spec = codec->spec; in olpc_xo_dc_bias_enum_get()
481 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in olpc_xo_dc_bias_enum_put() local
482 struct conexant_spec *spec = codec->spec; in olpc_xo_dc_bias_enum_put()
494 olpc_xo_update_mic_pins(codec); in olpc_xo_dc_bias_enum_put()
522 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in olpc_xo_mic_boost_put() local
523 struct conexant_spec *spec = codec->spec; in olpc_xo_mic_boost_put()
526 olpc_xo_update_mic_boost(codec); in olpc_xo_mic_boost_put()
530 static void cxt_fixup_olpc_xo(struct hda_codec *codec, in cxt_fixup_olpc_xo() argument
533 struct conexant_spec *spec = codec->spec; in cxt_fixup_olpc_xo()
542 spec->dc_mode_path = snd_hda_add_new_path(codec, 0x1e, 0x14, 0); in cxt_fixup_olpc_xo()
544 snd_hda_add_new_ctls(codec, olpc_xo_mixers); in cxt_fixup_olpc_xo()
548 * with the DC input range of the codec. in cxt_fixup_olpc_xo()
550 snd_hda_codec_set_pin_target(codec, 0x1a, PIN_VREF50); in cxt_fixup_olpc_xo()
561 static void cxt_fixup_mute_led_eapd(struct hda_codec *codec, in cxt_fixup_mute_led_eapd() argument
564 struct conexant_spec *spec = codec->spec; in cxt_fixup_mute_led_eapd()
577 static void cxt_fixup_cap_mix_amp(struct hda_codec *codec, in cxt_fixup_cap_mix_amp() argument
580 snd_hda_override_amp_caps(codec, 0x17, HDA_INPUT, in cxt_fixup_cap_mix_amp()
591 static void cxt_fixup_cap_mix_amp_5047(struct hda_codec *codec, in cxt_fixup_cap_mix_amp_5047() argument
594 snd_hda_override_amp_caps(codec, 0x10, HDA_INPUT, in cxt_fixup_cap_mix_amp_5047()
601 static void cxt_fixup_hp_gate_mic_jack(struct hda_codec *codec, in cxt_fixup_hp_gate_mic_jack() argument
609 snd_hda_jack_set_gating_jack(codec, 0x19, 0x16); in cxt_fixup_hp_gate_mic_jack()
613 static void cxt_update_gpio_led(struct hda_codec *codec, unsigned int mask, in cxt_update_gpio_led() argument
616 struct conexant_spec *spec = codec->spec; in cxt_update_gpio_led()
626 codec_dbg(codec, "mask:%d enabled:%d gpio_led:%d\n", in cxt_update_gpio_led()
629 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_update_gpio_led()
636 struct hda_codec *codec = private_data; in cxt_fixup_gpio_mute_hook() local
637 struct conexant_spec *spec = codec->spec; in cxt_fixup_gpio_mute_hook()
639 cxt_update_gpio_led(codec, spec->gpio_mute_led_mask, !enabled); in cxt_fixup_gpio_mute_hook()
643 static void cxt_gpio_micmute_update(struct hda_codec *codec) in cxt_gpio_micmute_update() argument
645 struct conexant_spec *spec = codec->spec; in cxt_gpio_micmute_update()
647 cxt_update_gpio_led(codec, spec->gpio_mic_led_mask, in cxt_gpio_micmute_update()
652 static void cxt_fixup_mute_led_gpio(struct hda_codec *codec, in cxt_fixup_mute_led_gpio() argument
655 struct conexant_spec *spec = codec->spec; in cxt_fixup_mute_led_gpio()
668 snd_hda_gen_add_micmute_led(codec, cxt_gpio_micmute_update); in cxt_fixup_mute_led_gpio()
670 snd_hda_add_verbs(codec, gpio_init); in cxt_fixup_mute_led_gpio()
672 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_fixup_mute_led_gpio()
958 static void add_cx5051_fake_mutes(struct hda_codec *codec) in add_cx5051_fake_mutes() argument
960 struct conexant_spec *spec = codec->spec; in add_cx5051_fake_mutes()
967 snd_hda_override_amp_caps(codec, *p, HDA_OUTPUT, in add_cx5051_fake_mutes()
969 query_amp_caps(codec, *p, HDA_OUTPUT)); in add_cx5051_fake_mutes()
973 static int patch_conexant_auto(struct hda_codec *codec) in patch_conexant_auto() argument
978 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in patch_conexant_auto()
984 codec->spec = spec; in patch_conexant_auto()
985 codec->patch_ops = cx_auto_patch_ops; in patch_conexant_auto()
987 cx_auto_parse_eapd(codec); in patch_conexant_auto()
992 switch (codec->core.vendor_id) { in patch_conexant_auto()
994 codec->single_adc_amp = 1; in patch_conexant_auto()
997 snd_hda_pick_fixup(codec, cxt5045_fixup_models, in patch_conexant_auto()
1001 codec->pin_amp_workaround = 1; in patch_conexant_auto()
1004 snd_hda_pick_fixup(codec, cxt5047_fixup_models, in patch_conexant_auto()
1008 add_cx5051_fake_mutes(codec); in patch_conexant_auto()
1009 codec->pin_amp_workaround = 1; in patch_conexant_auto()
1010 snd_hda_pick_fixup(codec, cxt5051_fixup_models, in patch_conexant_auto()
1014 codec->power_save_node = 1; in patch_conexant_auto()
1017 codec->pin_amp_workaround = 1; in patch_conexant_auto()
1018 snd_hda_pick_fixup(codec, cxt5066_fixup_models, in patch_conexant_auto()
1029 switch (codec->core.subsystem_id >> 16) { in patch_conexant_auto()
1035 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); in patch_conexant_auto()
1037 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, in patch_conexant_auto()
1042 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in patch_conexant_auto()
1046 err = cx_auto_parse_beep(codec); in patch_conexant_auto()
1054 if (!codec->bus->core.sync_write) { in patch_conexant_auto()
1055 codec_info(codec, in patch_conexant_auto()
1057 codec->bus->core.sync_write = 1; in patch_conexant_auto()
1058 codec->bus->allow_bus_reset = 1; in patch_conexant_auto()
1061 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); in patch_conexant_auto()
1066 cx_auto_free(codec); in patch_conexant_auto()
1109 MODULE_DESCRIPTION("Conexant HD-audio codec");