• L
    ASoC: core: Allow topology to override machine driver FE DAI link config. · a655de80
    Liam Girdwood 提交于
    Machine drivers statically define a number of DAI links that currently
    cannot be changed or removed by topology. This means PCMs and platform
    components cannot be changed by topology at runtime AND machine drivers
    are tightly coupled to topology.
    
    This patch allows topology to override the machine driver DAI link config
    in order to reuse machine drivers with different topologies and platform
    components. The patch supports :-
    
    1) create new FE PCMs with a topology defined PCM ID.
    2) destroy existing static FE PCMs
    3) change the platform component driver.
    4) assign any new HW params fixups.
    5) assign a new card name prefix to differentiate this topology to userspace.
    
    The patch requires no changes to the machine drivers, but does add some
    platform component flags that the platform component driver can assign
    before loading topologies.
    Signed-off-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    a655de80
soc-core.c 96.1 KB