commit | 65d9361f0cb50a20641802ee3075145d72e4409c | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Aug 19 15:51:22 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Tue Aug 19 10:59:45 2014 -0500 |
tree | 9e5fe5df65473ee4e5ef1880d06bcdfa02faebd4 | |
parent | 61aca5646b736a794d40de29a197144db3f0c5ba [diff] |
ASoC: Move AUX dev support to the component level This patch makes it possible to register arbitrary components as a AUX dev for a card. This was previously only possible for CODEC components. With componentization having made it possible for components to have DAPM contexts and controls there is no reason why AUX devs should be artificially limited to snd_soc_codec devices. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>