19 Nov
2014
19 Nov
'14
1:59 p.m.
On Wed, Nov 19, 2014 at 10:36 AM, Zidan Wang b50113@freescale.com wrote:
wm8960 codec has a wm8960_data struct which has two fields shared_lrclk and capless. The wm8960_data is get from platform_data and it is reasonable to set it from device tree when platform_data is null. And when shared_lrclk is set, LRCM will be enabled. But the following software reset in wm8960_probe will reset it to the default state. So LRCM operation should after software reset.
Signed-off-by: Zidan Wang b50113@freescale.com
sound/soc/codecs/wm8960.c | 49 ++++++++++++++++++++++++++++++-----------------
I think you could a add Documentation/devicetree/bindings/sound/wm8960.txt in a separate patch and document these properties there.