]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Remove support for control flag SNDRV_CTL_ELEM_ACCESS_USER
authorMengdong Lin <mengdong.lin@linux.intel.com>
Wed, 20 Jul 2016 01:52:52 +0000 (09:52 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 20 Jul 2016 05:45:58 +0000 (07:45 +0200)
commit8e3e194a5d7c01ee310ff3fb771ce9ec4e6d8fb1
treed7e69e2c83dd9b4c5d45985e98102819a6402a55
parent7bebd4c980bb11cc31f8be73511baa544d4cb658
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 <mengdong.lin@linux.intel.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/topology/ctl.c