mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Removed unfinished sequencer sync code.
This commit is contained in:
parent
938bf0eab9
commit
2cdc7a7767
2 changed files with 4 additions and 0 deletions
|
|
@ -332,6 +332,7 @@ int snd_seq_set_queue_timer(snd_seq_t *seq, int q, snd_seq_queue_timer_t * timer
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef use_seqsync
|
||||
int snd_seq_get_queue_sync(snd_seq_t *seq, int q, snd_seq_queue_sync_t * sync)
|
||||
{
|
||||
if (!seq || !sync)
|
||||
|
|
@ -352,6 +353,7 @@ int snd_seq_set_queue_sync(snd_seq_t *seq, int q, snd_seq_queue_sync_t * sync)
|
|||
return -errno;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int snd_seq_get_queue_client(snd_seq_t *seq, int q, snd_seq_queue_client_t * info)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue