Lines Matching defs:defcfg
1482 unsigned int defcfg, caps;
1484 defcfg = snd_hda_codec_get_pincfg(codec, nid);
1485 if (get_defcfg_connect(defcfg) != AC_JACK_PORT_COMPLEX)
1487 if (location && get_defcfg_location(defcfg) != location)
1500 unsigned int defcfg = snd_hda_codec_get_pincfg(codec, reference_pin);
1501 unsigned int location = get_defcfg_location(defcfg);
1532 unsigned int defcfg = snd_hda_codec_get_pincfg(codec, reference_pin);
1533 unsigned int location = get_defcfg_location(defcfg);
2604 unsigned int defcfg;
2616 defcfg = snd_hda_codec_get_pincfg(codec, cfg->inputs[0].pin);
2617 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT)
2880 unsigned int defcfg;
2886 defcfg = snd_hda_codec_get_pincfg(codec, pin);
2887 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT)