]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - sound/core/control.c
ALSA: ctl: confirm to return all identical information in 'activate' event
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 11 Apr 2015 08:41:02 +0000 (17:41 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sat, 11 Apr 2015 15:31:31 +0000 (17:31 +0200)
commitc78497e010ae62c8abfb33a45d0e0b361218e9bb
tree571bd29336e45b0319810ebb654911c862f468b9
parentfa863b2d5e62e2ea7d86ccfa9a888bd28dd79ebe
ALSA: ctl: confirm to return all identical information in 'activate' event

When event originator doesn't set numerical ID in identical information,
the event data includes no numerical ID, thus userspace applications
cannot identify the control just by unique ID in event data.

This commit fix this bug so as the event data includes all of identical
information.

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