Commit cb006e7b authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown

ASoC: hac: convert to SPDX identifiers

Tidyup incoherence between MODULE_LICENSE and header license, too
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 134c875b
/* // SPDX-License-Identifier: GPL-2.0
* Hitachi Audio Controller (AC97) support for SH7760/SH7780 //
* // Hitachi Audio Controller (AC97) support for SH7760/SH7780
* Copyright (c) 2007 Manuel Lauss <mano@roarinelk.homelinux.net> //
* licensed under the terms outlined in the file COPYING at the root // Copyright (c) 2007 Manuel Lauss <mano@roarinelk.homelinux.net>
* of the linux kernel sources. //
* // dont forget to set IPSEL/OMSEL register bits (in your board code) to
* dont forget to set IPSEL/OMSEL register bits (in your board code) to // enable HAC output pins!
* enable HAC output pins!
*/
/* BIG FAT FIXME: although the SH7760 has 2 independent AC97 units, only /* BIG FAT FIXME: although the SH7760 has 2 independent AC97 units, only
* the FIRST can be used since ASoC does not pass any information to the * the FIRST can be used since ASoC does not pass any information to the
...@@ -343,6 +341,6 @@ static struct platform_driver hac_pcm_driver = { ...@@ -343,6 +341,6 @@ static struct platform_driver hac_pcm_driver = {
module_platform_driver(hac_pcm_driver); module_platform_driver(hac_pcm_driver);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("SuperH onchip HAC (AC97) audio driver"); MODULE_DESCRIPTION("SuperH onchip HAC (AC97) audio driver");
MODULE_AUTHOR("Manuel Lauss <mano@roarinelk.homelinux.net>"); MODULE_AUTHOR("Manuel Lauss <mano@roarinelk.homelinux.net>");
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