mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
aseqdump - remove fishy comment
Remove the fishy comment because it isn't needed anymore after the tuna has been accidentally removed.
This commit is contained in:
parent
f6abfcd2f3
commit
e6cbac57f6
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ static void dump_event(const snd_seq_event_t *ev)
|
||||||
printf("Queue timer skew %d\n", ev->data.queue.queue);
|
printf("Queue timer skew %d\n", ev->data.queue.queue);
|
||||||
break;
|
break;
|
||||||
case SND_SEQ_EVENT_TUNE_REQUEST:
|
case SND_SEQ_EVENT_TUNE_REQUEST:
|
||||||
/* something's fishy here ... */
|
|
||||||
printf("Tune request\n");
|
printf("Tune request\n");
|
||||||
break;
|
break;
|
||||||
case SND_SEQ_EVENT_RESET:
|
case SND_SEQ_EVENT_RESET:
|
||||||
|
|
Loading…
Reference in a new issue