]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: seq: Provide card number / PID via sequencer client info
authorMartin Koegler <martin.koegler@chello.at>
Wed, 2 Mar 2016 18:26:28 +0000 (19:26 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Mar 2016 09:52:52 +0000 (10:52 +0100)
commit562b457a8263f747297e93ccd5d1668bfae2a238
treedcd0595298350887b43b59d79dcc05779e26a458
parent63070d0c4a7867fd6ce58f4cc1ebec2845a0bb81
ALSA: seq: Provide card number / PID via sequencer client info

rawmidi devices expose the card number via IOCTLs, which allows to
find the corresponding device in sysfs.

The sequencer provides no identifing data. Chromium works around this
issue by scanning rawmidi as well as sequencer devices and matching
them by using assumtions, how the kernel register sequencer devices.

This changes adds support for exposing the card number for kernel clients
as well as the PID for user client.

The minor of the API version is changed to distinguish between the zero
initialised reserved field and card number 0.

[minor coding style fixes by tiwai]

Signed-off-by: Martin Koegler <martin.koegler@chello.at>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/asequencer.h
sound/core/seq/seq_clientmgr.c
sound/core/seq/seq_clientmgr.h