Skip to content

Commit

Permalink
ASoC: imx: add MODULE_LICENSE("GPL")
Browse files Browse the repository at this point in the history
also set MODULE_AUTHOR and MODULE_DESCRIPTION

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Lothar Waßmann authored and Mark Brown committed Nov 23, 2012
1 parent e25c681 commit ce555e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/fsl/imx-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ void imx_pcm_free(struct snd_pcm *pcm)
}
}
EXPORT_SYMBOL_GPL(imx_pcm_free);

MODULE_DESCRIPTION("Freescale i.MX PCM driver");
MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de>");
MODULE_LICENSE("GPL");

0 comments on commit ce555e5

Please sign in to comment.