*参照元 [#ad3d21d8]
#backlinks

*説明 [#a3699049]
-パス: [[linux-2.6.33/sound/soc/soc-core.c]]

-FIXME: これは何?
--snd-soc.ko の初期化関数。
--snd-soc-core.ko の初期化関数。


**引数 [#w263da09]
-なし


**返り値 [#jbda8acf]
-int
--成功ならば 0、失敗ならば 0 以外を返す。


**参考 [#o2256f86]


*実装 [#l9138d6c]
 static int __init snd_soc_init(void)
 {
 #ifdef CONFIG_DEBUG_FS
-
--[[linux-2.6.33/CONFIG_DEBUG_FS]]

 	debugfs_root = debugfs_create_dir("asoc", NULL);
 	if (IS_ERR(debugfs_root) || !debugfs_root) {
 		printk(KERN_WARNING
 		       "ASoC: Failed to create debugfs directory\n");
 		debugfs_root = NULL;
 	}
-
--[[linux-2.6.33/debugfs_create_dir()]]
-
--[[linux-2.6.33/IS_ERR()]]
-
--[[linux-2.6.33/printk()]]

 #endif
 
 	return platform_driver_register(&soc_driver);
-
--[[linux-2.6.33/platform_driver_register()]]
-
--[[linux-2.6.33/soc_driver(global)]]

 }


*コメント [#w8f8c5de]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS