]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: seq: fill client ID in return value of pool operation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 11 Apr 2015 04:24:47 +0000 (13:24 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sat, 11 Apr 2015 07:11:19 +0000 (09:11 +0200)
commit5c66a8c6cc35d06cfb8bbe74290a0b093d74eedd
treef1a14c8fe92f8a4311b40b036513b46418d9f04a
parent4eaa23cf3ad7074a1142ba1fcf9a5869025c5421
ALSA: seq: fill client ID in return value of pool operation

The returned value of 'get/seq client pool' operation has zeroed value
for its client ID, against requested client ID.

This commit fix the bug by filling it with index value of referred
client object.

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