]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: enable S24_LE format support
authorJenny TC <jenny.tc@intel.com>
Sat, 23 Mar 2019 13:10:10 +0000 (18:40 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 26 Mar 2019 13:24:26 +0000 (13:24 +0000)
commit36e075ce74ec4e261a638bf09d10b3348ca4d883
treec038e22e497dd13b1420beaf6f980a5f93621533
parentcacea3a90e211f0c111975535508d446a4a928d2
ASoC: Intel: Skylake: enable S24_LE format support

To enable S24_LE format, sample_type in topology fw has to be set to 1.
But sample_type defined in topology firmware configuration is not
getting reflected in the dsp param. This patch sets sample_type in base
config so that the sample type defined in the topology firmware is reflected
in the dsp params. This issues was uncovered while debugging the S24_LE format
which require the MSB byte in 32 bit word to be skipped. Setting sample_type
in topology firmware to 1 helps to skip MSB byte word.

Signed-off-by: Jenny TC <jenny.tc@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-messages.c