Files
android_kernel_samsung_sm86…/qcom/opensource/audio-kernel/include/bindings/qcom,bolero-clk-rsc.h
David Wronek 91a8910061 Add 'qcom/opensource/audio-kernel/' from commit '0ee387dfadf349618494d6f82ec8cec796ebef70'
git-subtree-dir: qcom/opensource/audio-kernel
git-subtree-mainline: 99ab089c55
git-subtree-split: 0ee387dfad
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/audio-kernel-ar
tag: AUDIO.LA.9.0.r1-07400-lanai.0
2024-10-06 16:43:49 +02:00

22 sor
517 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __BOLERO_CODEC_CLK_RSC_H
#define __BOLERO_CODEC_CLK_RSC_H
/* Bolero clock types */
#define TX_CORE_CLK 0
#define RX_CORE_CLK 1
#define WSA_CORE_CLK 2
#define VA_CORE_CLK 3
#define TX_NPL_CLK 4
#define RX_NPL_CLK 5
#define WSA_NPL_CLK 6
#define VA_NPL_CLK 7
#define MAX_CLK 8
#endif /* __BOLERO_CODEC_CLK_RSC_H */