• Mark Brown's avatar
    ASoC: dapm: Run clock and regulator events separately to other supplies · 1dd275b6
    Mark Brown authored
    In order to avoid trying to use an external clock or supply for an
    on-chip supply prior to it being enabled move the clock and regulator
    supply events to a separate step in DAPM sequencing from normal supply
    events.
    
    This should have minimal practical impact since these widgets are sorted
    using SND_SOC_NOPM which is a negative value and hence sorted
    separately to any real register writes, though it may be relevant if
    supplies have event callbacks only.
    Signed-off-by: default avatarMark Brown <broonie@linaro.org>
    1dd275b6
soc-dapm.c 96.9 KB