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
parent 586382a701
commit 53cd13a1ab
53 changed files with 86 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2011-2014, 2017-2018 The Linux Foundation. All rights reserved.
/* Copyright (c) 2011-2014, 2017-2019 The Linux Foundation. All rights reserved.
*/
#include <linux/platform_device.h>
#include <linux/slab.h>
@@ -63,6 +63,7 @@ static struct platform_driver msm_stub_driver = {
.name = "msm-stub-codec",
.owner = THIS_MODULE,
.of_match_table = msm_stub_codec_dt_match,
.suppress_bind_attrs = true,
},
.probe = msm_stub_dev_probe,
.remove = msm_stub_dev_remove,