Fixed audio device port id
This commit is contained in:
parent
a6cea37ef4
commit
a2ed617fc8
|
@ -390,7 +390,7 @@ main(int argc, char **argv)
|
|||
devkey = portuxn(&u, 0x05, "key", ppnil);
|
||||
devmouse = portuxn(&u, 0x06, "mouse", ppnil);
|
||||
portuxn(&u, 0x07, "file", file_poke);
|
||||
portuxn(&u, 0x03, "---", ppnil);
|
||||
portuxn(&u, 0x08, "---", ppnil);
|
||||
portuxn(&u, 0x09, "midi", ppnil);
|
||||
portuxn(&u, 0x0a, "datetime", datetime_poke);
|
||||
portuxn(&u, 0x0b, "---", ppnil);
|
||||
|
|
Loading…
Reference in New Issue