• L
    ASoC: topology: Add topology core · 8a978234
    Liam Girdwood 提交于
    The topology core parses the FW topology file for known block types and
    instanciates any common ALSA/ASoC objects that it discovers. The core
    also passes any block that is does not understand to client component
    drivers for enumeration.
    
    The core exports some APIs to client drivers in order to load and unload
    firmware topology data as use case require.
    
    Currently the core deals with the following object types :-
    
     o kcontrols. This includes TLV, enumerated and bytes controls.
     o DAPM widgets. All types with any associated kcontrol.
     o DAPM graph.
     o FE PCM. FE PCM capabilities and configuration can be defined.
     o BE DAI Link. BE DAI link capabilities and configuration can be defined.
     o Codec <-> codec style links capabilities and configuration.
    Signed-off-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    8a978234
Makefile 1.3 KB