23 Nov
2015
23 Nov
'15
4:52 p.m.
This series contains three updates we have for dapm
First marks the SND_SOC_BYTES_EXT as deprecated as discussed
Second one adds support for dapm sink widget. This is useful in DSP based systems where a module can act as a sink of data
Last changes order of power state to before rechecking endpoint. This ensure DAPM is restored properly before userspace can access the card.
Jeeja KP (1): ASoC: core: Change power state before rechecking endpoint
Vinod Koul (2): ASoC: core: mark SND_SOC_BYTES_EXT as deprecated ASoC: core: add a dapm sink widget
include/sound/soc-dapm.h | 4 ++++ include/sound/soc.h | 3 +++ sound/soc/soc-core.c | 6 +++--- sound/soc/soc-dapm.c | 5 +++++ 4 files changed, 15 insertions(+), 3 deletions(-)
--
1.9.1