ASoC: mediatek: btcvsd fix tx stream assign
[linux-2.6-microblaze.git] / sound / soc / mediatek / common / mtk-btcvsd.c
index 668fef3..a554c57 100644 (file)
@@ -808,7 +808,7 @@ static ssize_t mtk_btcvsd_snd_write(struct mtk_btcvsd_snd *bt,
                spin_unlock_irqrestore(&bt->tx_lock, flags);
 
                if (!avail) {
-                       int ret = wait_for_bt_irq(bt, bt->rx);
+                       int ret = wait_for_bt_irq(bt, bt->tx);
 
                        if (ret)
                                return written_size;