1
0
Fork 0

ASoC: ac97: convert to SPDX identifiers

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Kuninori Morimoto 2018-07-02 06:26:27 +00:00 committed by Mark Brown
parent 1356a6071c
commit 1a8f0a3c13
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
6 changed files with 28 additions and 71 deletions

View File

@ -1,10 +1,8 @@
/* /* SPDX-License-Identifier: GPL-2.0
* Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
* *
* This program is free software; you can redistribute it and/or modify * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#ifndef __SOUND_AC97_CODEC2_H #ifndef __SOUND_AC97_CODEC2_H
#define __SOUND_AC97_CODEC2_H #define __SOUND_AC97_CODEC2_H

View File

@ -1,14 +1,11 @@
/* /* SPDX-License-Identifier: GPL-2.0
* Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
* *
* This program is free software; you can redistribute it and/or modify * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* *
* This file is for backward compatibility with snd_ac97 structure and its * This file is for backward compatibility with snd_ac97 structure and its
* multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops. * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
*
*/ */
#ifndef AC97_COMPAT_H #ifndef AC97_COMPAT_H
#define AC97_COMPAT_H #define AC97_COMPAT_H

View File

@ -1,10 +1,8 @@
/* /* SPDX-License-Identifier: GPL-2.0
* Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
* *
* This program is free software; you can redistribute it and/or modify * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr>
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#ifndef AC97_CONTROLLER_H #ifndef AC97_CONTROLLER_H
#define AC97_CONTROLLER_H #define AC97_CONTROLLER_H

View File

@ -1,27 +1,11 @@
/* /* SPDX-License-Identifier: GPL-2.0+
*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Universal interface for Audio Codec '97 * Universal interface for Audio Codec '97
* *
* For more details look to AC '97 component specification revision 2.1 * For more details look to AC '97 component specification revision 2.1
* by Intel Corporation (http://developer.intel.com). * 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
*
*/ */
/* /*
* AC'97 codec registers * AC'97 codec registers
*/ */

View File

@ -1,30 +1,15 @@
#ifndef __SOUND_AC97_CODEC_H /* SPDX-License-Identifier: GPL-2.0+
#define __SOUND_AC97_CODEC_H *
/*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Universal interface for Audio Codec '97 * Universal interface for Audio Codec '97
* *
* For more details look to AC '97 component specification revision 2.1 * For more details look to AC '97 component specification revision 2.1
* by Intel Corporation (http://developer.intel.com). * 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/bitops.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>

View File

@ -1,20 +1,15 @@
/* // SPDX-License-Identifier: GPL-2.0+
* soc-ac97.c -- ALSA SoC Audio Layer AC97 support //
* // soc-ac97.c -- ALSA SoC Audio Layer AC97 support
* Copyright 2005 Wolfson Microelectronics PLC. //
* Copyright 2005 Openedhand Ltd. // Copyright 2005 Wolfson Microelectronics PLC.
* Copyright (C) 2010 Slimlogic Ltd. // Copyright 2005 Openedhand Ltd.
* Copyright (C) 2010 Texas Instruments Inc. // Copyright (C) 2010 Slimlogic Ltd.
* // Copyright (C) 2010 Texas Instruments Inc.
* Author: Liam Girdwood <lrg@slimlogic.co.uk> //
* with code, comments and ideas from :- // Author: Liam Girdwood <lrg@slimlogic.co.uk>
* Richard Purdie <richard@openedhand.com> // with code, comments and ideas from :-
* // Richard Purdie <richard@openedhand.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.
*/
#include <linux/ctype.h> #include <linux/ctype.h>
#include <linux/delay.h> #include <linux/delay.h>