diff --git a/src/alsa.cpp b/src/alsa.cpp index 055efb0..c6406e2 100644 --- a/src/alsa.cpp +++ b/src/alsa.cpp @@ -753,7 +753,6 @@ static void device_thread_run(void *arg) { if (errno == EINTR) continue; assert(errno != EFAULT); - assert(errno != EFAULT); assert(errno != EINVAL); assert(errno == ENOMEM); // Kernel ran out of polling memory.