
git-subtree-dir: qcom/opensource/audio-kernel git-subtree-mainline:99ab089c55
git-subtree-split:0ee387dfad
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/audio-kernel-ar tag: AUDIO.LA.9.0.r1-07400-lanai.0
13 lines
266 B
C
13 lines
266 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __AUDIO_EXT_CLK_UP_H_
|
|
#define __AUDIO_EXT_CLK_UP_H_
|
|
|
|
int audio_ref_clk_platform_init(void);
|
|
void audio_ref_clk_platform_exit(void);
|
|
|
|
#endif
|