commit | cf9814eb6d83f066d5db63f4144598e9c6ca2951 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Fri Jan 29 13:03:34 2010 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Wed Feb 03 01:55:03 2010 +0000 |
tree | f9b92d1d5d2721a8e08e1ee32d4c06799e909f7c | |
parent | 1de203adf6210b9dd81d907ea8cda587bc61cf4c [diff] |
ARM: S3C64XX: Make audio device code built unconditionally Making the code depend on CONFIG_SND_S3C24XX_SOC means that if the ASoC code is build modularily, the boards will fail to link due to the device code also being built as a module. As per Mark Brown's suggestions, just compile this always as it is expected many machines will have audio. Also move the obj-y line out of the device setup area into a new area just for devices. Signed-off-by: Ben Dooks <ben-linux@fluff.org>