You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1012 B
31 lines
1012 B
/* Copyright (c) 2019, 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_V2_H
|
|
#define __AUDIO_EXT_CLK_V2_H
|
|
|
|
/* Audio External Clocks */
|
|
#define AUDIO_PMI_CLK 0
|
|
#define AUDIO_PMIC_LNBB_CLK 1
|
|
#define AUDIO_LPASS_MCLK 2
|
|
#define AUDIO_LPASS_MCLK_2 3
|
|
#define AUDIO_LPASS_MCLK_3 4
|
|
#define AUDIO_LPASS_MCLK_4 5
|
|
#define AUDIO_LPASS_MCLK_5 6
|
|
#define AUDIO_LPASS_MCLK_6 7
|
|
#define AUDIO_LPASS_MCLK_7 8
|
|
#define AUDIO_LPASS_CORE_HW_VOTE 9
|
|
#define AUDIO_LPASS_MCLK_8 10
|
|
#define AUDIO_LPASS_AUDIO_HW_VOTE 11
|
|
#define AUDIO_EXTERNAL_PLL 12
|
|
|
|
#endif
|
|
|