ASoC: core: Clarify usage of ignore_machine
authorDaniel Baluta <daniel.baluta@nxp.com>
Wed, 25 Sep 2019 18:33:58 +0000 (21:33 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2019 11:15:24 +0000 (12:15 +0100)
commit49f9c4f2e83cf562f1a6e3f62eafa4ede5343e4a
tree978d6d2facaed2c3192a82d14f5cac37fa51fcb7
parent423013f824ab0590c229a107f21c54ac6596c4e1
ASoC: core: Clarify usage of ignore_machine

For a sound card ignore_machine means that existing FEs links should be
ignored and existing BEs links should be overridden with some information
from the matching component driver.

Current code make some confusions about this so fix it!

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20190925183358.11955-1-daniel.baluta@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c