]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Fix bit depth when querying the NHLT blob
authorJeeja KP <jeeja.kp@intel.com>
Tue, 27 Oct 2015 00:22:50 +0000 (09:22 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:08:09 +0000 (10:08 +0000)
commit3f926de9d03644187f9a2468c1888dea3cf6735e
tree4ba2c15c630c13fefa923357d932dd2f52055e95
parent971a26489be58824295d454cdb4d26e2fe41b3b3
ASoC: Intel: Skylake: Fix bit depth when querying the NHLT blob

Bps calculation is not correct as this needs to be based on valid
bit depth.  16 bit fmt bit depth is 16 bit and for 24 and 32 bit
as it is container size This patch fixes the bps.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-nhlt.c