Re: [PATCH v2] ASoC: rockchip-i2s: dt: fix an error in the example

2014-09-15 Thread Mark Brown
On Sun, Sep 14, 2014 at 11:39:59AM +0800, Jianqun wrote: > Reference to RK3288 TRM, fix an error in the example by swap "tx" and "rx". > > Table 10-1 DMAC_BUS Request Mapping Table > Req numberSource Polarity > 0 I2S tx High level > 1 I2S rx High level > > Tested

Re: [PATCH v2] ASoC: rockchip-i2s: dt: fix an error in the example

2014-09-15 Thread Mark Brown
On Sun, Sep 14, 2014 at 11:39:59AM +0800, Jianqun wrote: Reference to RK3288 TRM, fix an error in the example by swap tx and rx. Table 10-1 DMAC_BUS Request Mapping Table Req numberSource Polarity 0 I2S tx High level 1 I2S rx High level Tested on RK3288

[PATCH v2] ASoC: rockchip-i2s: dt: fix an error in the example

2014-09-13 Thread Jianqun
Reference to RK3288 TRM, fix an error in the example by swap "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 --- change since v1: -

[PATCH v2] ASoC: rockchip-i2s: dt: fix an error in the example

2014-09-13 Thread Jianqun
Reference to RK3288 TRM, fix an error in the example by swap 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...@rock-chips.com ---