• L
    ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutex · a73fb2df
    Liam Girdwood 提交于
    It has now become necessary to use a DAPM mutex instead of the codec
    mutex to lock the DAPM operations. This is due to the recent multi
    component support and forth coming Dynamic PCM updates.
    
    Currently we lock DAPM operations with the codec mutex of the calling
    RTD context. However, DAPM operations can span the whole card context
    and all components.
    
    This patch updates the DAPM operations that use the codec mutex to
    now use the DAPM mutex PCM subclass for all DAPM ops.
    
    We also add a mutex subclass for DAPM init and PCM operations.
    Signed-off-by: NLiam Girdwood <lrg@ti.com>
    Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
    a73fb2df
soc-dapm.c 80.7 KB