From 4754335d314ad3f12710415adbb8a153e2402e21 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 28 May 2019 14:13:41 +0200 Subject: [PATCH] alsa: activate On profile --- spa/plugins/alsa/alsa-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-device.c b/spa/plugins/alsa/alsa-device.c index ac1387d63..0c3007120 100644 --- a/spa/plugins/alsa/alsa-device.c +++ b/spa/plugins/alsa/alsa-device.c @@ -248,7 +248,7 @@ static int emit_info(struct impl *this, bool full) spa_device_emit_info(&this->hooks, &dinfo); - activate_profile(this, ctl_hndl, 0); + activate_profile(this, ctl_hndl, 1); exit: spa_log_info(this->log, "close card %s", this->props.device);