Skip to content

Commit

Permalink
ASoC: soc-dapm: convert to SPDX identifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
morimoto authored and broonie committed Jul 2, 2018
1 parent 873486e commit c01f3af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 31 deletions.
11 changes: 4 additions & 7 deletions include/sound/soc-dapm.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
/* SPDX-License-Identifier: GPL-2.0
*
* linux/sound/soc-dapm.h -- ALSA SoC Dynamic Audio Power Management
*
* Author: Liam Girdwood
* Created: Aug 11th 2005
* Author: Liam Girdwood
* Created: Aug 11th 2005
* 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
Expand Down
42 changes: 18 additions & 24 deletions sound/soc/soc-dapm.c
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>
Expand Down

0 comments on commit c01f3af

Please sign in to comment.