• J
    ASoC: dpcm: rework runtime stream merge · 435ffb76
    Jerome Brunet 提交于
    The goal of this patch is to simplify a bit dpcm runtime stream merge
    by removing several local variables.
    
    ATM, merge functions return the BE 'filter' values which should then be
    filtered against the FE stream values. This create a lot of local
    variable and unnecessary init of min and max.
    
    Instead of this, we can pass the FE stream values directly and let the
    BE filtering functions perform the merge 'in-place'
    Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    435ffb76
soc-pcm.c 89.4 KB