1
0
Fork 0

MLK-18497-1: ASoC: fsl: dsp_proxy: Fix license headers

This is a cleanup patch to have all the headers style
consistent across DSP driver.

Reviewed-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
pull/10/head
Daniel Baluta 2018-10-04 11:14:02 +03:00 committed by Jason Liu
parent b590aa8846
commit de0fb4c5d3
2 changed files with 10 additions and 25 deletions

View File

@ -1,24 +1,14 @@
// 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 <soc/imx8/sc/ipc.h>
#include "fsl_dsp_proxy.h"
#include "fsl_dsp.h"
/* ...initialize message queue */
void xf_msg_queue_init(struct xf_msg_queue *queue)
{

View File

@ -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