aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/sof.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h
index 54f65ec33a6c..4640566b54fe 100644
--- a/include/sound/sof.h
+++ b/include/sound/sof.h
@@ -12,6 +12,7 @@
#define __INCLUDE_SOUND_SOF_H
#include <linux/pci.h>
+#include <sound/soc.h>
#include <sound/soc-acpi.h>
struct snd_sof_dsp_ops;
@@ -91,4 +92,9 @@ struct sof_dev_desc {
const struct sof_arch_ops *arch_ops;
};
+int sof_nocodec_setup(struct device *dev,
+ struct snd_sof_pdata *sof_pdata,
+ struct snd_soc_acpi_mach *mach,
+ const struct sof_dev_desc *desc,
+ const struct snd_sof_dsp_ops *ops);
#endif