]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm - Add DAPM stream completion event.
authorLiam Girdwood <lrg@ti.com>
Mon, 25 Jul 2011 10:15:15 +0000 (11:15 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 25 Jul 2011 21:07:24 +0000 (22:07 +0100)
commit96ca2e19bd9c89b3dbfad04185279b274fe32166
tree83bcd1fe103ed11f44283b9ba655c2be6f130c24
parent739d5b529ef007631654c302be6a44d37f6c8aa3
ASoC: dapm - Add DAPM stream completion event.

In preparation for Dynamic PCM (AKA DSP) support.

This adds a callback function to be called at the completion of a DAPM stream
event.

This can be used by DSP components to perform calculations based on DAPM graphs
after completion of stream events.

Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc-dapm.h
include/sound/soc.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c