index_list        716 sound/pci/maestro3.c 	struct m3_list *index_list[3];
index_list       1229 sound/pci/maestro3.c 		s->index[0] = snd_m3_add_list(chip, s->index_list[0],
index_list       1231 sound/pci/maestro3.c 		s->index[1] = snd_m3_add_list(chip, s->index_list[1],
index_list       1233 sound/pci/maestro3.c 		s->index[2] = snd_m3_add_list(chip, s->index_list[2],
index_list       1739 sound/pci/maestro3.c 		s->index_list[0] = &chip->mixer_list;
index_list       1741 sound/pci/maestro3.c 		s->index_list[0] = &chip->adc1_list;
index_list       1742 sound/pci/maestro3.c 	s->index_list[1] = &chip->msrc_list;
index_list       1743 sound/pci/maestro3.c 	s->index_list[2] = &chip->dma_list;
index_list       1760 sound/pci/maestro3.c 		snd_m3_remove_list(chip, s->index_list[0], s->index[0]);
index_list       1761 sound/pci/maestro3.c 		snd_m3_remove_list(chip, s->index_list[1], s->index[1]);
index_list       1762 sound/pci/maestro3.c 		snd_m3_remove_list(chip, s->index_list[2], s->index[2]);