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.
|
/* 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
|
|
|