asoc: adding machine driver for sa6155

add separate machine driver for sa6155 and necessary
interface changes.

Change-Id: Ie9e498c3e3ccb99af01458f7604f822a11c54e67
Signed-off-by: Rahul Sharma <rahsha@codeaurora.org>
This commit is contained in:
Rahul Sharma
2018-12-20 18:48:34 +05:30
committed by Gerrit - the friendly Code Review server
parent da4b9b30ca
commit 02bee73b77
4 changed files with 7139 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -15,9 +15,9 @@
#ifndef __MACHINE_615X_INIT_H__
#define __MACHINE_615X_INIT_H__
int sm6150_init(void);
int sa8155_init(void);
int sa6155_init(void);
void sm6150_exit(void);
void sa8155_exit(void);
void sa6155_exit(void);
#endif