Commit e073564f authored by Andra Danciu's avatar Andra Danciu Committed by Mark Brown

ASoC: fsl-dma: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: default avatarAndra Danciu <andradanciu1997@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ecf4630f
/* // SPDX-License-Identifier: GPL-2.0
* Freescale DMA ALSA SoC PCM driver //
* // Freescale DMA ALSA SoC PCM driver
* Author: Timur Tabi <timur@freescale.com> //
* // Author: Timur Tabi <timur@freescale.com>
* Copyright 2007-2010 Freescale Semiconductor, Inc. //
* // Copyright 2007-2010 Freescale Semiconductor, Inc.
* This file is licensed under the terms of the GNU General Public License //
* version 2. This program is licensed "as is" without any warranty of any // This driver implements ASoC support for the Elo DMA controller, which is
* kind, whether express or implied. // the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
* // the PCM driver is what handles the DMA buffer.
* This driver implements ASoC support for the Elo DMA controller, which is
* the DMA controller on Freescale 83xx, 85xx, and 86xx SOCs. In ALSA terms,
* the PCM driver is what handles the DMA buffer.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* mpc8610-pcm.h - ALSA PCM interface for the Freescale MPC8610 SoC * mpc8610-pcm.h - ALSA PCM interface for the Freescale MPC8610 SoC
*
* 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 _MPC8610_PCM_H #ifndef _MPC8610_PCM_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment