[ALSA] add more sequencer port type information bits
Add four new information flags SNDRV_SEQ_PORT_TYPE_HARDWARE, _SOFTWARE, _SYNTHESIZER, _PORT for sequencer ports. This makes it easier for apps like Rosegarden to make policy decisions based on the port type. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
这个提交包含在:
@@ -914,7 +914,9 @@ static int snd_trident_synth_create_port(struct snd_trident * trident, int idx)
|
||||
&callbacks,
|
||||
SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SUBS_WRITE,
|
||||
SNDRV_SEQ_PORT_TYPE_DIRECT_SAMPLE |
|
||||
SNDRV_SEQ_PORT_TYPE_SYNTH,
|
||||
SNDRV_SEQ_PORT_TYPE_SYNTH |
|
||||
SNDRV_SEQ_PORT_TYPE_HARDWARE |
|
||||
SNDRV_SEQ_PORT_TYPE_SYNTHESIZER,
|
||||
16, 0,
|
||||
name);
|
||||
if (p->chset->port < 0) {
|
||||
|
在新工单中引用
屏蔽一个用户