alsa: rename seq-source -> seq-bridge

This commit is contained in:
Wim Taymans 2020-12-18 11:28:31 +01:00
parent d2a5f5c1ae
commit 94ec34d138
2 changed files with 3 additions and 2 deletions

View file

@ -864,7 +864,8 @@ impl_init(const struct spa_handle_factory *factory,
this->info_all = SPA_NODE_CHANGE_MASK_FLAGS |
SPA_NODE_CHANGE_MASK_PROPS |
SPA_NODE_CHANGE_MASK_PARAMS;
this->info.max_output_ports = 1;
this->info.max_input_ports = MAX_PORTS;
this->info.max_output_ports = MAX_PORTS;
this->info.flags = SPA_NODE_FLAG_RT;
this->params[0] = SPA_PARAM_INFO(SPA_PARAM_PropInfo, SPA_PARAM_INFO_READ);
this->params[1] = SPA_PARAM_INFO(SPA_PARAM_Props, SPA_PARAM_INFO_READWRITE);

View file

@ -8,7 +8,7 @@ spa_alsa_sources = ['alsa.c',
'alsa-pcm-sink.c',
'alsa-pcm-source.c',
'alsa-pcm.c',
'alsa-seq-source.c',
'alsa-seq-bridge.c',
'alsa-seq.c']
spa_alsa = shared_library(