Skip to content

Commit 846e4eb

Browse files
author
Jyri Sarha
committed
ASoC: SOF: ipc4-topology: Export sof_ipc4_find_swidget_by_ids()
Export sof_ipc4_find_swidget_by_ids() to enable its use from auxiliary SOF devices built as module. The motivation was to decode probes debugfs output to be more readable. Signed-off-by: Jyri Sarha <[email protected]>
1 parent 4501f2a commit 846e4eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/ipc4-topology.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ struct snd_sof_widget *sof_ipc4_find_swidget_by_ids(struct snd_sof_dev *sdev,
186186

187187
return NULL;
188188
}
189+
EXPORT_SYMBOL(sof_ipc4_find_swidget_by_ids);
189190

190191
static void sof_ipc4_dbg_audio_format(struct device *dev, struct sof_ipc4_pin_format *pin_fmt,
191192
int num_formats)

0 commit comments

Comments
 (0)