summaryrefslogtreecommitdiffstats
path: root/sound/soc/generic
diff options
context:
space:
mode:
authorKuninori Morimoto2018-07-02 08:30:28 +0200
committerMark Brown2018-07-02 11:52:47 +0200
commitd573454d9b4f00061da314460908e19476d2ff6d (patch)
tree67ec96c6ad3945e616f1dc5186bd8b331427197f /sound/soc/generic
parentASoC: mt6797: sub dai use list_head (diff)
downloadkernel-qcow2-linux-d573454d9b4f00061da314460908e19476d2ff6d.tar.gz
kernel-qcow2-linux-d573454d9b4f00061da314460908e19476d2ff6d.tar.xz
kernel-qcow2-linux-d573454d9b4f00061da314460908e19476d2ff6d.zip
ASoC: simple-card: convert to SPDX identifiers
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic')
-rw-r--r--sound/soc/generic/simple-card.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
index c5b6e04cd926..64bf3560c1d1 100644
--- a/sound/soc/generic/simple-card.c
+++ b/sound/soc/generic/simple-card.c
@@ -1,13 +1,10 @@
-/*
- * ASoC simple sound card support
- *
- * Copyright (C) 2012 Renesas Solutions Corp.
- * Kuninori Morimoto <kuninori.morimoto.gx@renesas.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
+//
+// ASoC simple sound card support
+//
+// Copyright (C) 2012 Renesas Solutions Corp.
+// Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+
#include <linux/clk.h>
#include <linux/device.h>
#include <linux/module.h>