Skip to content

Commit 56ad24e

Browse files
committed
Add dummy RX receive message
1 parent 4a51540 commit 56ad24e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

virtio-snd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,8 @@ static int virtio_snd_rx_stream_cb(const void *input,
898898
int channels = vsnd_props[id].pp.channels;
899899
uint32_t out_buf_sz = frame_cnt * channels;
900900
uint32_t out_buf_bytes = out_buf_sz * VSND_CNFA_FRAME_SZ;
901-
__virtio_snd_frame_enqueue(output, out_buf_bytes, id);
901+
//__virtio_snd_frame_enqueue(output, out_buf_bytes, id);
902+
fprintf(stderr, "+++ virtio_snd_rx_stream_cb +++\n");
902903

903904
return paContinue;
904905
}

0 commit comments

Comments
 (0)