Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34916
b: refs/heads/master
c: 86148e8
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Sep 23, 2006
1 parent e106055 commit 5b0b5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1186ed8c7dc9c0185e783beddf241509cc224f1a
refs/heads/master: 86148e84c218e49b54521e8dae7bb78eb66c4281
1 change: 1 addition & 0 deletions trunk/sound/core/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5b0b5e2

Please sign in to comment.