• M
    ASoC: Allow per-route connectedness checks for supplies · 215edda3
    Mark Brown 提交于
    Some chips with complex internal supply (particularly clocking)
    arragements may have multiple options for some of the supply
    connections. Since these don't affect user-visible audio routing
    the expectation would be that they would be managed automatically
    by one of the drivers.
    
    Support these users by allowing routes to have a connected function
    which is queried before the connectedness of the path is checked as
    normal. Currently this is only done for supplies, other widgets
    could be supported but are not currently since the expectation for
    them is that audio routing will be under the control of userspace.
    Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
    215edda3
soc-dapm.c 54.9 KB