1
0
Fork 0
android_external_alsa-utils/topology/nhlt/intel/dmic/dmic-debug.h
dvab-sarma d2fc7afa59
Some checks failed
Build alsa-utils / fedora_latest_build (push) Has been cancelled
Build alsa-utils / ubuntu_last_build (push) Has been cancelled
android-16.0
2025-06-26 23:48:13 -05:00

17 lines
484 B
C

// SPDX-License-Identifier: BSD-3-Clause
//
// Copyright(c) 2021 Intel Corporation. All rights reserved.
//
// Author: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
// Jaska Uimonen <jaska.uimonen@linux.intel.com>
#ifndef __DMIC_DEBUG_H
#define __DMIC_DEBUG_H
#include "dmic-internal.h"
void dmic_print_bytes_as_hex(uint8_t *src, size_t size);
void dmic_print_integers_as_hex(uint32_t *src, size_t size);
void dmic_print_internal(struct intel_dmic_params *dmic);
#endif