ASoC: hide bind/unbind in sysfs

Exposure of driver bind/unbind to userspace via sysfs may
lead to unexpected behavior.
Hide bind and unbind by driver attribute.

Change-Id: I20d6ee653bcc16af15d6368664aaf240c6645cd0
Signed-off-by: Xiaojun Sang <xsang@codeaurora.org>
This commit is contained in:
Xiaojun Sang
2018-06-29 15:14:37 +08:00
committed by Meng Wang
父節點 586382a701
當前提交 53cd13a1ab
共有 53 個文件被更改,包括 86 次插入23 次删除

查看文件

@@ -11471,6 +11471,7 @@ static struct platform_driver tavil_codec_driver = {
#ifdef CONFIG_PM
.pm = &tavil_pm_ops,
#endif
.suppress_bind_attrs = true,
},
};