Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_auto_parser.c564 int num_pins, int *indexp) in check_output_sfx() argument
577 if (indexp) in check_output_sfx()
578 *indexp = i; in check_output_sfx()
619 int *indexp) in fill_audio_out_name() argument
633 indexp); in fill_audio_out_name()
636 indexp); in fill_audio_out_name()
642 *indexp = idx; in fill_audio_out_name()
668 char *label, int maxlen, int *indexp) in snd_hda_get_pin_label() argument
675 if (indexp) in snd_hda_get_pin_label()
676 *indexp = 0; in snd_hda_get_pin_label()
[all …]
Dhda_auto_parser.h49 char *label, int maxlen, int *indexp);