
Switch audio drivers to SPDX identifier on msm-4.19. Change-Id: Ic3f0230a516db251b8d81e8a7e73dbc04d66fe1b Signed-off-by: Meng Wang <mengw@codeaurora.org>
15 lines
281 B
C
15 lines
281 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __MACHINE_815X_INIT_H__
|
|
#define __MACHINE_815X_INIT_H__
|
|
int sm8150_init(void);
|
|
int sa8155_init(void);
|
|
|
|
void sm8150_exit(void);
|
|
void sa8155_exit(void);
|
|
#endif
|
|
|