Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_auto_parser.c604 int num_pins, int *indexp) in check_output_sfx() argument
617 if (indexp) in check_output_sfx()
618 *indexp = i; in check_output_sfx()
659 int *indexp) in fill_audio_out_name() argument
673 indexp); in fill_audio_out_name()
676 indexp); in fill_audio_out_name()
681 if (idx >= 0 && indexp) in fill_audio_out_name()
682 *indexp = idx; in fill_audio_out_name()
714 char *label, int maxlen, int *indexp) in snd_hda_get_pin_label() argument
721 if (indexp) in snd_hda_get_pin_label()
[all …]
Dhda_auto_parser.h46 char *label, int maxlen, int *indexp);