mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 04:18:07 +02:00
adapter: fix indentation
This commit is contained in:
parent
9612d35ca4
commit
1ac66d4f62
1 changed files with 6 additions and 6 deletions
|
|
@ -322,12 +322,12 @@ si_adapter_activate_execute_step (WpSessionItem * item,
|
|||
|
||||
format = format_audio_raw_build (&self->format);
|
||||
pod = wp_spa_pod_new_object ("PortConfig", "PortConfig",
|
||||
"direction", "I", self->direction,
|
||||
"mode", "I", SPA_PARAM_PORT_CONFIG_MODE_dsp,
|
||||
"monitor", "b", self->monitor,
|
||||
"control", "b", self->control_port,
|
||||
"format", "P", format,
|
||||
NULL);
|
||||
"direction", "I", self->direction,
|
||||
"mode", "I", SPA_PARAM_PORT_CONFIG_MODE_dsp,
|
||||
"monitor", "b", self->monitor,
|
||||
"control", "b", self->control_port,
|
||||
"format", "P", format,
|
||||
NULL);
|
||||
wp_proxy_set_param (WP_PROXY (self->node), SPA_PARAM_PortConfig, 0, pod);
|
||||
|
||||
g_autoptr (WpCore) core = wp_proxy_get_core (WP_PROXY (self->node));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue