Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] ASoC: soc-xxx: convert to SPDX identifiers
@ 2018-07-02  6:21 Kuninori Morimoto
  2018-07-02  6:21 ` [PATCH 01/14] ASoC: soc-io.c: " Kuninori Morimoto
                   ` (13 more replies)
  0 siblings, 14 replies; 29+ messages in thread
From: Kuninori Morimoto @ 2018-07-02  6:21 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

These convert to SPDX identifiers for soc-xxx files

Kuninori Morimoto (14):
  ASoC: soc-io.c: convert to SPDX identifiers
  ASoC: soc-dai.h: convert to SPDX identifiers
  ASoC: soc-ops.c: convert to SPDX identifiers
  ASoC: soc-pcm.c: convert to SPDX identifiers
  ASoC: soc-dpcm.h: convert to SPDX identifiers
  ASoC: soc-jack.c: convert to SPDX identifiers
  ASoC: soc-utils.c: convert to SPDX identifiers
  ASoC: soc-devres.c: convert to SPDX identifiers
  ASoC: soc-acpi: convert to SPDX identifiers
  ASoC: soc-core: convert to SPDX identifiers
  ASoC: soc-dapm: convert to SPDX identifiers
  ASoC: soc-topology: convert to SPDX identifiers
  ASoC: soc-compress: convert to SPDX identifiers
  ASoC: soc-generic-dmaengine-pcm: convert to SPDX identifiers

 include/sound/compress_driver.h       | 21 +++-------------
 include/sound/dmaengine_pcm.h         | 14 +++--------
 include/sound/soc-acpi-intel-match.h  | 14 ++---------
 include/sound/soc-acpi.h              | 13 ++--------
 include/sound/soc-dai.h               |  7 ++----
 include/sound/soc-dapm.h              | 11 +++-----
 include/sound/soc-dpcm.h              |  7 ++----
 include/sound/soc-topology.h          |  7 ++----
 include/sound/soc.h                   | 11 +++-----
 sound/soc/soc-acpi.c                  | 20 ++++-----------
 sound/soc/soc-compress.c              | 24 +++++++-----------
 sound/soc/soc-core.c                  | 41 ++++++++++++++----------------
 sound/soc/soc-dapm.c                  | 42 ++++++++++++++-----------------
 sound/soc/soc-devres.c                | 15 ++++-------
 sound/soc/soc-generic-dmaengine-pcm.c | 19 ++++----------
 sound/soc/soc-io.c                    | 19 ++++++--------
 sound/soc/soc-jack.c                  | 19 ++++++--------
 sound/soc/soc-ops.c                   | 29 +++++++++------------
 sound/soc/soc-pcm.c                   | 28 ++++++++-------------
 sound/soc/soc-topology.c              | 47 ++++++++++++++++-------------------
 sound/soc/soc-utils.c                 | 22 ++++++----------
 21 files changed, 150 insertions(+), 280 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2018-07-03  2:59 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02  6:21 [PATCH 00/14] ASoC: soc-xxx: convert to SPDX identifiers Kuninori Morimoto
2018-07-02  6:21 ` [PATCH 01/14] ASoC: soc-io.c: " Kuninori Morimoto
2018-07-02 10:11   ` Applied "ASoC: soc-io.c: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:22 ` [PATCH 02/14] ASoC: soc-dai.h: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:11   ` Applied "ASoC: soc-dai.h: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:22 ` [PATCH 03/14] ASoC: soc-ops.c: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:11   ` Applied "ASoC: soc-ops.c: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:22 ` [PATCH 04/14] ASoC: soc-pcm.c: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:11   ` Applied "ASoC: soc-pcm.c: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:22 ` [PATCH 05/14] ASoC: soc-dpcm.h: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:11   ` Applied "ASoC: soc-dpcm.h: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:23 ` [PATCH 06/14] ASoC: soc-jack.c: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:11   ` Applied "ASoC: soc-jack.c: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:23 ` [PATCH 07/14] ASoC: soc-utils.c: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:11   ` Applied "ASoC: soc-utils.c: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:23 ` [PATCH 08/14] ASoC: soc-devres.c: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:10   ` Applied "ASoC: soc-devres.c: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:24 ` [PATCH 09/14] ASoC: soc-acpi: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:10   ` Applied "ASoC: soc-acpi: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:24 ` [PATCH 10/14] ASoC: soc-core: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:10   ` Applied "ASoC: soc-core: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:24 ` [PATCH 11/14] ASoC: soc-dapm: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:10   ` Applied "ASoC: soc-dapm: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:24 ` [PATCH 12/14] ASoC: soc-topology: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:10   ` Applied "ASoC: soc-topology: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:24 ` [PATCH 13/14] ASoC: soc-compress: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:10   ` Applied "ASoC: soc-compress: convert to SPDX identifiers" to the asoc tree Mark Brown
2018-07-02  6:25 ` [PATCH 14/14] ASoC: soc-generic-dmaengine-pcm: convert to SPDX identifiers Kuninori Morimoto
2018-07-02 10:10   ` Applied "ASoC: soc-generic-dmaengine-pcm: convert to SPDX identifiers" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox