diff options
Diffstat (limited to 'sound/soc/rockchip/rockchip_i2s.c')
-rw-r--r-- | sound/soc/rockchip/rockchip_i2s.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index 60d43d53a8f5..0a34d0eb8dba 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* sound/soc/rockchip/rockchip_i2s.c | 2 | /* sound/soc/rockchip/rockchip_i2s.c |
2 | * | 3 | * |
3 | * ALSA SoC Audio Layer - Rockchip I2S Controller driver | 4 | * ALSA SoC Audio Layer - Rockchip I2S Controller driver |
4 | * | 5 | * |
5 | * Copyright (c) 2014 Rockchip Electronics Co. Ltd. | 6 | * Copyright (c) 2014 Rockchip Electronics Co. Ltd. |
6 | * Author: Jianqun <jay.xu@rock-chips.com> | 7 | * Author: Jianqun <jay.xu@rock-chips.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |