Home
last modified time | relevance | path

Searched full:sof (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/linux-6.12.1/sound/soc/sof/
DMakefile3 snd-sof-y := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
4 control.o trace.o iomem-utils.o sof-audio.o stream-ipc.o\
9 snd-sof-y += ipc3.o ipc3-loader.o ipc3-topology.o ipc3-control.o ipc3-pcm.o\
13 snd-sof-y += ipc4.o ipc4-loader.o ipc4-topology.o ipc4-control.o ipc4-pcm.o\
17 # SOF client support
19 snd-sof-y += sof-client.o
22 snd-sof-$(CONFIG_SND_SOC_SOF_COMPRESS) += compress.o
24 snd-sof-pci-y := sof-pci-dev.o
25 snd-sof-acpi-y := sof-acpi-dev.o
26 snd-sof-of-y := sof-of-dev.o
[all …]
DKconfig5 This adds support for Sound Open Firmware (SOF). SOF is free and
7 Say Y if you have such a device that is supported by SOF.
16 tristate "SOF PCI enumeration support"
27 tristate "SOF ACPI enumeration support"
41 tristate "SOF OF enumeration support"
73 bool "SOF developer options support"
76 This option unlocks SOF developer options for debug/performance/
78 Distributions should not select this option, only SOF development
80 Say Y if you are involved in SOF development and need this option.
86 bool "SOF force probe workqueue"
[all …]
Dsof-pci-dev.c19 #include <sound/sof.h>
21 #include "sof-pci-dev.h"
25 MODULE_PARM_DESC(fw_path, "alternate path for SOF firmware.");
29 MODULE_PARM_DESC(fw_filename, "alternate filename for SOF firmware.");
33 MODULE_PARM_DESC(lib_path, "alternate path for SOF firmware libraries.");
37 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
41 MODULE_PARM_DESC(tplg_filename, "alternate filename for SOF topology.");
45 MODULE_PARM_DESC(sof_pci_debug, "SOF PCI debug options (0x0 all off)");
49 MODULE_PARM_DESC(ipc_type, "Force SOF IPC type. 0 - IPC3, 1 - IPC4");
69 .driver_data = "sof-tgl-rt5682-ssp0-max98373-ssp2.tplg",
[all …]
Dsof-acpi-dev.c17 #include <sound/sof.h>
20 #include "sof-acpi-dev.h"
27 MODULE_PARM_DESC(fw_path, "alternate path for SOF firmware.");
31 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
35 MODULE_PARM_DESC(sof_acpi_debug, "SOF ACPI debug options (0x0 all off)");
48 dev_dbg(dev, "Completing SOF ACPI probe"); in sof_acpi_probe_complete()
85 /* call sof helper for DSP hardware probe */ in sof_acpi_probe()
97 /* call sof helper for DSP hardware remove */ in sof_acpi_remove()
103 MODULE_DESCRIPTION("SOF support for ACPI platforms");
/linux-6.12.1/sound/soc/sof/intel/
Dpci-tgl.c15 #include <sound/sof.h>
17 #include "../sof-pci-dev.h"
35 [SOF_IPC_TYPE_3] = "intel/sof",
36 [SOF_IPC_TYPE_4] = "intel/sof-ipc4/tgl",
39 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/tgl",
42 [SOF_IPC_TYPE_3] = "intel/sof-tplg",
43 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
46 [SOF_IPC_TYPE_3] = "sof-tgl.ri",
47 [SOF_IPC_TYPE_4] = "sof-tgl.ri",
49 .nocodec_tplg_filename = "sof-tgl-nocodec.tplg",
[all …]
DMakefile3 snd-sof-acpi-intel-byt-y := byt.o
4 snd-sof-acpi-intel-bdw-y := bdw.o
6 snd-sof-intel-hda-common-y := hda-loader.o hda-stream.o hda-trace.o \
11 snd-sof-intel-hda-generic-y := hda.o hda-common-ops.o
13 snd-sof-intel-hda-mlink-y := hda-mlink.o
15 snd-sof-intel-hda-common-$(CONFIG_SND_SOC_SOF_HDA_PROBES) += hda-probes.o
17 snd-sof-intel-hda-y := hda-codec.o
19 snd-sof-intel-atom-y := atom.o
21 obj-$(CONFIG_SND_SOC_SOF_INTEL_ATOM_HIFI_EP) += snd-sof-intel-atom.o
22 obj-$(CONFIG_SND_SOC_SOF_BAYTRAIL) += snd-sof-acpi-intel-byt.o
[all …]
DKconfig3 bool "SOF support for Intel audio DSPs"
41 tristate "SOF support for Baytrail, Braswell and Cherrytrail"
56 compatible with both SOF or Atom/SST legacy drivers.
58 Say Y if you want to enable SOF on Baytrail/Cherrytrail.
62 tristate "SOF support for Broadwell"
74 located in the root file system are already compatible with both SOF
76 SOF does not fully support Broadwell and has limitations related to
79 Say Y if you want to enable SOF on Broadwell.
87 tristate "SOF support for Tangier/Merrifield"
104 tristate "SOF support for SkyLake"
[all …]
Dpci-mtl.c15 #include <sound/sof.h>
17 #include "../sof-pci-dev.h"
36 [SOF_IPC_TYPE_4] = "intel/sof-ipc4/mtl",
39 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/mtl",
42 [SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
45 [SOF_IPC_TYPE_4] = "sof-mtl.ri",
47 .nocodec_tplg_filename = "sof-mtl-nocodec.tplg",
66 [SOF_IPC_TYPE_4] = "intel/sof-ipc4/arl",
69 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/arl",
72 [SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
[all …]
Dpci-cnl.c15 #include <sound/sof.h>
17 #include "../sof-pci-dev.h"
35 [SOF_IPC_TYPE_3] = "intel/sof",
42 [SOF_IPC_TYPE_3] = "intel/sof-tplg",
46 [SOF_IPC_TYPE_3] = "sof-cnl.ri",
49 .nocodec_tplg_filename = "sof-cnl-nocodec.tplg",
68 [SOF_IPC_TYPE_3] = "intel/sof",
75 [SOF_IPC_TYPE_3] = "intel/sof-tplg",
79 [SOF_IPC_TYPE_3] = "sof-cfl.ri",
82 .nocodec_tplg_filename = "sof-cnl-nocodec.tplg",
[all …]
Dpci-apl.c15 #include <sound/sof.h>
17 #include "../sof-pci-dev.h"
34 [SOF_IPC_TYPE_3] = "intel/sof",
41 [SOF_IPC_TYPE_3] = "intel/sof-tplg",
45 [SOF_IPC_TYPE_3] = "sof-apl.ri",
48 .nocodec_tplg_filename = "sof-apl-nocodec.tplg",
66 [SOF_IPC_TYPE_3] = "intel/sof",
73 [SOF_IPC_TYPE_3] = "intel/sof-tplg",
77 [SOF_IPC_TYPE_3] = "sof-glk.ri",
80 .nocodec_tplg_filename = "sof-glk-nocodec.tplg",
[all …]
Dpci-icl.c15 #include <sound/sof.h>
17 #include "../sof-pci-dev.h"
35 [SOF_IPC_TYPE_3] = "intel/sof",
42 [SOF_IPC_TYPE_3] = "intel/sof-tplg",
46 [SOF_IPC_TYPE_3] = "sof-icl.ri",
49 .nocodec_tplg_filename = "sof-icl-nocodec.tplg",
67 [SOF_IPC_TYPE_3] = "intel/sof",
74 [SOF_IPC_TYPE_3] = "intel/sof-tplg",
78 [SOF_IPC_TYPE_3] = "sof-jsl.ri",
81 .nocodec_tplg_filename = "sof-jsl-nocodec.tplg",
[all …]
Dpci-lnl.c15 #include <sound/sof.h>
17 #include "../sof-pci-dev.h"
36 [SOF_IPC_TYPE_4] = "intel/sof-ipc4/lnl",
39 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/lnl",
42 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
45 [SOF_IPC_TYPE_4] = "sof-lnl.ri",
47 .nocodec_tplg_filename = "sof-lnl-nocodec.tplg",
61 .name = "sof-audio-pci-intel-lnl",
73 MODULE_DESCRIPTION("SOF support for LunarLake platforms");
Dpci-ptl.c13 #include <sound/sof.h>
15 #include "../sof-pci-dev.h"
34 [SOF_IPC_TYPE_4] = "intel/sof-ipc4/ptl",
37 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/ptl",
40 [SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
43 [SOF_IPC_TYPE_4] = "sof-ptl.ri",
45 .nocodec_tplg_filename = "sof-ptl-nocodec.tplg",
59 .name = "sof-audio-pci-intel-ptl",
71 MODULE_DESCRIPTION("SOF support for PantherLake platforms");
/linux-6.12.1/sound/soc/sof/amd/
DKconfig8 tristate "SOF support for AMD audio DSPs"
33 tristate "SOF support for RENOIR"
37 Select this option for SOF support on AMD Renoir platform
40 tristate "SOF support for VANGOGH"
44 Select this option for SOF support
46 Say Y if you want to enable SOF on Vangogh.
50 tristate "SOF support for REMBRANDT"
54 Select this option for SOF support on AMD Rembrandt platform
55 Say Y if you want to enable SOF on Rembrandt.
70 tristate "SOF support for SoundWire based AMD platforms"
[all …]
DMakefile7 snd-sof-amd-acp-y := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o
8 snd-sof-amd-acp-$(CONFIG_SND_SOC_SOF_ACP_PROBES) += acp-probes.o
9 snd-sof-amd-renoir-y := pci-rn.o renoir.o
10 snd-sof-amd-rembrandt-y := pci-rmb.o rembrandt.o
11 snd-sof-amd-vangogh-y := pci-vangogh.o vangogh.o
12 snd-sof-amd-acp63-y := pci-acp63.o acp63.o
13 snd-sof-amd-acp70-y := pci-acp70.o acp70.o
15 obj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
16 obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) += snd-sof-amd-renoir.o
17 obj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) += snd-sof-amd-rembrandt.o
[all …]
/linux-6.12.1/sound/soc/intel/boards/
DMakefile6 snd-soc-sst-sof-pcm512x-y := sof_pcm512x.o
7 snd-soc-sst-sof-wm8804-y := sof_wm8804.o
26 snd-soc-sof-ssp-amp-y := sof_ssp_amp.o
27 snd-soc-sof-sdw-y += sof_sdw.o \
35 obj-$(CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH) += snd-soc-sst-sof-pcm512x.o
36 obj-$(CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH) += snd-soc-sst-sof-wm8804.o
53 obj-$(CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH) += snd-soc-sof-sdw.o
54 obj-$(CONFIG_SND_SOC_INTEL_SOF_SSP_AMP_MACH) += snd-soc-sof-ssp-amp.o
60 snd-soc-intel-sof-maxim-common-y += sof_maxim_common.o
61 obj-$(CONFIG_SND_SOC_INTEL_SOF_MAXIM_COMMON) += snd-soc-intel-sof-maxim-common.o
[all …]
/linux-6.12.1/sound/soc/amd/
Dacp-config.c19 #include "../sof/amd/acp.h"
227 .fw_filename = "sof-rn.ri",
228 .sof_tplg_filename = "sof-rn-rt5682-rt1019.tplg",
236 .fw_filename = "sof-rn.ri",
237 .sof_tplg_filename = "sof-rn-rt5682-max98360.tplg",
245 .fw_filename = "sof-rn.ri",
246 .sof_tplg_filename = "sof-rn-rt5682-max98360.tplg",
254 .fw_filename = "sof-rn.ri",
255 .sof_tplg_filename = "sof-rn-rt5682-rt1019.tplg",
261 .fw_filename = "sof-rn.ri",
[all …]
/linux-6.12.1/include/scsi/fc/
Dfc_encaps.h47 * Macro's for making redundant copies of EOF and SOF.
57 * SOF / EOF bytes.
81 #define FC_SOF_CLASS_MASK 0x06 /* mask for class of service in SOF */
84 * Define classes in terms of the SOF code (initial).
95 * Determine whether SOF code indicates the need for a BLS ACK.
97 static inline int fc_sof_needs_ack(enum fc_sof sof) in fc_sof_needs_ack() argument
99 return (~sof) & 0x02; /* true for class 1, 2, 4, 6, or F */ in fc_sof_needs_ack()
103 * Given an fc_class, return the normal (non-initial) SOF value.
111 * Compute class from SOF value.
113 static inline enum fc_class fc_sof_class(enum fc_sof sof) in fc_sof_class() argument
[all …]
/linux-6.12.1/sound/soc/sof/imx/
DMakefile2 snd-sof-imx8-y := imx8.o
3 snd-sof-imx8m-y := imx8m.o
4 snd-sof-imx8ulp-y := imx8ulp.o
6 snd-sof-imx-common-y := imx-common.o
8 obj-$(CONFIG_SND_SOC_SOF_IMX8) += snd-sof-imx8.o
9 obj-$(CONFIG_SND_SOC_SOF_IMX8M) += snd-sof-imx8m.o
10 obj-$(CONFIG_SND_SOC_SOF_IMX8ULP) += snd-sof-imx8ulp.o
/linux-6.12.1/sound/soc/intel/common/
Dsoc-acpi-intel-jsl-match.c58 .sof_tplg_filename = "sof-jsl-da7219.tplg",
65 .sof_tplg_filename = "sof-jsl-da7219-mx98360a.tplg",
72 .sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg",
79 .sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg",
86 .sof_tplg_filename = "sof-jsl-rt5682-mx98360a.tplg",
91 .sof_tplg_filename = "sof-jsl-rt5682.tplg",
98 .sof_tplg_filename = "sof-jsl-cs42l42-mx98360a.tplg",
102 .drv_name = "sof-essx8336",
103 .sof_tplg_filename = "sof-jsl-es8336", /* the tplg suffix is added at run time */
113 .sof_tplg_filename = "sof-jsl-rt5650.tplg",
Dsoc-acpi-intel-adl-match.c576 .sof_tplg_filename = "sof-adl-max98357a-rt5682.tplg",
583 .sof_tplg_filename = "sof-adl-rt1019-nau8825.tplg",
590 .sof_tplg_filename = "sof-adl-rt5682-ssp1-hdmi-ssp02.tplg",
597 .sof_tplg_filename = "sof-adl-es83x6-ssp1-hdmi-ssp02.tplg",
601 .drv_name = "sof-essx8336",
602 .sof_tplg_filename = "sof-adl-es8336", /* the tplg suffix is added at run time */
607 /* place boards for each headphone codec: sof driver will complete the
613 .sof_tplg_filename = "sof-adl", /* the tplg suffix is added at run time */
620 .sof_tplg_filename = "sof-adl", /* the tplg suffix is added at run time */
627 .sof_tplg_filename = "sof-adl", /* the tplg suffix is added at run time */
[all …]
Dsoc-acpi-intel-rpl-match.c420 .sof_tplg_filename = "sof-rpl-max98357a-rt5682.tplg",
427 .sof_tplg_filename = "sof-rpl-rt5682-ssp1-hdmi-ssp02.tplg",
434 .sof_tplg_filename = "sof-rpl-es83x6-ssp1-hdmi-ssp02.tplg",
438 .drv_name = "sof-essx8336",
439 .sof_tplg_filename = "sof-rpl-es83x6", /* the tplg suffix is added at run time */
444 /* place boards for each headphone codec: sof driver will complete the
450 .sof_tplg_filename = "sof-rpl", /* the tplg suffix is added at run time */
457 .sof_tplg_filename = "sof-rpl", /* the tplg suffix is added at run time */
464 .sof_tplg_filename = "sof-rpl", /* the tplg suffix is added at run time */
471 .sof_tplg_filename = "sof-rpl", /* the tplg suffix is added at run time */
[all …]
Dsoc-acpi-intel-cht-match.c38 .sof_tplg_filename = "sof-cht-rt5645.tplg",
98 .sof_tplg_filename = "sof-cht-wm5102.tplg",
138 .sof_tplg_filename = "sof-cht-rt5670.tplg",
145 .sof_tplg_filename = "sof-cht-rt5645.tplg",
152 .sof_tplg_filename = "sof-cht-max98090.tplg",
159 .sof_tplg_filename = "sof-cht-nau8824.tplg",
166 .sof_tplg_filename = "sof-cht-da7213.tplg",
174 .sof_tplg_filename = "sof-cht-es8316.tplg",
183 .sof_tplg_filename = "sof-cht-rt5640.tplg",
188 .sof_tplg_filename = "sof-cht-rt5682.tplg",
[all …]
Dsoc-acpi-intel-mtl-match.c35 .sof_tplg_filename = "sof-mtl-es83x6-ssp1-hdmi-ssp02.tplg",
39 .drv_name = "sof-essx8336",
40 .sof_tplg_filename = "sof-mtl-es8336", /* the tplg suffix is added at run time */
45 /* place boards for each headphone codec: sof driver will complete the
51 .sof_tplg_filename = "sof-mtl", /* the tplg suffix is added at run time */
58 .sof_tplg_filename = "sof-mtl", /* the tplg suffix is added at run time */
65 .sof_tplg_filename = "sof-mtl", /* the tplg suffix is added at run time */
72 .sof_tplg_filename = "sof-mtl", /* the tplg suffix is added at run time */
79 .sof_tplg_filename = "sof-mtl", /* the tplg suffix is added at run time */
87 .sof_tplg_filename = "sof-mtl-hdmi-ssp02.tplg",
[all …]
Dsoc-acpi-intel-bxt-match.c59 .sof_tplg_filename = "sof-apl-rt298.tplg",
67 .sof_tplg_filename = "sof-apl-da7219.tplg",
72 .sof_tplg_filename = "sof-apl-pcm512x.tplg",
76 .drv_name = "sof-wm8804",
77 .sof_tplg_filename = "sof-apl-wm8804.tplg",
83 .sof_tplg_filename = "sof-apl-tdf8532.tplg",
87 .drv_name = "sof-essx8336",
88 .sof_tplg_filename = "sof-apl-es8336", /* the tplg suffix is added at run time */

12345678910>>...16