Home
last modified time | relevance | path

Searched refs:indexp (Results 1 – 2 of 2) sorted by relevance

/sound/pci/hda/
Dhda_auto_parser.c600 int num_pins, int *indexp) in check_output_sfx() argument
613 if (indexp) in check_output_sfx()
614 *indexp = i; in check_output_sfx()
655 int *indexp) in fill_audio_out_name() argument
669 indexp); in fill_audio_out_name()
672 indexp); in fill_audio_out_name()
677 if (idx >= 0 && indexp) in fill_audio_out_name()
678 *indexp = idx; in fill_audio_out_name()
710 char *label, int maxlen, int *indexp) in snd_hda_get_pin_label() argument
717 if (indexp) in snd_hda_get_pin_label()
[all …]
Dhda_auto_parser.h46 char *label, int maxlen, int *indexp);