From 4b8204cd939aee119024331697137eef76cfda3a Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Wed, 27 May 2020 17:52:22 +0200 Subject: [PATCH] Remove blocking sample code block in complex usecase Same as simple usecase, so not really interesting --- alsa_info.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/alsa_info.md b/alsa_info.md index 9c14e13..1f5e8f9 100644 --- a/alsa_info.md +++ b/alsa_info.md @@ -696,15 +696,6 @@ Extrapolate the blocking usecase * f.e. 8 Audio devices, full duplex (playback and recording) * 8 devices x 2 threads = 16! -||| -#### Blocking -```c -int main(int argc, char **argv) -{ -//TODO -} -``` - ||| ## Polling * Bookkeeping