服务 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 文件 976b25c 克隆/下载 git config --global user.name userName git config --global user.email userEmail ...
CHATILLON TCD200STD TCD-200-STD DIGITAL FORCE TESTER MOTORIZED AMETEK 200 LB. Chatillon TCD500 Compression Tension Tester with Load Cells and Software CHATILLON TCM-201 FORCE TESTER MOTORIZED TEST STAND + SAFETY CAGE AMETEK 200 LB. CHAUVIN ARNOUX PROWATT-3 SET W/ 3x CLAMPS & PRINTER 30 CHB...
fprintf(stderr, "Sorry but your sound driver is too old\n"); exit(EXIT_FAILURE); } - if (!(caps & DSP_CAP_TRIGGER) || - !(caps & DSP_CAP_MMAP)) + if (do_mmap && + (!(caps & DSP_CAP_TRIGGER) || + !(caps & DSP_CAP_MMAP))) { fprintf(stderr, "Sorry but your soun...
.cvsignore Makefile.am mmap_test.c Log Message: Copied mmap_test from alsa-driver/test directory --- NEW FILE: .cvsignore --- Makefile Makefile.in .deps .libs *.lo *.la --- NEW FILE: Makefile.am --- check_PROGRAMS=mmap_test mmap_test_redir mmap_test_redir_LDADD=../oss-redir/...
--- mmap_test.c DELETED --- --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now!http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click___ Alsa-cvslog mailing list [...
- fprintf(stderr, "Sorry but your sound driver is too old\n"); - exit(-1); - } - -/* - * Check that the device has capability to do this. Currently just - * CS4231 based cards will work. - * - * The application should also check for DSP_CAP_MMAP bit but this ...