Lines Matching full:sof
17 #include <sound/sof.h>
26 MODULE_PARM_DESC(fw_path, "alternate path for SOF firmware.");
30 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
34 MODULE_PARM_DESC(sof_acpi_debug, "SOF ACPI debug options (0x0 all off)");
46 .default_fw_path = "intel/sof",
47 .default_tplg_path = "intel/sof-tplg",
48 .default_fw_filename = "sof-bdw.ri",
49 .nocodec_tplg_filename = "sof-bdw-nocodec.tplg",
64 .default_fw_path = "intel/sof",
65 .default_tplg_path = "intel/sof-tplg",
66 .default_fw_filename = "sof-byt.ri",
67 .nocodec_tplg_filename = "sof-byt-nocodec.tplg",
78 .default_fw_path = "intel/sof",
79 .default_tplg_path = "intel/sof-tplg",
80 .default_fw_filename = "sof-byt.ri",
81 .nocodec_tplg_filename = "sof-byt-nocodec.tplg",
92 .default_fw_path = "intel/sof",
93 .default_tplg_path = "intel/sof-tplg",
94 .default_fw_filename = "sof-cht.ri",
95 .nocodec_tplg_filename = "sof-cht-nocodec.tplg",
109 dev_dbg(dev, "Completing SOF ACPI probe"); in sof_acpi_probe_complete()
171 /* call sof helper for DSP hardware probe */ in sof_acpi_probe()
190 /* call sof helper for DSP hardware remove */ in sof_acpi_remove()
215 .name = "sof-audio-acpi",