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