Searched refs:possible_mpu_ports (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 946 static const long possible_mpu_ports[] = {0x300, 0x310, 0x320, 0x330, -1}; local 959 mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2);
|
D | miro.c | 1393 static const long possible_mpu_ports[] = {0x330, 0x300, 0x310, 0x320, -1}; in snd_miro_isa_probe() local 1426 mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2); in snd_miro_isa_probe()
|