Re: [linux-sunxi] Re: [PATCH v4 1/9] ASoC: sun4i-i2s: Fix sun8i tx channel offset mask

2019-06-04 Thread Code Kipper
On Tue, 4 Jun 2019 at 09:39, Chen-Yu Tsai wrote: > > On Tue, Jun 4, 2019 at 3:34 PM Maxime Ripard > wrote: > > > > On Mon, Jun 03, 2019 at 07:47:27PM +0200, codekip...@gmail.com wrote: > > > From: Marcus Cooper > > > > > > Although not causing any noticeable issues, the mask for the > > > chann

Re: [linux-sunxi] Re: [PATCH v4 1/9] ASoC: sun4i-i2s: Fix sun8i tx channel offset mask

2019-06-04 Thread Chen-Yu Tsai
On Tue, Jun 4, 2019 at 3:34 PM Maxime Ripard wrote: > > On Mon, Jun 03, 2019 at 07:47:27PM +0200, codekip...@gmail.com wrote: > > From: Marcus Cooper > > > > Although not causing any noticeable issues, the mask for the > > channel offset is covering too many bits. > > > > Signed-off-by: Marcus Co

Re: [PATCH v4 1/9] ASoC: sun4i-i2s: Fix sun8i tx channel offset mask

2019-06-04 Thread Maxime Ripard
On Mon, Jun 03, 2019 at 07:47:27PM +0200, codekip...@gmail.com wrote: > From: Marcus Cooper > > Although not causing any noticeable issues, the mask for the > channel offset is covering too many bits. > > Signed-off-by: Marcus Cooper Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Em

[PATCH v4 1/9] ASoC: sun4i-i2s: Fix sun8i tx channel offset mask

2019-06-03 Thread codekipper
From: Marcus Cooper Although not causing any noticeable issues, the mask for the channel offset is covering too many bits. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/su