aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/avs/skl.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-17ASoC: Intel: avs: SKL-based platforms supportCezary Rojewski1-0/+125
Define handlers specific to cAVS 1.5 platforms, that is SKL, KBL, AML and all other variants based on this very version of AudioDSP architecture. Most are specific to SKL-alike platforms with only skl_log_buffer_offset() being exposed and used later by younger equivalents. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220516101116.190192-15-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>