Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 22 additions & 27 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.

Redistribution and use in source and binary forms, with or without
modification, are permitted (subject to the limitations in the
disclaimer below) provided that the following conditions are met:
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* 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.

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

* 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.

* 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.

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
THIS SOFTWARE IS PROVIDED "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
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 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-Clear
SPDX-License-Identifier: BSD-3-Clause
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ To be available soon.

## License:

Audioreach-audio-utils source files are licensed under the BSD-3-Clause-Clear. Check out the LICENSE for more details.
Audioreach-audio-utils source files are licensed under the BSD-3-Clause. Check out the LICENSE for more details.
4 changes: 2 additions & 2 deletions audio-log-utils/audio_dynamic_log.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

<!--- Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. -->
<!--- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!--- Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. -->
<!--- SPDX-License-Identifier: BSD-3-Clause -->



Expand Down
4 changes: 2 additions & 2 deletions audio-log-utils/inc/log_utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*
*/

Expand Down
4 changes: 2 additions & 2 deletions audio-log-utils/inc/log_xml_parser.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*
*/

Expand Down
4 changes: 2 additions & 2 deletions audio-log-utils/src/log_utils.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#define LOG_TAG "audio_log_utils"
Expand Down
4 changes: 2 additions & 2 deletions audio-log-utils/src/log_xml_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* for audio modules.
*
*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/
#define LOG_TAG "log_xml_parser"
/* #define LOG_NDEBUG 0 */
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/audio-plugin-headers/interface/codec_plugin.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdint.h>
#include <stddef.h>
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/audio-plugin-headers/interface/codec_status.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef _CDC_STATUS_H_
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/dac_plugin/inc/dac_plugin.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "codec_plugin.h"
#include <stdint.h>
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/dac_plugin/src/dac_plugin.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "codec_status.h"
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/mercury_plugin/inc/mercury_plugin.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "codec_plugin.h"
#include <stdint.h>
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/mercury_plugin/src/mercury_plugin.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "codec_status.h"
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/test/dac_mer_test/dac_mer_testapp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdio.h>
#include <dlfcn.h>
Expand Down
4 changes: 2 additions & 2 deletions audio-plugins/test/dac_mer_test/dac_mer_testapp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef _DAC_MER_TEST_H_
Expand Down
6 changes: 3 additions & 3 deletions audio-route/audio_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
*Changes from Qualcomm Innovation Center are provided under the following license:
*Changes from Qualcomm Technologies, Inc. are provided under the following license:
*
*Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*SPDX-License-Identifier: BSD-3-Clause-Clear
*Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
*SPDX-License-Identifier: BSD-3-Clause
*/

#define LOG_TAG "audio_route"
Expand Down
6 changes: 3 additions & 3 deletions audio-route/include/system/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Changes from Qualcomm Innovation Center are provided under the following license:
* Changes from Qualcomm Technologies, Inc. are provided under the following license:
*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/


Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/inc/graph_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Defines memory structures & logging states
* for the graph memory queue.
*
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <stdint.h>
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/inc/kpi_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* \brief
* Defines memory structure for the KPI memory queue.
*
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#define MEM_LOGGER_FUNC_NAME_MAX 61 // 61 to efficiently pack bytes into struct
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/inc/mem_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Defines platform agnostic APIs for logging items to memory
and dumping them to the file system.

* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <stddef.h>
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/inc/pal_state_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Defines memory structures & logging states
* for the PAL state memory queue.
*
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#define STATE_DEVICE_MAX_SIZE 3
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/inc/spf_reset_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Defines memory structures & logging states
* for the SPF reset memory queue.
*
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion audio_memlogger/armemlog/parser/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!--Config file for mem logger parser -->
<!--Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. -->
<!--SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!--SPDX-License-Identifier: BSD-3-Clause -->
<mem_logger>
<queues>
<KPI_QUEUE format="@QH61s?" />
Expand Down
2 changes: 1 addition & 1 deletion audio_memlogger/armemlog/parser/enum_replacements.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--Enum replacements file for mem logger parser
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
SPDX-License-Identifier: BSD-3-Clause-Clear.-->
SPDX-License-Identifier: BSD-3-Clause.-->
<root>
<pal_stream_type_t>
<item name = "LOW_LATENCY" value = "1" />
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/parser/graph_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Graph Parser file for mem logger
# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause
from struct import iter_unpack
import sys
import os
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/parser/header.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Header parser file for mem logger
# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause
import sys
from xml.dom import minidom
import re
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/parser/kpi_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KPI Parser file for mem logger
# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause
from struct import unpack, iter_unpack, calcsize
from datetime import datetime
import sys
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/parser/memLoggerParser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Main Parser file for mem logger
# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause
import sys
import os
import memLoggerUtils
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/parser/memLoggerUtils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Utility functions for Parser for mem logger
# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause
from xml.dom import minidom
from datetime import datetime
import io
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/parser/spf_reset_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPF Reset Parser file for mem logger
# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause
from struct import iter_unpack
import sys
import os
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/parser/state_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PAL State Parser file for mem logger
# Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-3-Clause
from struct import unpack, unpack_from, calcsize
from datetime import datetime
import sys
Expand Down
4 changes: 2 additions & 2 deletions audio_memlogger/armemlog/src/mem_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* \brief
* Defines implementation for a circular queue.
* \cond
* Copyright (c) Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* SPDX-License-Identifier: BSD-3-Clause
* \endcond
*
*/
Expand Down
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
set -ex

PREBUILD_SCRIPT_PATH="${PREBUILD_SCRIPT:-$(dirname "${BASH_SOURCE[0]}")/pre_build.sh}"
Expand Down
4 changes: 2 additions & 2 deletions ci/files_to_copy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.

# Move outside the github workspace to avoid conflicts
cd ..
Expand Down
4 changes: 2 additions & 2 deletions ci/knp_build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
set -ex
echo "Running build script..."
# Build/Compile audioreach-utils
Expand Down
4 changes: 2 additions & 2 deletions ci/pkl_build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
set -ex
echo "Running build script..."
# Build/Compile audioreach-utils
Expand Down
Loading