diff --git a/[refs] b/[refs] index b301f4939ab4..b7328f4ceaa3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1186ed8c7dc9c0185e783beddf241509cc224f1a +refs/heads/master: 86148e84c218e49b54521e8dae7bb78eb66c4281 diff --git a/trunk/sound/core/control.c b/trunk/sound/core/control.c index ac1442682eac..3030aaa6d2c5 100644 --- a/trunk/sound/core/control.c +++ b/trunk/sound/core/control.c @@ -1048,6 +1048,7 @@ static int snd_ctl_elem_add(struct snd_ctl_file *file, if (ue == NULL) return -ENOMEM; ue->info = *info; + ue->info.access = 0; ue->elem_data = (char *)ue + sizeof(*ue); ue->elem_data_size = private_size; kctl.private_free = snd_ctl_elem_user_free;