上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: 转自:https://gstreamer.freedesktop.org/documentation/application-development/advanced/?gi-language=c Clocks and synchronization in GStreamer When playin 阅读全文
posted @ 2020-05-16 00:02 fellow_jing 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: 转自:https://gstreamer.freedesktop.org/documentation/application-development/basics/index.html?gi-language=c https://blog.csdn.net/shallon_luo/article/d 阅读全文
posted @ 2020-05-14 23:50 fellow_jing 阅读(921) 评论(0) 推荐(0) 编辑
摘要: 参考: https://elixir.bootlin.com/linux/v4.9.218/source/sound/soc/soc-dapm.c#L804 https://blog.csdn.net/DroidPhone/article/details/14146319 https://blog. 阅读全文
posted @ 2020-04-12 15:19 fellow_jing 阅读(907) 评论(0) 推荐(0) 编辑
摘要: 通过snd_soc_register_card来注册card,即注册整个machine driver. 此函数接收一个参数 snd_soc_card: /* SoC card */ struct snd_soc_card { const char *name; const char *long_na 阅读全文
posted @ 2020-04-06 16:03 fellow_jing 阅读(908) 评论(0) 推荐(0) 编辑
摘要: 参考: https://elixir.bootlin.com/linux/v4.9.218/source/sound/soc/soc-core.c#L3314 https://blog.csdn.net/DroidPhone/article/details/7283833 在移动设备中,Codec的 阅读全文
posted @ 2020-04-06 14:33 fellow_jing 阅读(1211) 评论(0) 推荐(0) 编辑
摘要: 参考: https://elixir.bootlin.com/linux/v4.9.218/source/sound/soc/soc-core.c#L3034 https://blog.csdn.net/DroidPhone/article/details/7316061 CPU DAI通过调用sn 阅读全文
posted @ 2020-04-05 14:01 fellow_jing 阅读(2358) 评论(0) 推荐(0) 编辑
摘要: 参考: https://elixir.bootlin.com/linux/v4.9.218/source/sound/soc/soc-core.c#L3159 https://blog.csdn.net/DroidPhone/article/details/7316061 platform通过调用s 阅读全文
posted @ 2020-04-04 15:56 fellow_jing 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: https://alsa-project.org/main/index.php/DAPM https://www.kernel.org/doc/html/v4.11/sound/soc/dapm.html There are 4 power domains within DAPM: Codec do 阅读全文
posted @ 2020-03-23 15:02 fellow_jing 阅读(717) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v4.11/sound/soc/dpcm.html Description Dynamic PCM allows an ALSA PCM device to digitally route its PCM audio to variou 阅读全文
posted @ 2020-03-22 15:57 fellow_jing 阅读(1526) 评论(0) 推荐(0) 编辑
摘要: Machine(sound/soc/pxa/corgi.c): /* corgi digital audio interface glue - connects codec <--> CPU */ static struct snd_soc_dai_link corgi_dai = { .name 阅读全文
posted @ 2020-03-21 14:52 fellow_jing 阅读(795) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页