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:
@@ -174,6 +174,7 @@ int apr_send_pkt(void *handle, uint32_t *buf);
|
||||
int apr_deregister(void *handle);
|
||||
void subsys_notif_register(char *client_name, int domain,
|
||||
struct notifier_block *nb);
|
||||
void subsys_notif_deregister(char *client_name);
|
||||
int apr_get_dest_id(char *dest);
|
||||
uint16_t apr_get_data_src(struct apr_hdr *hdr);
|
||||
void change_q6_state(int state);
|
||||
|
@@ -73,6 +73,7 @@ int apr_tal_write(struct apr_svc_ch_dev *apr_ch, void *data,
|
||||
int apr_tal_close(struct apr_svc_ch_dev *apr_ch);
|
||||
int apr_tal_rx_intents_config(struct apr_svc_ch_dev *apr_ch,
|
||||
int num_of_intents, uint32_t size);
|
||||
int apr_tal_init(void);
|
||||
|
||||
|
||||
struct apr_svc_ch_dev {
|
||||
|
Reference in New Issue
Block a user