23 May
2015
23 May
'15
4:02 p.m.
2015-05-22 20:36 GMT+08:00 Mark Brown broonie@kernel.org:
On Wed, May 20, 2015 at 07:06:11PM +0800, Jun Nie wrote:
Add ZTE zx296702 I2S DAI driver
This looks good but depends on the DMA driver and a couple of small nits:
+config ZX296702_I2S
bool "ZX296702 i2s"
I see no reason for this to be bool as opposed to a tristate - why not let people build it as a module?
default:
dev_err(cpu_dai->dev, "Unknwon master/slave format\n");
The driver consistently misspells unknown.
Will fix the two issues. Thanks!
Jun