summaryrefslogtreecommitdiff
path: root/include/uapi/sound/sof/tokens.h
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2023-11-09 15:59:00 +0200
committerMark Brown <broonie@kernel.org>2023-11-13 00:43:06 +0000
commit89ef42088b3ba884a007ad10bd89ce8a81b9dedd (patch)
tree4f50a02d4bf31520ec1aaf488ea479382823c004 /include/uapi/sound/sof/tokens.h
parentfc85d9d0b3ba8f8934963c760af98fc38029d9da (diff)
ASoC: SOF: Add support for configuring PDM interface from topology
Currently we only support configuration for number of channels and sample rate. Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Link: https://lore.kernel.org/r/20231109135900.88310-3-daniel.baluta@oss.nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound/sof/tokens.h')
-rw-r--r--include/uapi/sound/sof/tokens.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/sound/sof/tokens.h b/include/uapi/sound/sof/tokens.h
index 453cab2a1209..0fb39780f9bd 100644
--- a/include/uapi/sound/sof/tokens.h
+++ b/include/uapi/sound/sof/tokens.h
@@ -213,4 +213,8 @@
#define SOF_TKN_AMD_ACPI2S_CH 1701
#define SOF_TKN_AMD_ACPI2S_TDM_MODE 1702
+/* MICFIL PDM */
+#define SOF_TKN_IMX_MICFIL_RATE 2000
+#define SOF_TKN_IMX_MICFIL_CH 2001
+
#endif