mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
ASoC: soc-dapm: 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
873486ed4a
commit
c01f3af4d3
@ -1,13 +1,10 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* linux/sound/soc-dapm.h -- ALSA SoC Dynamic Audio Power Management
|
* linux/sound/soc-dapm.h -- ALSA SoC Dynamic Audio Power Management
|
||||||
*
|
*
|
||||||
* 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_DAPM_H
|
#ifndef __LINUX_SND_SOC_DAPM_H
|
||||||
|
@ -1,27 +1,21 @@
|
|||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* soc-dapm.c -- ALSA SoC Dynamic Audio Power Management
|
//
|
||||||
*
|
// soc-dapm.c -- ALSA SoC Dynamic Audio Power Management
|
||||||
* Copyright 2005 Wolfson Microelectronics PLC.
|
//
|
||||||
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
|
// Copyright 2005 Wolfson Microelectronics PLC.
|
||||||
*
|
// Author: Liam Girdwood <lrg@slimlogic.co.uk>
|
||||||
* 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
|
// Features:
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your
|
// o Changes power status of internal codec blocks depending on the
|
||||||
* option) any later version.
|
// dynamic configuration of codec internal audio paths and active
|
||||||
*
|
// DACs/ADCs.
|
||||||
* Features:
|
// o Platform power domain - can support external components i.e. amps and
|
||||||
* o Changes power status of internal codec blocks depending on the
|
// mic/headphone insertion events.
|
||||||
* dynamic configuration of codec internal audio paths and active
|
// o Automatic Mic Bias support
|
||||||
* DACs/ADCs.
|
// o Jack insertion power event initiation - e.g. hp insertion will enable
|
||||||
* o Platform power domain - can support external components i.e. amps and
|
// sinks, dacs, etc
|
||||||
* mic/headphone insertion events.
|
// o Delayed power down of audio subsystem to reduce pops between a quick
|
||||||
* o Automatic Mic Bias support
|
// device reopen.
|
||||||
* o Jack insertion power event initiation - e.g. hp insertion will enable
|
|
||||||
* sinks, dacs, etc
|
|
||||||
* o Delayed power down of audio subsystem to reduce pops between a quick
|
|
||||||
* device reopen.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/moduleparam.h>
|
#include <linux/moduleparam.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user