On Wed, Nov 19, 2014 at 10:36 AM, Zidan Wang <[email protected]> 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 <[email protected]> > --- > 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

