OSDN Git Service

ALSA: control: fix failure to return numerical ID in 'add' event
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 8 Feb 2015 13:39:44 +0000 (22:39 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sun, 8 Feb 2015 14:31:09 +0000 (15:31 +0100)
commitd34890cf4113397625a6629d71749fa638a7a734
treeacce8f4357e7e20de216e3b00b1810bd190bbca4
parent12865cac38cc9e808ce8b479f4bb12fd00bfee7c
ALSA: control: fix failure to return numerical ID in 'add' event

Currently when adding a new control, the assigned numerical ID is not
set for event data, thus userspace applications cannot realize it just
by event data.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c