]> 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)
commit35f2dec7ce0b712959d60c7b9404321f910bb482
tree3d6e4f95b6d53c529d2e855fe5a96ebf096d44e6
parenta5f09042da8363f1cff4193003bf5b3fab0d3e62
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