Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be9fed42 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: dt-binding: add snapshot of audio external clock header file for Kona"

parents ae74f253 863e5afb
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
 */

#ifndef __AUDIO_EXT_CLK_H
#define __AUDIO_EXT_CLK_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

#endif