Commit a789adae authored by Shuming Fan's avatar Shuming Fan Committed by Mark Brown

ASoC: rt1308: Convert headers to SPDX

Convert include and source files to SPDX.
Signed-off-by: default avatarShuming Fan <shumingf@realtek.com>
Link: https://lore.kernel.org/r/20190723101247.19741-1-shumingf@realtek.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent f90aa354
/* // SPDX-License-Identifier: GPL-2.0
* rt1308.c -- RT1308 ALSA SoC amplifier component driver //
* // rt1308.c -- RT1308 ALSA SoC amplifier component driver
* Copyright 2019 Realtek Semiconductor Corp. //
* Author: Derek Fang <derek.fang@realtek.com> // 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.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* RT1308.h -- RT1308 ALSA SoC amplifier component driver * rt1308.h -- RT1308 ALSA SoC amplifier component driver
* *
* Copyright 2019 Realtek Semiconductor Corp. * Copyright 2019 Realtek Semiconductor Corp.
* Author: Derek Fang <derek.fang@realtek.com> * 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.
*/ */
#ifndef _RT1308_H_ #ifndef _RT1308_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment