commit | ef963dcf6879e500e6559b4327f6cbdc4439198e | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jan 23 14:53:58 2009 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jan 23 14:53:58 2009 +0000 |
tree | f1016c98e6eebbb6d0c77b845015af3cdfcc8c6d | |
parent | a435869cacbb581920df23411416bed533748bf1 [diff] |
ASoC: Fix spurious codec driver dependencies Kbuild ignores dependency from things that are themselves selected so ASoC machine drivers need to ensure that the control bus is being built. This also avoids issues where multiple buses are supported by a given codec. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>