[alsa-devel] [PATCH V2 0/2] Add device tree binding support to WM8962 codec driver

Nicolin Chen b42378 at freescale.com
Thu Jun 6 13:38:44 CEST 2013


*** 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(-)




More information about the Alsa-devel mailing list