Skip to content

Commit 6dc7670

Browse files
committed
Print playback frames
1 parent eb2e3e5 commit 6dc7670

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

virtio-snd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ static void virtio_snd_cb(struct CNFADriver *dev,
601601
*(out++) = value;
602602
}
603603
}
604+
fprintf(stderr, "totalframesp %d totalframesr %d\n", totalframesp,
605+
totalframesr);
604606

605607
pthread_mutex_unlock(&virtio_snd_ctrl_mutex);
606608
}

0 commit comments

Comments
 (0)