Audio: DLKM support for all audio modules

Switch to DLKM for all audio kernel modules.

Change-Id: I6a96023a21f655f873531af9ace81f2b01eb0f58
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
Laxminath Kasam
2017-10-05 01:44:16 +05:30
parent 97c9da7a1e
commit 8b1366a648
115 changed files with 5347 additions and 353 deletions

View File

@@ -43,7 +43,7 @@ struct audio_notifier_cb_data {
int domain;
};
#ifdef CONFIG_MSM_QDSP6_NOTIFIER
#if IS_ENABLED(CONFIG_MSM_QDSP6_NOTIFIER)
/*
* Use audio_notifier_register to register any audio
@@ -100,6 +100,6 @@ static inline int audio_notifier_deregister(char *client_name)
return 0;
}
#endif /* CONFIG_MSM_QDSP6_PDR */
#endif /* CONFIG_MSM_QDSP6_NOTIFIER */
#endif