Skip to content

Commit

Permalink
ASoC: SOF: ipc4-topology: Export sof_ipc4_find_swidget_by_ids()
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Jyri Sarha committed Nov 20, 2024
1 parent 4501f2a commit 846e4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/sof/ipc4-topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ struct snd_sof_widget *sof_ipc4_find_swidget_by_ids(struct snd_sof_dev *sdev,

return NULL;
}
EXPORT_SYMBOL(sof_ipc4_find_swidget_by_ids);

static void sof_ipc4_dbg_audio_format(struct device *dev, struct sof_ipc4_pin_format *pin_fmt,
int num_formats)
Expand Down

0 comments on commit 846e4eb

Please sign in to comment.