summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2018-10-04 12:16:42 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:33 +0800
commita94ba770a0d503e76c31ad232e4828475ce1cd35 (patch)
tree6ad7c0f31aa8afc67d19b71bf57b8bf8b5b9187c /include
parent84e7beac634a92f4ee1e586081b1af55994ae4ab (diff)
MLK-18497-7: ASoC: fsl: xaf_afi: Introduce component API
This is based on Xtensa Audio framework userspace implemention API. Reviewed-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/mxc_dsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/mxc_dsp.h b/include/uapi/linux/mxc_dsp.h
index 5820acc2e386..040681cc39c8 100644
--- a/include/uapi/linux/mxc_dsp.h
+++ b/include/uapi/linux/mxc_dsp.h
@@ -46,6 +46,9 @@
#define CODEC_SBC_ENC 8
#define CODEC_DEMO_DEC 9
+#define RENDER_ESAI 0x10
+#define RENDER_SAI 0x11
+
enum DSP_ERROR_TYPE {
XA_SUCCESS = 0,