]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9a90c972b6e5814a5f928f8d5a3d145fa50988b0
tree3d6e4f95b6d53c529d2e855fe5a96ebf096d44e6
parent2a18483a7fb415c0c978f15cc690793b0f7d73e2
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