OSDN Git Service

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)
commitf17a14789e55f45514d1d72a4e51dcc6bdd8d463
tree3610a9706bc1ff2b628db616b59d5c694ebb2c05
parent8cce6569e417f557781fe7f3a84667e611c3a160
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