Re: [PATCH v5 6/6] ASoC: dwc: Add devicetree support for Designware I2S

2014-12-30 Thread Mark Brown
On Tue, Dec 30, 2014 at 10:55:48AM +, Andrew Jackson wrote: > From: Andrew Jackson > > Allow the driver to be configured through a device tree rather than platform > data. Applied but... > +#ifdef CONFIG_OF > + .of_match_table = of_match_ptr(dw_i2s_of_match), > +#endif ...the w

[PATCH v5 6/6] ASoC: dwc: Add devicetree support for Designware I2S

2014-12-30 Thread Andrew Jackson
From: Andrew Jackson Allow the driver to be configured through a device tree rather than platform data. Signed-off-by: Andrew Jackson --- sound/soc/dwc/Kconfig |1 + sound/soc/dwc/designware_i2s.c | 193 +++- 2 files changed, 151 insertions(+),