mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ASoC: spdif: set module licence to GPL
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>
This commit is contained in:
parent
a27e304b5c
commit
0a0cf58d93
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
#include "spdif_transciever.h"
|
#include "spdif_transciever.h"
|
||||||
|
|
||||||
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
#define STUB_RATES SNDRV_PCM_RATE_8000_96000
|
#define STUB_RATES SNDRV_PCM_RATE_8000_96000
|
||||||
#define STUB_FORMATS SNDRV_PCM_FMTBIT_S16_LE
|
#define STUB_FORMATS SNDRV_PCM_FMTBIT_S16_LE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user