Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sound/soc/sof/compressed.c
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,6 +8,7 @@
// Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>
//

#include <linux/module.h>
#include <linux/pm_runtime.h>
#include <sound/compress_driver.h>
#include "sof-priv.h"
Expand DownExpand Up@@ -179,3 +180,5 @@ struct snd_compr_ops sof_compressed_ops = {
.get_codec_caps = sof_compressed_get_codec_caps,
};
EXPORT_SYMBOL(sof_compressed_ops);

MODULE_LICENSE("Dual BSD/GPL");
2 changes: 1 addition & 1 deletion sound/soc/sof/topology.c
Original file line numberDiff line numberDiff line change
Expand Up@@ -2378,7 +2378,7 @@ static int sof_link_unload(struct snd_soc_component *scomp,
goto found;
}

dev_err(sdev->dev, "failed to find dai %s", link->name);
dev_err(sdev->dev, "error: failed to find dai %s", link->name);
return -EINVAL;
found:

Expand Down