Mark Brown <[email protected]> writes: > On Mon, Jul 13, 2009 at 09:49:10AM -0700, Kevin Hilman wrote: >> Kevin Hilman <[email protected]> writes: > >> @@ -34,6 +34,7 @@ struct snd_soc_dai dit_stub_dai = { >> .formats = STUB_FORMATS, >> }, >> }; >> +EXPORT_SYMBOL(dit_stub_dai); > > ASoC APIs are all EXPORT_SYMBOL_GPL.
ok >> commit 2d62a2f3db0e86f830adb68ab49b01c2c5979556 >> Author: Kevin Hilman <[email protected]> >> Date: Mon Jul 13 09:40:56 2009 -0700 >> >> temp: hack >> >> diff --git a/sound/soc/codecs/spdif_transciever.c >> b/sound/soc/codecs/spdif_transciever.c >> index 9b18fbf..c4431a9 100644 >> --- a/sound/soc/codecs/spdif_transciever.c >> +++ b/sound/soc/codecs/spdif_transciever.c >> @@ -21,6 +21,8 @@ >> >> #include "spdif_transciever.h" >> >> +MODULE_LICENSE("GPL"); >> + > > Doesn't look like a hack? The kernel is GPLed... since I didn't write the code, I didn't want to enforce a module licence, so I marked it has a hack just to get it to build/load for me. Feel free to fix both of these as appropriate in your tree. Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
