mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2026-05-05 17:08:01 +02:00
alsa.jack-device defaults to false
This commit is contained in:
parent
e4b49a306a
commit
bc7a4e1db9
1 changed files with 1 additions and 1 deletions
|
|
@ -1219,7 +1219,7 @@ int sm_alsa_monitor_start(struct sm_media_session *session)
|
|||
spa_list_init(&impl->device_list);
|
||||
spa_device_add_listener(impl->monitor, &impl->listener, &alsa_udev_events, impl);
|
||||
|
||||
if (pw_properties_get_bool(impl->props, "alsa.jack-device", true)) {
|
||||
if (pw_properties_get_bool(impl->props, "alsa.jack-device", false)) {
|
||||
if ((res = alsa_start_jack_device(impl)) < 0)
|
||||
goto out_free;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue