Re: [PATCH 2/2] ASoC: sun4i-spdif: Add quirks to the spdif driver

2016-12-20 Thread Maxime Ripard
On Tue, Dec 20, 2016 at 03:49:14PM +0100, codekip...@gmail.com wrote: > From: Marcus Cooper > > It has been seen that some newer SoCs have a different TX FIFO > address and we already have the difference with the A31 requiring > a reset. Add a quirks structure so that these

Re: [PATCH 2/2] ASoC: sun4i-spdif: Add quirks to the spdif driver

2016-12-20 Thread Maxime Ripard
On Tue, Dec 20, 2016 at 03:49:14PM +0100, codekip...@gmail.com wrote: > From: Marcus Cooper > > It has been seen that some newer SoCs have a different TX FIFO > address and we already have the difference with the A31 requiring > a reset. Add a quirks structure so that these can be managed >

[PATCH 2/2] ASoC: sun4i-spdif: Add quirks to the spdif driver

2016-12-20 Thread codekipper
From: Marcus Cooper It has been seen that some newer SoCs have a different TX FIFO address and we already have the difference with the A31 requiring a reset. Add a quirks structure so that these can be managed easily. Signed-off-by: Marcus Cooper ---

[PATCH 2/2] ASoC: sun4i-spdif: Add quirks to the spdif driver

2016-12-20 Thread codekipper
From: Marcus Cooper It has been seen that some newer SoCs have a different TX FIFO address and we already have the difference with the A31 requiring a reset. Add a quirks structure so that these can be managed easily. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-spdif.c | 36