Skip to content

Commit

Permalink
ASoC: spdif: set module licence to GPL
Browse files Browse the repository at this point in the history
Without MODULE_LICENCE("GPL"), when built as a module it will fail
to load because it uses other GPL symbols from kernel.

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Kevin Hilman authored and Mark Brown committed Jul 13, 2009
1 parent a27e304 commit 0a0cf58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/spdif_transciever.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#include "spdif_transciever.h"

MODULE_LICENSE("GPL");

#define STUB_RATES SNDRV_PCM_RATE_8000_96000
#define STUB_FORMATS SNDRV_PCM_FMTBIT_S16_LE

Expand Down

0 comments on commit 0a0cf58

Please sign in to comment.