audio-driver: Update build files for sa6155

Enable conditional build for audio driver modules
specific to sa6155.

Change-Id: I58701a907242afcfe230623ff42b47c001e3d5f4
Signed-off-by: Rahul Sharma <rahsha@codeaurora.org>
This commit is contained in:
Rahul Sharma
2019-03-03 22:30:47 +05:30
committed by Derek Chen
parent fa9e9c3ac9
commit f53de7f9fb
15 changed files with 126 additions and 33 deletions

View File

@@ -19,14 +19,12 @@
static int __init audio_machine_615x_init(void)
{
sm6150_init();
sa6155_init();
return 0;
}
static void audio_machine_615x_exit(void)
{
sm6150_exit();
sa6155_exit();
}
module_init(audio_machine_615x_init);