diff options
Diffstat (limited to 'backends/pulse/pulse-backend.c')
-rw-r--r-- | backends/pulse/pulse-backend.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/pulse/pulse-backend.c b/backends/pulse/pulse-backend.c index 84296c3..bb203f5 100644 --- a/backends/pulse/pulse-backend.c +++ b/backends/pulse/pulse-backend.c @@ -952,10 +952,6 @@ on_connection_source_info (PulseConnection *connection, PulseDevice *device = NULL; PulseStream *stream; - /* Skip monitor streams */ - if (info->monitor_of_sink != PA_INVALID_INDEX) - return; - if (info->card != PA_INVALID_INDEX) device = g_hash_table_lookup (pulse->priv->devices, GUINT_TO_POINTER (info->card)); |