Home
last modified time | relevance | path

Searched refs:defcfg (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/codecs/
H A Dgeneric.c1482 unsigned int defcfg, caps; in can_be_multiio_pin() local
1484 defcfg = snd_hda_codec_get_pincfg(codec, nid); in can_be_multiio_pin()
1485 if (get_defcfg_connect(defcfg) != AC_JACK_PORT_COMPLEX) in can_be_multiio_pin()
1487 if (location && get_defcfg_location(defcfg) != location) in can_be_multiio_pin()
1500 unsigned int defcfg = snd_hda_codec_get_pincfg(codec, reference_pin); in count_multiio_pins() local
1501 unsigned int location = get_defcfg_location(defcfg); in count_multiio_pins()
1532 unsigned int defcfg = snd_hda_codec_get_pincfg(codec, reference_pin); in fill_multi_ios() local
1533 unsigned int location = get_defcfg_location(defcfg); in fill_multi_ios()
2604 unsigned int defcfg; in create_hp_mic() local
2616 defcfg = snd_hda_codec_get_pincfg(codec, cfg->inputs[0].pin); in create_hp_mic()
[all …]
/linux/sound/hda/codecs/realtek/
H A Drealtek.c384 unsigned int defcfg; in alc_find_ext_mic_pin() local
391 defcfg = snd_hda_codec_get_pincfg(codec, nid); in alc_find_ext_mic_pin()
392 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT) in alc_find_ext_mic_pin()
H A Dalc269.c2413 unsigned int defcfg; in alc269_fixup_limit_int_mic_boost() local
2416 defcfg = snd_hda_codec_get_pincfg(codec, nid); in alc269_fixup_limit_int_mic_boost()
2417 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT) in alc269_fixup_limit_int_mic_boost()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c11609 goto defcfg; in tg3_ints_init()
11625 defcfg: in tg3_ints_init()