]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Add startup & shutdown for dai_links
authorJeeja KP <jeeja.kp@intel.com>
Tue, 20 Oct 2015 17:00:07 +0000 (22:30 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 22 Oct 2015 14:23:23 +0000 (15:23 +0100)
commitafea2fba9fe54c256b9350da0477819d280b74f2
treeaba830a3e4c887a2b4bad0d43bf74e3fe2373adc
parent1d7aa3efbc8016413973e771f034f1744704e6b1
ASoC: dapm: Add startup & shutdown for dai_links

For DAI link events, DSPs would like to get notified for startup
and shutdown event as well apart for existing hw_params. This
helps managing DSP resource allocation and freeup on these events
So add support for startup and shutdown for
snd_soc_dai_link_event()

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c