Lines Matching refs:defcfg
1461 unsigned int defcfg, caps; in can_be_multiio_pin() local
1463 defcfg = snd_hda_codec_get_pincfg(codec, nid); in can_be_multiio_pin()
1464 if (get_defcfg_connect(defcfg) != AC_JACK_PORT_COMPLEX) in can_be_multiio_pin()
1466 if (location && get_defcfg_location(defcfg) != location) in can_be_multiio_pin()
1479 unsigned int defcfg = snd_hda_codec_get_pincfg(codec, reference_pin); in count_multiio_pins() local
1480 unsigned int location = get_defcfg_location(defcfg); in count_multiio_pins()
1511 unsigned int defcfg = snd_hda_codec_get_pincfg(codec, reference_pin); in fill_multi_ios() local
1512 unsigned int location = get_defcfg_location(defcfg); in fill_multi_ios()
2590 unsigned int defcfg; in create_hp_mic() local
2602 defcfg = snd_hda_codec_get_pincfg(codec, cfg->inputs[0].pin); in create_hp_mic()
2603 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT) in create_hp_mic()
2866 unsigned int defcfg; in create_in_jack_mode() local
2872 defcfg = snd_hda_codec_get_pincfg(codec, pin); in create_in_jack_mode()
2873 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT) in create_in_jack_mode()