diff options
Diffstat (limited to 'backends/oss/oss-stream.c')
-rw-r--r-- | backends/oss/oss-stream.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/oss/oss-stream.c b/backends/oss/oss-stream.c index 8755b13..0e7a0c0 100644 --- a/backends/oss/oss-stream.c +++ b/backends/oss/oss-stream.c @@ -203,7 +203,8 @@ oss_stream_set_switch_data (OssStream *stream, gint fd, GList *options) } /* Takes ownership of options */ - stream->priv->swtch = oss_switch_new (OSS_STREAM_SWITCH_NAME, + stream->priv->swtch = oss_switch_new (stream, + OSS_STREAM_SWITCH_NAME, _("Connector"), fd, options); |