mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
alsa: rename seq-source -> seq-bridge
This commit is contained in:
parent
d2a5f5c1ae
commit
94ec34d138
2 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue