]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/hda/ext/hdac_ext_stream.c
ALSA: HDA: Fix stream assignment for host in decoupled mode
[linux.git] / sound / hda / ext / hdac_ext_stream.c
index f8ffbdbb450d785e281bd7a0aae3c6d8a8c2a2ab..3de47dd1a76d856f95c2051b1bde6e55522f2b55 100644 (file)
@@ -299,7 +299,7 @@ hdac_ext_host_stream_assign(struct hdac_ext_bus *ebus,
                if (stream->direction != substream->stream)
                        continue;
 
-               if (stream->opened) {
+               if (!stream->opened) {
                        if (!hstream->decoupled)
                                snd_hdac_ext_stream_decouple(ebus, hstream, true);
                        res = hstream;