]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: export DPCM runtime update functions
authorGuennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Thu, 12 Mar 2020 09:52:14 +0000 (10:52 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 12 Mar 2020 13:30:38 +0000 (13:30 +0000)
commita336dd2753eb1ac66393bc13f86fa33fe928cc22
tree3610a9706bc1ff2b628db616b59d5c694ebb2c05
parent889c17f011603e77e6884a037f2a10184c149c47
ASoC: export DPCM runtime update functions

This makes DPCM runtime update functions available for external
calling. As an example, virtualised ASoC component drivers may need
to call these when managing shared DAPM routes that are used by more
than one driver (i.e. when host driver and guest drivers have a DAPM
path from guest PCM to host DAI where some parts are owned by host
driver and others by guest driver).

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Link: https://lore.kernel.org/r/20200312095214.15126-3-guennadi.liakhovetski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dpcm.h
sound/soc/soc-dapm.c
sound/soc/soc-pcm.c