dsp, ipc: add fluence NN changes

Change-Id: Ie8323156c74601333871646052068a609c7cf474
This commit is contained in:
pavanisr
2020-11-05 13:37:49 +05:30
committed by Vikram Panduranga
parent e8e79f3322
commit ba39b85277
4 changed files with 68 additions and 17 deletions

View File

@@ -27,6 +27,6 @@ struct audio_buffer {
uint32_t actual_size; /* actual number of bytes read by DSP */
struct dma_buf *dma_buf;
};
int msm_audio_get_phy_addr(int fd, dma_addr_t *paddr);
int msm_audio_get_phy_addr(int fd, dma_addr_t *paddr, size_t *pa_len);
void msm_audio_ion_crash_handler(void);
#endif /* _LINUX_MSM_AUDIO_ION_H */