• Liam Girdwood's avatar
    ASoC: dapm: Add platform stream event support · d9b0951b
    Liam Girdwood authored
    Currently stream events are only perfomed on codec stream widgets only.
    There is now a need to be able to perform stream events on platform
    widgets too.
    
    e.g. we have the ABE platform driver with several DAI links
    to dummy codecs. We need to be able to perform stream events on any
    of the dummy codec DAI links.
    
    This patch also removes the snd_soc_dai * parameter since it's already
    contained within the rtd * parameter.
    
    Finally makle stream event return void since no one checks it anyway.
    Signed-off-by: default avatarLiam Girdwood <lrg@ti.com>
    Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
    d9b0951b
soc-core.c 93.8 KB