ASoC: msm: Add support to have FM playback through ASM loopback mode
- Add support to provide PP on FM playback.
- Add PCM platform driver which enables ASM loopback mode
Define MultiMedia6 front-end dai
Change-Id: Ibf9d2645e706f9a3027dd356223a2135224a0337
Signed-off-by: Damir Didjusto <damird@codeaurora.org>
diff --git a/include/sound/q6asm.h b/include/sound/q6asm.h
index 5099500..cf7136a 100644
--- a/include/sound/q6asm.h
+++ b/include/sound/q6asm.h
@@ -197,6 +197,8 @@
uint32_t rd_format,
uint32_t wr_format);
+int q6asm_open_loopack(struct audio_client *ac);
+
int q6asm_write(struct audio_client *ac, uint32_t len, uint32_t msw_ts,
uint32_t lsw_ts, uint32_t flags);
int q6asm_write_nolock(struct audio_client *ac, uint32_t len, uint32_t msw_ts,