]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Convert all sst_codecs data definition to c99 style
authorHarsha Priya N <harshapriya.n@intel.com>
Wed, 14 Jun 2017 17:32:18 +0000 (10:32 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jun 2017 18:10:38 +0000 (19:10 +0100)
commit65424dae0431d0db01ea109ee2acfec4553677a2
tree3d6e4f95b6d53c529d2e855fe5a96ebf096d44e6
parent0081a024391e6648b83d6f82386e266cf5e2b261
ASoC: Intel: Convert all sst_codecs data definition to c99 style

C99 style struct initialization helps in readability as well as
initialization of variables not specified as NULL. This patch
changes the struct data definitions in skl.c that were not in c99 style.

Signed-off-by: Harsha Priya <harshapriya.n@intel.com>
Signed-off-by: Naveen M <naveen.m@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
sound/soc/intel/skylake/skl.c