
Switch audio drivers to SPDX identifier on msm-4.19. Change-Id: Ic3f0230a516db251b8d81e8a7e73dbc04d66fe1b Signed-off-by: Meng Wang <mengw@codeaurora.org>
13 lignes
261 B
C
13 lignes
261 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* 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
|