forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: soc-dapm: convert to SPDX identifiers
Signed-off-by: Kuninori Morimoto <[email protected]> Signed-off-by: Mark Brown <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
/* | ||
* soc-dapm.c -- ALSA SoC Dynamic Audio Power Management | ||
* | ||
* Copyright 2005 Wolfson Microelectronics PLC. | ||
* Author: Liam Girdwood <[email protected]> | ||
* | ||
* 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 | ||
* Free Software Foundation; either version 2 of the License, or (at your | ||
* option) any later version. | ||
* | ||
* Features: | ||
* o Changes power status of internal codec blocks depending on the | ||
* dynamic configuration of codec internal audio paths and active | ||
* DACs/ADCs. | ||
* o Platform power domain - can support external components i.e. amps and | ||
* mic/headphone insertion events. | ||
* o Automatic Mic Bias support | ||
* 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. | ||
* | ||
*/ | ||
// SPDX-License-Identifier: GPL-2.0+ | ||
// | ||
// soc-dapm.c -- ALSA SoC Dynamic Audio Power Management | ||
// | ||
// Copyright 2005 Wolfson Microelectronics PLC. | ||
// Author: Liam Girdwood <[email protected]> | ||
// | ||
// Features: | ||
// o Changes power status of internal codec blocks depending on the | ||
// dynamic configuration of codec internal audio paths and active | ||
// DACs/ADCs. | ||
// o Platform power domain - can support external components i.e. amps and | ||
// mic/headphone insertion events. | ||
// o Automatic Mic Bias support | ||
// 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/moduleparam.h> | ||
|