diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-07-02 06:26:27 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-02 10:56:09 +0100 |
commit | 1a8f0a3c13c136951de7ea24ccb148e745db98a2 (patch) | |
tree | 6f2a722957cdc856b87d68497b3ca5e08f1b8c38 /include/sound/ac97_codec.h | |
parent | 1356a6071cf4d7187652cd2b18dfab4763e0dba6 (diff) | |
download | linux-1a8f0a3c13c136951de7ea24ccb148e745db98a2.tar.gz linux-1a8f0a3c13c136951de7ea24ccb148e745db98a2.tar.bz2 linux-1a8f0a3c13c136951de7ea24ccb148e745db98a2.zip |
ASoC: ac97: 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/ac97_codec.h')
-rw-r--r-- | include/sound/ac97_codec.h | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index 89d311a503d3..cc383991c0fe 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h @@ -1,30 +1,15 @@ -#ifndef __SOUND_AC97_CODEC_H -#define __SOUND_AC97_CODEC_H - -/* +/* SPDX-License-Identifier: GPL-2.0+ + * * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Universal interface for Audio Codec '97 * * For more details look to AC '97 component specification revision 2.1 * by Intel Corporation (http://developer.intel.com). - * - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ +#ifndef __SOUND_AC97_CODEC_H +#define __SOUND_AC97_CODEC_H + #include <linux/bitops.h> #include <linux/device.h> #include <linux/workqueue.h> |