Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: BSD-3-Clause-Clear

## VARIABLES:
#
Expand Down
46 changes: 25 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
modification, are permitted (subject to the limitations in the
disclaimer below) provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
* Neither the name of Qualcomm Innovation Center, Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: BSD-3-Clause-Clear

This project includes code from the following projects, for more info see
files ./fwk/platform/posal/src/generic/posal_err_fatal.c and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ This information is retrieved from the AMDB. AMDB handles both static and dynami
- Contains modules aka signal processing algorithms wrapped in CAPI.

## License
AudioReach Engine is licensed under the BSD-3-clause. Check out the [LICENSE](LICENSE) for more details
AudioReach Engine is licensed under the BSD-3-Clause-Clear. Check out the [LICENSE](LICENSE) for more details
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This file contains error codes used by AudioReach.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

/* -----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_file_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for file IO operations.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_heap.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for heap memory allocation.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for message logging.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_log_pkt_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* the PC.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_mem_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for memory operations.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* for thread-safe programming.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

/** @weakgroup weakf_ar_osal_mutex_intro
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_servreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* notification and state registration.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_shmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for shared memory allocation for DSP.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for signal.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

/** @weakgroup weakf_osal_signal_intro
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_signal2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for signal2 used by DSP.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

/** @weakgroup weakf_osal_signal2_intro
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* for the required duration.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for string operations.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_sys_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines Supported Sub-System IDs.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for thread.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

/** @weakgroup weakf_osal_thread_intro
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Defines public APIs for timer operations.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_types.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/api/ar_osal_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This file contains basic types and pre processor macros.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#if defined(__H2XML__)
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_file_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#define AR_OSAL_FILE_IO_LOG_TAG "COFI"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_heap.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#include "ar_osal_heap.h"
#include "ar_osal_error.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_mem_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_mem_op.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#define AR_OSAL_MUTEX_LOG_TAG "COMU"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#define AR_OSAL_SIGNAL_LOG_TAG "COSI"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_signal2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#define AR_OSAL_SLEEP_LOG_TAG "COSL"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#include "ar_osal_types.h"
#include "ar_osal_error.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_stub_log_pkt_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Defines stub APIs for ar_log_pkt.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_log_pkt_op.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#define _GNU_SOURCE
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/ar_osal_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/qcom/ar_osal_log_pkt_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* the PC.
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_osal_log_pkt_op.h"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/qcom/ar_osal_servreg.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#define AR_OSAL_SERVREG_TAG "COSR"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/qcom/ar_osal_shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#define AR_OSAL_SHMEM_LOG_TAG "COSH"
Expand Down
2 changes: 1 addition & 1 deletion ar_osal/src/linux/qcom/ar_osal_shmem_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#define AR_OSAL_SHMEM_LOG_TAG "COSH"
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion fwk/api/apm/apm_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_defs.h"
Expand Down
2 changes: 1 addition & 1 deletion fwk/api/apm/apm_api_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

/** @addtogroup spf_apm_version
Expand Down
2 changes: 1 addition & 1 deletion fwk/api/apm/apm_container_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* \copyright
* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/

#include "ar_defs.h"
Expand Down
Loading
Loading