diff options
| author | Daniel Baluta <daniel.baluta@nxp.com> | 2023-11-09 15:59:00 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2023-11-13 00:43:06 +0000 |
| commit | 89ef42088b3ba884a007ad10bd89ce8a81b9dedd (patch) | |
| tree | 4f50a02d4bf31520ec1aaf488ea479382823c004 /sound/soc/sof/sof-audio.h | |
| parent | fc85d9d0b3ba8f8934963c760af98fc38029d9da (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 'sound/soc/sof/sof-audio.h')
| -rw-r--r-- | sound/soc/sof/sof-audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-audio.h b/sound/soc/sof/sof-audio.h index 5d5eeb1a1a6f..99c940b22538 100644 --- a/sound/soc/sof/sof-audio.h +++ b/sound/soc/sof/sof-audio.h @@ -275,6 +275,7 @@ enum sof_tokens { SOF_GAIN_TOKENS, SOF_ACPDMIC_TOKENS, SOF_ACPI2S_TOKENS, + SOF_MICFIL_TOKENS, /* this should be the last */ SOF_TOKEN_COUNT, |
