Lines Matching defs:item
126 struct auto_pin_cfg_item *item,
131 if (item->type != AUTO_PIN_MIC)
134 if (item->is_headset_mic || item->is_headphone_mic)
137 def_conf = snd_hda_codec_get_pincfg(codec, item->pin);
472 * @item: ping config item to refer
481 const struct auto_pin_cfg_item *item,
494 if (item && item->is_headset_mic)
496 if (item && item->is_headphone_mic)
564 * Get a label for the given input pin defined by the autocfg item.