All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: rockchip-i2s: dt: swap tx and rx channed request number
@ 2014-09-13  1:04 ` Jianqun
  0 siblings, 0 replies; 10+ messages in thread
From: Jianqun @ 2014-09-13  1:04 UTC (permalink / raw)
  To: heiko, lgirdwood, broonie, perex, tiwai, linux-arm-kernel,
	linux-rockchip, linux-kernel, alsa-devel
  Cc: huangtao, cf, Jianqun

Reference to RK3288 TRM, fix an error channel id for i2s tx and rx
Table 10-1 DMAC_BUS Request Mapping Table
Req number	Source	Polarity
0		I2S tx	High level
1		I2S rx	High level

Tested on RK3288 board.

Signed-off-by: Jianqun <jay.xu@rock-chips.com>
---
 Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
index 6c55fcf..9b82c20 100644
--- a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
+++ b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt
@@ -31,7 +31,7 @@ i2s@ff890000 {
 	#address-cells = <1>;
 	#size-cells = <0>;
 	dmas = <&pdma1 0>, <&pdma1 1>;
-	dma-names = "rx", "tx";
+	dma-names = "tx", "rx";
 	clock-names = "i2s_hclk", "i2s_clk";
 	clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
 };
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-15 16:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-13  1:04 [PATCH] ASoC: rockchip-i2s: dt: swap tx and rx channed request number Jianqun
2014-09-13  1:04 ` Jianqun
2014-09-13 16:40 ` Mark Brown
2014-09-13 16:40   ` Mark Brown
2014-09-14  2:29   ` Jianqun
2014-09-14  2:29     ` Jianqun
2014-09-14  3:39 ` [PATCH v2] ASoC: rockchip-i2s: dt: fix an error in the example Jianqun
2014-09-14  3:39   ` Jianqun
2014-09-15 16:45   ` Mark Brown
2014-09-15 16:45     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.