Skip to content

Commit 442c712

Browse files
ranj063broonie
authored andcommitted
ASoC: SOF: pcm: expose the sof_pcm_setup_connected_widgets() function
It will be used in IPC-specific code. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@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/20220317175044.1752400-13-ranjani.sridharan@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 967885e commit 442c712

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

sound/soc/sof/pcm.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ int sof_pcm_dsp_pcm_free(struct snd_pcm_substream *substream, struct snd_sof_dev
105105
return ret;
106106
}
107107

108-
static int sof_pcm_setup_connected_widgets(struct snd_sof_dev *sdev,
109-
struct snd_soc_pcm_runtime *rtd,
110-
struct snd_sof_pcm *spcm, int dir)
108+
int sof_pcm_setup_connected_widgets(struct snd_sof_dev *sdev, struct snd_soc_pcm_runtime *rtd,
109+
struct snd_sof_pcm *spcm, int dir)
111110
{
112111
struct snd_soc_dai *dai;
113112
int ret, j;

sound/soc/sof/sof-audio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,6 @@ int get_token_uuid(void *elem, void *object, u32 offset);
457457
int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id,
458458
struct snd_sof_tuple *tuples, int num_tuples,
459459
size_t object_size, int token_instance_num);
460+
int sof_pcm_setup_connected_widgets(struct snd_sof_dev *sdev, struct snd_soc_pcm_runtime *rtd,
461+
struct snd_sof_pcm *spcm, int dir);
460462
#endif

0 commit comments

Comments
 (0)