commit | 28d6d175d842b8dd6ac7fa10fa6e610b19fd9d86 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Mar 18 09:02:10 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Wed Mar 19 13:07:30 2014 +0000 |
tree | dcc974b63f8b6cb1a78b44c0497f60685c0af80c | |
parent | 5c1d5f091dc39eecf9a34a8be01492d14c23ad91 [diff] |
ASoC: Add helper function to cast component back to CODEC Add a helper function to cast back from a component struct to the CODEC struct it is embedded in. This is useful in situations where we know that a certain component is a CODEC and want to get access to some CODEC specific properties. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>