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