]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3378aba526cf0bc5148389067ac9104fbd80c87c
tree571bd29336e45b0319810ebb654911c862f468b9
parentcc4e9cbb054574fa61db51208c1e1bab3f7b99b3
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