6 Jun
2013
6 Jun
'13
11:38 a.m.
*** These two patch added devicetree binding support to WM8962 codec driver *** so that it can fetch pdata not only from old platform_data but also from *** newer dts binding. --- ChangeLog: v1->v2: * PATCH 1/2: *** Embedded a copy of struct wm8962_pdata instead of its pointer *** Removed all 'if (pdata)' checking code as it is always valid. * PATCH 2/2: *** Dropped out-of-band value error msg by regarding it as default value.
Nicolin Chen (2): ASoC: WM8962: Create default platform data structure ASoC: WM8962: Add device tree binding
Documentation/devicetree/bindings/sound/wm8962.txt | 20 ++++ sound/soc/codecs/wm8962.c | 99 +++++++++++++------ 2 files changed, 88 insertions(+), 31 deletions(-)