Skip to content

Commit 730d007

Browse files
committed
Merge branch 'bugfix/zl38063_driver_license' into 'master'
audio_hal:Fix all of the zl38063 driver code under MIT license See merge request adf/esp-adf-internal!1165
2 parents d9b2d17 + ebb2b28 commit 730d007

File tree

2 files changed

+20
-31
lines changed

2 files changed

+20
-31
lines changed

components/audio_hal/driver/zl38063/api_lib/vprocTwolf_access.c

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
/*
2-
* User Space API wrapper for the "/dev/microsemi_spis_tw" linux kernel driver
3-
* if USING_MICROSEMI_LINUX_KERNEL_DRIVER is defined
4-
* or else this code is Operating System independent.
5-
* A host can use these functions to access the the microsemi Z
6-
* L38040/050/051/060/080 Voice Processing devices over a spi interface.
7-
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* Microsemi Inc. 2014, Jean Bony
11-
*/
1+
/****************************************************************************
2+
* vprocTwolf_access.c - Voice Processor devices high level access module function
3+
* definitions
4+
*
5+
* NOTE: The registers of the device are 16-bit wide. A 32-bit access
6+
* is not required. However, the 32-bit access functions are provided
7+
* only if the host wants to access two consecutives 16-bit registers
8+
* in one single access.
9+
*
10+
****************************************************************************
11+
* Copyright Microsemi Inc, 2018. All rights reserved.
12+
* Licensed under the MIT License. See LICENSE.txt in the project
13+
* root for license information.
14+
*
15+
***************************************************************************/
1216

1317
#include "vprocTwolf_access.h"
1418

components/audio_hal/driver/zl38063/api_lib/vprocTwolf_access.h

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
11
/****************************************************************************
2-
* Microsemi Semiconductor, Kanata, ON
3-
****************************************************************************
42
*
5-
* Description: Voice Processor devices high level access module function
6-
* definitions
3+
* vprocTwolf_access.h - Voice Processor devices high level access module function
4+
* prototypes, variables
75
*
8-
* NOTE: The registers of the device are 16-bit wide. A 32-bit access
9-
* is not required. However, the 32-bit access functions are provided
10-
* only if the host wants to access two consecutives 16-bit registers
11-
* in one single access.
12-
* Author: Jean Bony
136
****************************************************************************
14-
* Copyright Microsemi Semiconductor Ltd., 2013. All rights reserved. This
15-
* copyrighted work constitutes an unpublished work created in 2013. The use
16-
* of the copyright notice is intended to provide notice that Microsemi
17-
* Semiconductor Ltd. owns a copyright in this unpublished work; the main
18-
* copyright notice is not an admission that publication has occurred. This
19-
* work contains confidential, proprietary information and trade secrets of
20-
* Microsemi Semiconductor Ltd.; it may not be used, reproduced or transmitted,
21-
* in whole or in part, in any form or by any means without the prior
22-
* written permission of Microsemi Semiconductor Ltd. This work is provided on
23-
* a right to use basis subject to additional restrictions set out in the
24-
* applicable license or other agreement.
7+
* Copyright Microsemi Inc, 2018. All rights reserved.
8+
* Licensed under the MIT License. See LICENSE.txt in the project
9+
* root for license information.
2510
*
2611
***************************************************************************/
2712

0 commit comments

Comments
 (0)