diff options
author | Ranjani Sridharan <ranjani.sridharan@linux.intel.com> | 2022-03-07 19:11:02 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-08 13:27:48 +0100 |
commit | ea7e5ee67fb71d92b0eb0be8467fd34b0e2def6c (patch) | |
tree | e315640ead461afd54e5e3802b863fe56b88ae3c /sound/soc/sof/sof-audio.h | |
parent | ASoC: SOF: topology: Modify the get_token op for string tokens (diff) | |
download | linux-ea7e5ee67fb71d92b0eb0be8467fd34b0e2def6c.tar.xz linux-ea7e5ee67fb71d92b0eb0be8467fd34b0e2def6c.zip |
ASoC: SOF: topology: expose some get_token ops
These will be used later on by IPC-specific code.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220307181111.49392-10-ranjani.sridharan@linux.intel.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-audio.h b/sound/soc/sof/sof-audio.h index f2f32f2065d3..feda5793b589 100644 --- a/sound/soc/sof/sof-audio.h +++ b/sound/soc/sof/sof-audio.h @@ -260,4 +260,9 @@ int sof_pcm_dsp_pcm_free(struct snd_pcm_substream *substream, struct snd_sof_dev struct snd_sof_pcm *spcm); int sof_pcm_stream_free(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream, struct snd_sof_pcm *spcm, int dir, bool free_widget_list); +int get_token_u32(void *elem, void *object, u32 offset); +int get_token_u16(void *elem, void *object, u32 offset); +int get_token_comp_format(void *elem, void *object, u32 offset); +int get_token_dai_type(void *elem, void *object, u32 offset); +int get_token_uuid(void *elem, void *object, u32 offset); #endif |