| H A D | midi.c | 1607 short int voices; 1613 .port = num, .voices = voices_, \ 1624 #define GM_SYNTH_PORT(vendor, product, num, name, voices) \ 1625 PORT_INFO(vendor, product, num, name, voices, \ 1630 #define ROLAND_SYNTH_PORT(vendor, product, num, name, voices) \ 1631 PORT_INFO(vendor, product, num, name, voices, \ 1639 #define SOUNDCANVAS_PORT(vendor, product, num, name, voices) \ 1640 PORT_INFO(vendor, product, num, name, voices, \ 1801 seq_port_info->midi_voices = port_info->voices; 1603 short int voices; global() member 1620 GM_SYNTH_PORT(vendor,product,num,name,voices) global() argument 1626 ROLAND_SYNTH_PORT(vendor,product,num,name,voices) global() argument 1635 SOUNDCANVAS_PORT(vendor,product,num,name,voices) global() argument
|