Re: [PATCH v1 2/4] ASoC: rockchip: i2s: add support for i2s bclk fs configuration

2017-06-13 Thread Mark Brown
On Fri, Jun 09, 2017 at 04:52:47PM +0800, Sugar Zhang wrote: > +- rockchip,bclk-fs: configure the i2s bclk fs. Rather than having a driver DT property for this the device should implement a set_bclk_ratio() operation and let the ratio be set by the machine driver. The simple and graph cards may

Re: [PATCH v1 2/4] ASoC: rockchip: i2s: add support for i2s bclk fs configuration

2017-06-13 Thread Mark Brown
On Fri, Jun 09, 2017 at 04:52:47PM +0800, Sugar Zhang wrote: > +- rockchip,bclk-fs: configure the i2s bclk fs. Rather than having a driver DT property for this the device should implement a set_bclk_ratio() operation and let the ratio be set by the machine driver. The simple and graph cards may

[PATCH v1 2/4] ASoC: rockchip: i2s: add support for i2s bclk fs configuration

2017-06-09 Thread Sugar Zhang
this patch add support for i2s bclk fs configuration, we can configure bclk_fs by devicetree as required. Signed-off-by: Sugar Zhang --- Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 2 ++ sound/soc/rockchip/rockchip_i2s.c| 9

[PATCH v1 2/4] ASoC: rockchip: i2s: add support for i2s bclk fs configuration

2017-06-09 Thread Sugar Zhang
this patch add support for i2s bclk fs configuration, we can configure bclk_fs by devicetree as required. Signed-off-by: Sugar Zhang --- Documentation/devicetree/bindings/sound/rockchip-i2s.txt | 2 ++ sound/soc/rockchip/rockchip_i2s.c| 9 - 2 files changed, 10