Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A Dsoc-core.cdiff 1b7c12316982f74a5b8e7704c24cf5524d0723a3 Wed Jul 08 13:47:43 CDT 2015 Lars-Peter Clausen <lars@metafoo.de> ASoC: Prevent components from being bound to multiple cards

A component can only be bound to a single card at a time. Binding it to
card while it is already bound to another will result in undefined
behavior.

As the undefined behavior might only manifest itself later on it is not
necessarily always straight forward to find the cause. To prevent this add
a check that refuses to bind a component to multiple cards as well as
prints a error describing the problem.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>