ASoC: soc-core: convert to SPDX identifiers
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7730bb13c7
commit
873486ed4a
|
@ -1,13 +1,10 @@
|
||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* linux/sound/soc.h -- ALSA SoC Layer
|
* linux/sound/soc.h -- ALSA SoC Layer
|
||||||
*
|
*
|
||||||
* Author: Liam Girdwood
|
* Author: Liam Girdwood
|
||||||
* Created: Aug 11th 2005
|
* Created: Aug 11th 2005
|
||||||
* Copyright: Wolfson Microelectronics. PLC.
|
* Copyright: 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __LINUX_SND_SOC_H
|
#ifndef __LINUX_SND_SOC_H
|
||||||
|
|
|
@ -1,26 +1,21 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* soc-core.c -- ALSA SoC Audio Layer
|
//
|
||||||
*
|
// soc-core.c -- ALSA SoC Audio Layer
|
||||||
* 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
|
// TODO:
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your
|
// o Add hw rules to enforce rates, etc.
|
||||||
* option) any later version.
|
// o More testing with other codecs/machines.
|
||||||
*
|
// o Add more codecs and platforms to ensure good API coverage.
|
||||||
* TODO:
|
// o Support TDM on PCM and I2S
|
||||||
* o Add hw rules to enforce rates, etc.
|
|
||||||
* o More testing with other codecs/machines.
|
|
||||||
* o Add more codecs and platforms to ensure good API coverage.
|
|
||||||
* o Support TDM on PCM and I2S
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/moduleparam.h>
|
#include <linux/moduleparam.h>
|
||||||
|
|
Loading…
Reference in New Issue