Home
last modified time | relevance | path

Searched hist:"435 ffb76f8b35be108a52bf1c43233a57b3c72b4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-pcm.cdiff 435ffb76f8b35be108a52bf1c43233a57b3c72b4 Thu Jul 05 05:13:48 CDT 2018 Jerome Brunet <jbrunet@baylibre.com> ASoC: dpcm: rework runtime stream merge

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: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>