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:
@@ -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
|
||||
|
Reference in New Issue
Block a user