We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a51540 commit 56ad24eCopy full SHA for 56ad24e
virtio-snd.c
@@ -898,7 +898,8 @@ static int virtio_snd_rx_stream_cb(const void *input,
898
int channels = vsnd_props[id].pp.channels;
899
uint32_t out_buf_sz = frame_cnt * channels;
900
uint32_t out_buf_bytes = out_buf_sz * VSND_CNFA_FRAME_SZ;
901
- __virtio_snd_frame_enqueue(output, out_buf_bytes, id);
+ //__virtio_snd_frame_enqueue(output, out_buf_bytes, id);
902
+ fprintf(stderr, "+++ virtio_snd_rx_stream_cb +++\n");
903
904
return paContinue;
905
}
0 commit comments