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
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __LPASS_CDC_CLK_RSC_H
|
||||
#define __LPASS_CDC_CLK_RSC_H
|
||||
|
||||
/* LPASS codec clock types */
|
||||
#define TX_CORE_CLK 0
|
||||
#define RX_CORE_CLK 1
|
||||
#define WSA_CORE_CLK 2
|
||||
#define VA_CORE_CLK 3
|
||||
#define WSA2_CORE_CLK 4
|
||||
#define RX_TX_CORE_CLK 5
|
||||
#define WSA_TX_CORE_CLK 6
|
||||
#define WSA2_TX_CORE_CLK 7
|
||||
#define TX_NPL_CLK 8
|
||||
#define RX_NPL_CLK 9
|
||||
#define WSA_NPL_CLK 10
|
||||
#define VA_NPL_CLK 11
|
||||
#define MAX_CLK 12
|
||||
|
||||
#endif /* __LPASS_CDC_CLK_RSC_H */
|
Reference in New Issue
Block a user