summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/fsl_dsp_proxy.c20
-rw-r--r--sound/soc/fsl/fsl_dsp_proxy.h15
2 files changed, 10 insertions, 25 deletions
diff --git a/sound/soc/fsl/fsl_dsp_proxy.c b/sound/soc/fsl/fsl_dsp_proxy.c
index 7b1a86d8576c..e78f1d835d53 100644
--- a/sound/soc/fsl/fsl_dsp_proxy.c
+++ b/sound/soc/fsl/fsl_dsp_proxy.c
@@ -1,23 +1,13 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
-/*******************************************************************************
- *
- * Copyright (C) 2017 Cadence Design Systems, Inc.
- * Copyright 2018 NXP
- *
- ******************************************************************************/
-/*******************************************************************************
- * fsl_dsp_proxy.c
- *
- * DSP proxy driver
- *
- * DSP proxy driver is used to transfer messages between dsp driver
- * and dsp framework
- ******************************************************************************/
+//
+// DSP proxy driver transfers messages between DSP driver and DSP framework
+//
+// Copyright 2018 NXP
+// Copyright (C) 2017 Cadence Design Systems, Inc.
#include "fsl_dsp_proxy.h"
#include "fsl_dsp.h"
-
/* ...initialize message queue */
void xf_msg_queue_init(struct xf_msg_queue *queue)
{
diff --git a/sound/soc/fsl/fsl_dsp_proxy.h b/sound/soc/fsl/fsl_dsp_proxy.h
index 0942b8d85a6e..131acf3129a7 100644
--- a/sound/soc/fsl/fsl_dsp_proxy.h
+++ b/sound/soc/fsl/fsl_dsp_proxy.h
@@ -1,15 +1,10 @@
-/* SPDX-License-Identifier: (GPL-2.0+ OR MIT)*/
-/*******************************************************************************
+/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
+/*
+ * DSP proxy header - commands/responses from DSP driver to DSP ramework
*
- * Copyright (c) 2017 Cadence Design Systems, Inc.
* Copyright 2018 NXP
- *
- ************************************************************/
-/************************************************************
- * fsl_dsp_proxy.h
- *
- * Proxy commmand/response messages
- ************************************************************/
+ * Copyright (c) 2017 Cadence Design Systems, Inc.
+ */
#ifndef __FSL_DSP_PROXY_H
#define __FSL_DSP_PROXY_H