]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 11 Feb 2019 17:54:11 +0000 (17:54 +0000)
commitf65e34ab74adf38b61cd11c6ba73858cf52501d9
tree125f3b99027bec5ca8ae1285a6a8e1ccc4253f3e
parent7580cfd377e2929cc344d5c785fc2baef32c8573
ALSA: control: fix failure to return numerical ID in 'add' event

commit d34890cf4113397625a6629d71749fa638a7a734 upstream.

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/core/control.c