未验证 提交 5dbb8eeb 编写于 作者: O openharmony_ci 提交者: Gitee

!229 add dma_heap in GetDeviceBasePath()

Merge pull request !229 from syz_huawei/master
......@@ -385,6 +385,8 @@ static const char *GetDeviceBasePath(const char *subsystem)
devPath = "/dev/snd";
} else if (STRINGEQUAL(subsystem, "functionfs")) {
devPath = "/dev/functionfs";
} else if (STRINGEQUAL(subsystem, "dma_heap")) {
devPath = "/dev/dma_heap";
} else {
devPath = "/dev";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册