Lines Matching defs:input
28 /* a pair of input pin and its sequence */
55 /* add the found input-pin to the cfg->inputs[] table */
168 * The analog input pins are assigned to inputs array.
169 * The digital input/output pins are assigned to dig_in_pin and dig_out_pin,
446 * snd_hda_get_input_pin_attr - Get the input pin attribute from pin config
449 * Guess the input pin attribute (INPUT_PIN_ATTR_XXX) from the given
474 * hda_get_input_pin_label - Give a label for the given input pin
538 int input)
543 defc = snd_hda_codec_get_pincfg(codec, cfg->inputs[input].pin);
563 * hda_get_autocfg_input_label - Get a label for the given input
566 * @input: the input index number
568 * Get a label for the given input pin defined by the autocfg item.
575 int input)
577 int type = cfg->inputs[input].type;
580 if ((input > 0 && cfg->inputs[input - 1].type == type) ||
581 (input < cfg->num_inputs - 1 && cfg->inputs[input + 1].type == type))
584 has_multiple_pins &= check_mic_location_need(codec, cfg, input);
586 return hda_get_input_pin_label(codec, &cfg->inputs[input],
587 cfg->inputs[input].pin,
702 * Get a label for the given pin. This function works for both input and