摘要: ``` sound/soc/soc-core.c static int __init snd_soc_init(void) { #ifdef CONFIG_DEBUG_FS snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); if (IS_ERR(snd_soc_debugfs_root) || !snd_soc_debugfs_... 阅读全文
posted @ 2019-03-09 10:53 SuperTao1024 阅读(755) 评论(0) 推荐(0) 编辑
摘要: ``` sound/soc/msm/msm8952.c // 注册平台设备 static int __init msm8952_machine_init(void) { return platform_driver_register(&msm8952_asoc_machine_driver); } late_initcall(msm8952_machine_init); // 驱动和设备的... 阅读全文
posted @ 2019-03-09 10:38 SuperTao1024 阅读(728) 评论(2) 推荐(0) 编辑
摘要: sound/soc/codecs/msm8x16 wcd.c sound/soc/soc core.c 阅读全文
posted @ 2019-03-09 10:37 SuperTao1024 阅读(574) 评论(0) 推荐(0) 编辑