diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-07-02 06:22:15 +0000 | 
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2018-07-02 10:54:26 +0100 | 
| commit | e2cfd2c9673f4e9d08971fed53fe1f41d8270ef0 (patch) | |
| tree | bf1cf4fc65f251135750a7c5570d7bac19583d97 /include/sound | |
| parent | d1aaa2e68619ca4c1cc05ce7bc029cda5a8cbe87 (diff) | |
| download | linux-e2cfd2c9673f4e9d08971fed53fe1f41d8270ef0.tar.bz2 | |
ASoC: soc-dai.h: 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 'include/sound')
| -rw-r--r-- | include/sound/soc-dai.h | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index e6f8c40ed43c..a14bc0608ae9 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -1,12 +1,9 @@ -/* +/* SPDX-License-Identifier: GPL-2.0 + *   * linux/sound/soc-dai.h -- ALSA SoC Layer   *   * Copyright:	2005-2008 Wolfson Microelectronics. PLC.   * - * 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. - *   * Digital Audio Interface (DAI) API.   */  |