上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 65 下一页
摘要: #include "main.h" #include <stdio.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <signal.h> #include <stri 阅读全文
posted @ 2020-09-18 10:24 卷哭你 阅读(555) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include 阅读全文
posted @ 2020-09-18 08:04 卷哭你 阅读(384) 评论(0) 推荐(0) 编辑
摘要: #include "main.h" #include <stdio.h> #include <signal.h> //void (*signal(int sig, void (*func)(int)))(int) static void signal_handler(int signo) { pri 阅读全文
posted @ 2020-09-17 20:26 卷哭你 阅读(313) 评论(0) 推荐(0) 编辑
摘要: (1) 行高 列宽 (2)字体 宋体 xxx 阅读全文
posted @ 2020-09-17 11:27 卷哭你 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include 阅读全文
posted @ 2020-09-16 23:34 卷哭你 阅读(316) 评论(0) 推荐(0) 编辑
摘要: #include "main.h" static int check_param(void) { int ret = -1; do { if(1) { break; } ret = 0; }while(0); return ret; } int main() { printf("param is % 阅读全文
posted @ 2020-09-15 21:39 卷哭你 阅读(274) 评论(0) 推荐(0) 编辑
摘要: #ifdef UAC_INIT #endif #if defined(__UAC_INIT) || defined(__UVC_INIT) #endif #define ARRAY_SIZE(a) ((sizeof(a) / sizeof(a[0]))) do { }while(0); #inclu 阅读全文
posted @ 2020-09-15 20:16 卷哭你 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ALSA Soc Layer ALSA 芯片系统(ASOC)层总体工程目标是对芯片处理器嵌入式系统提供更好ALSA支持(e.g. Pxa2xx,au1x00,iMX,etc)和方便的音频codecs.当前内核有一些soc audio 支持,不过有一些限制: (1)当前,codec驱动总是紧密和SOC 阅读全文
posted @ 2020-09-14 20:06 卷哭你 阅读(326) 评论(0) 推荐(0) 编辑
摘要: // struct snd_card *card; struct snd_pcm *pcm; err = snd_card_new(&g_audio->gadget->dev, -1, NULL, THIS_MODULE, 0, &card); err = snd_pcm_new(uac->card 阅读全文
posted @ 2020-09-14 10:30 卷哭你 阅读(430) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include 阅读全文
posted @ 2020-09-14 01:06 卷哭你 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 65 下一页