04 2020 档案

摘要:参考: 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 阅读(1004) 评论(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 阅读(1048) 评论(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 阅读(1356) 评论(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 阅读(2722) 评论(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 阅读(1142) 评论(0) 推荐(0)