You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-radio/unixcw/files/unixcw-tests.patch

13 lines
533 B

# works now without any installed audio system
--- src/libcw/tests/libcw_test_tq_short_space.c.orig 2018-08-01 07:53:33.972577616 +0000
+++ src/libcw/tests/libcw_test_tq_short_space.c 2018-08-01 07:53:42.877456677 +0000
@@ -94,7 +94,7 @@
bool success = true;
/* Library initialization. */
- cw_generator_new(CW_AUDIO_SOUNDCARD, NULL);
+ cw_generator_new(CW_AUDIO_NULL, NULL);
cw_generator_start();
cw_register_tone_queue_low_callback(cwdaemon_tone_queue_low_callback, NULL, tq_low_watermark);