Home
last modified time | relevance | path

Searched refs:INPUT_PIN_ATTR_INT (Results 1 – 6 of 6) sorted by relevance

/linux/sound/hda/common/
H A Dhda_auto_parser.h53 INPUT_PIN_ATTR_INT, /* internal mic/line-in */ enumerator
H A Dauto_parser.c462 return INPUT_PIN_ATTR_INT; in snd_hda_get_input_pin_attr()
464 return INPUT_PIN_ATTR_INT; in snd_hda_get_input_pin_attr()
668 if (!strcmp(name, "Line Out") && attr == INPUT_PIN_ATTR_INT) in fill_audio_out_name()
/linux/sound/hda/codecs/
H A Dgeneric.c2617 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT) in create_hp_mic()
2887 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT) in create_in_jack_mode()
3587 return snd_hda_get_input_pin_attr(val) == INPUT_PIN_ATTR_INT; in is_inv_dmic_pin()
4840 case INPUT_PIN_ATTR_INT: in check_auto_mic_availability()
H A Dsigmatel.c818 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT) in has_builtin_speaker()
/linux/sound/hda/codecs/realtek/
H A Drealtek.c392 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT) in alc_find_ext_mic_pin()
H A Dalc269.c2443 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT) in alc269_fixup_limit_int_mic_boost()