qcom,lpass-cdc-clk-rsc.h 493 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __LPASS_CDC_CLK_RSC_H
  6. #define __LPASS_CDC_CLK_RSC_H
  7. /* LPASS codec clock types */
  8. #define TX_CORE_CLK 0
  9. #define RX_CORE_CLK 1
  10. #define WSA_CORE_CLK 2
  11. #define VA_CORE_CLK 3
  12. #define WSA2_CORE_CLK 4
  13. #define RX_TX_CORE_CLK 5
  14. #define WSA_TX_CORE_CLK 6
  15. #define WSA2_TX_CORE_CLK 7
  16. #define MAX_CLK 8
  17. #endif /* __LPASS_CDC_CLK_RSC_H */