mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 09:16:55 +07:00
ASoC: max9860: switch to SPDX license tag
It's less overhead, clearer and generally neater. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
923859e3f6
commit
a93532dbdc
@ -1,23 +1,14 @@
|
|||||||
/*
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
* Driver for the MAX9860 Mono Audio Voice Codec
|
//
|
||||||
*
|
// Driver for the MAX9860 Mono Audio Voice Codec
|
||||||
* https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf
|
//
|
||||||
*
|
// https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf
|
||||||
* The driver does not support sidetone since the DVST register field is
|
//
|
||||||
* backwards with the mute near the maximum level instead of the minimum.
|
// The driver does not support sidetone since the DVST register field is
|
||||||
*
|
// backwards with the mute near the maximum level instead of the minimum.
|
||||||
* Author: Peter Rosin <peda@axentia.s>
|
//
|
||||||
* Copyright 2016 Axentia Technologies
|
// Author: Peter Rosin <peda@axentia.s>
|
||||||
*
|
// Copyright 2016 Axentia Technologies
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,17 +1,9 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Driver for the MAX9860 Mono Audio Voice Codec
|
* Driver for the MAX9860 Mono Audio Voice Codec
|
||||||
*
|
*
|
||||||
* Author: Peter Rosin <peda@axentia.s>
|
* Author: Peter Rosin <peda@axentia.s>
|
||||||
* Copyright 2016 Axentia Technologies
|
* Copyright 2016 Axentia Technologies
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SND_SOC_MAX9860
|
#ifndef _SND_SOC_MAX9860
|
||||||
|
Loading…
Reference in New Issue
Block a user