ASoC: SOF: topology: remove snd_sof_init_topology()
[linux-2.6-microblaze.git] / sound / soc / sof / topology.c
index d82ab98..b8701d3 100644 (file)
@@ -3463,15 +3463,6 @@ static struct snd_soc_tplg_ops sof_tplg_ops = {
        .bytes_ext_ops_count    = ARRAY_SIZE(sof_bytes_ext_ops),
 };
 
-int snd_sof_init_topology(struct snd_sof_dev *sdev,
-                         struct snd_soc_tplg_ops *ops)
-{
-       /* TODO: support linked list of topologies */
-       sdev->tplg_ops = ops;
-       return 0;
-}
-EXPORT_SYMBOL(snd_sof_init_topology);
-
 int snd_sof_load_topology(struct snd_sof_dev *sdev, const char *file)
 {
        const struct firmware *fw;