From 8e3e194a5d7c01ee310ff3fb771ce9ec4e6d8fb1 Mon Sep 17 00:00:00 2001 From: Mengdong Lin Date: Wed, 20 Jul 2016 09:52:52 +0800 Subject: topology: Remove support for control flag SNDRV_CTL_ELEM_ACCESS_USER This access flag is used to add controls from user space by ioctl. But topology only configures controls in user space and these controls will eventually be created by ASoC in kernel, so topology should not support this flag. Signed-off-by: Mengdong Lin Reviewed-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- src/topology/ctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/topology/ctl.c b/src/topology/ctl.c index 592dded7..54f8e444 100644 --- a/src/topology/ctl.c +++ b/src/topology/ctl.c @@ -41,7 +41,6 @@ static const struct ctl_access_elem ctl_access[] = { {"lock", SNDRV_CTL_ELEM_ACCESS_LOCK}, {"owner", SNDRV_CTL_ELEM_ACCESS_OWNER}, {"tlv_callback", SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK}, - {"user", SNDRV_CTL_ELEM_ACCESS_USER}, }; /* find CTL access strings and conver to values */ -- cgit v1.2.1