Searched refs:possible_mpu_ports (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 983 static long possible_mpu_ports[] = {0x300, 0x310, 0x320, 0x330, -1}; local 996 if ((mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2)) < 0) {
|
D | miro.c | 1417 static long possible_mpu_ports[] = {0x330, 0x300, 0x310, 0x320, -1}; in snd_miro_isa_probe() local 1453 mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2); in snd_miro_isa_probe()
|