qcom,audio-ext-clk.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. #ifndef __AUDIO_EXT_CLK_H
  13. #define __AUDIO_EXT_CLK_H
  14. /* Audio External Clocks */
  15. #define AUDIO_PMI_CLK 0
  16. #define AUDIO_PMIC_LNBB_CLK 0
  17. #define AUDIO_AP_CLK 1
  18. #define AUDIO_AP_CLK2 2
  19. #define AUDIO_LPASS_MCLK 3
  20. #define AUDIO_LPASS_MCLK2 4
  21. #define clk_audio_ap_clk 0x9b5727cb
  22. #define clk_audio_pmi_clk 0xcbfe416d
  23. #define clk_audio_ap_clk2 0x454d1e91
  24. #define clk_audio_lpass_mclk 0xf0f2a284
  25. #define clk_audio_pmi_lnbb_clk 0x57312343
  26. #define clk_div_clk1 0xaa1157a6
  27. #define clk_div_clk1_ao 0x6b943d68
  28. #define clk_ln_bb_clk2 0xf83e6387
  29. #define clk_ln_bb_clk2_ao 0x96f09628
  30. #endif