Re: [PATCH] ASoC: mediatek: btcvsd fix tx stream assign

2020-11-30 Thread Mark Brown
On Mon, 30 Nov 2020 11:11:15 +0800, Lumi Lee wrote: > Fix tx/rx stream assign in write. > Write should use tx instead of rx. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: mediatek: btcvsd fix tx stream assign commit:

[PATCH] ASoC: mediatek: btcvsd fix tx stream assign

2020-11-29 Thread Lumi Lee
From: Lumi Lee Fix tx/rx stream assign in write. Write should use tx instead of rx. Signed-off-by: Lumi Lee --- sound/soc/mediatek/common/mtk-btcvsd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/mediatek/common/mtk-btcvsd.c