摘要:参考:https://blog.csdn.net/weixin_41944449/category_7596136.html G_DEFINE_TYPE: G_DEFINE_TYPE是一个宏定义。宏展开如下: #define G_DEFINE_TYPE(TN, t_n, T_P) /******* 阅读全文
摘要:转自:https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/index.html?gi-language=c https://blog.csdn.net/techx/article/details/44 阅读全文
摘要:https://gstreamer.freedesktop.org/documentation/plugin-development/index.html?gi-language=c Constructing the Boilerplate In this chapter you will lear 阅读全文
摘要:转自:https://gstreamer.freedesktop.org/documentation/application-development/advanced/?gi-language=c Clocks and synchronization in GStreamer When playin 阅读全文
摘要:转自:https://gstreamer.freedesktop.org/documentation/application-development/basics/index.html?gi-language=c https://blog.csdn.net/shallon_luo/article/d 阅读全文
摘要:参考: 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. 阅读全文
摘要:通过snd_soc_register_card来注册card,即注册整个machine driver. 此函数接收一个参数 snd_soc_card: /* SoC card */ struct snd_soc_card { const char *name; const char *long_na 阅读全文
摘要:参考: https://elixir.bootlin.com/linux/v4.9.218/source/sound/soc/soc-core.c#L3314 https://blog.csdn.net/DroidPhone/article/details/7283833 在移动设备中,Codec的 阅读全文
摘要:参考: 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 阅读全文
摘要:参考: 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 阅读全文