mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Small updates to follow new sequencer changes..
This commit is contained in:
parent
928bbc4f10
commit
1b64948dd5
4 changed files with 5 additions and 3 deletions
|
|
@ -96,8 +96,8 @@ void show_port_info(snd_seq_t *handle, int client, int port)
|
|||
printf(" Type : 0x%x\n", info.type);
|
||||
printf(" Midi channels : %i\n", info.midi_channels);
|
||||
printf(" Synth voices : %i\n", info.synth_voices);
|
||||
printf(" Output subs : %i\n", info.out_use);
|
||||
printf(" Input subs : %i\n", info.in_use);
|
||||
printf(" Output subs : %i\n", info.write_use);
|
||||
printf(" Input subs : %i\n", info.read_use);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue