diff options
author | Shuming Fan <shumingf@realtek.com> | 2019-07-23 13:12:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-23 14:25:57 +0300 |
commit | a789adae592e3d28ae87902c0012a8b11c96eb79 (patch) | |
tree | 30aba82d5d8deb389dbfdd37d9f3605e7d443150 /sound/soc/codecs/rt1308.c | |
parent | f90aa354be7bffaec2b440eb1831c429ecb1a5e2 (diff) | |
download | linux-a789adae592e3d28ae87902c0012a8b11c96eb79.tar.xz |
ASoC: rt1308: Convert headers to SPDX
Convert include and source files to SPDX.
Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link: https://lore.kernel.org/r/20190723101247.19741-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1308.c')
-rwxr-xr-x | sound/soc/codecs/rt1308.c | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sound/soc/codecs/rt1308.c b/sound/soc/codecs/rt1308.c index cf3d72f99705..6f2ee6809dbb 100755 --- a/sound/soc/codecs/rt1308.c +++ b/sound/soc/codecs/rt1308.c @@ -1,13 +1,10 @@ -/* - * rt1308.c -- RT1308 ALSA SoC amplifier component driver - * - * Copyright 2019 Realtek Semiconductor Corp. - * Author: Derek Fang <derek.fang@realtek.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// rt1308.c -- RT1308 ALSA SoC amplifier component driver +// +// Copyright 2019 Realtek Semiconductor Corp. +// Author: Derek Fang <derek.fang@realtek.com> +// #include <linux/module.h> #include <linux/moduleparam.h> |