/linux-6.6.21/sound/soc/sof/intel/ |
D | hda.h | 539 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() 546 static inline struct hda_bus *sof_to_hbus(struct snd_sof_dev *s) in sof_to_hbus() 554 struct snd_sof_dev *sdev; 576 int hda_dsp_probe(struct snd_sof_dev *sdev); 577 int hda_dsp_remove(struct snd_sof_dev *sdev); 578 int hda_dsp_core_power_up(struct snd_sof_dev *sdev, unsigned int core_mask); 579 int hda_dsp_core_run(struct snd_sof_dev *sdev, unsigned int core_mask); 580 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask); 581 int hda_dsp_core_reset_power_down(struct snd_sof_dev *sdev, 583 int hda_power_down_dsp(struct snd_sof_dev *sdev); [all …]
|
D | mtl.h | 84 bool mtl_dsp_check_ipc_irq(struct snd_sof_dev *sdev); 85 int mtl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg); 87 void mtl_enable_ipc_interrupts(struct snd_sof_dev *sdev); 88 void mtl_disable_ipc_interrupts(struct snd_sof_dev *sdev); 90 int mtl_enable_interrupts(struct snd_sof_dev *sdev, bool enable); 92 int mtl_dsp_pre_fw_run(struct snd_sof_dev *sdev); 93 int mtl_dsp_post_fw_run(struct snd_sof_dev *sdev); 94 void mtl_dsp_dump(struct snd_sof_dev *sdev, u32 flags); 96 int mtl_power_down_dsp(struct snd_sof_dev *sdev); 97 int mtl_dsp_cl_init(struct snd_sof_dev *sdev, int stream_tag, bool imr_boot); [all …]
|
D | atom.h | 60 int atom_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg); 61 int atom_get_mailbox_offset(struct snd_sof_dev *sdev); 62 int atom_get_window_offset(struct snd_sof_dev *sdev, u32 id); 64 int atom_run(struct snd_sof_dev *sdev); 65 int atom_reset(struct snd_sof_dev *sdev); 66 void atom_dump(struct snd_sof_dev *sdev, u32 flags); 68 struct snd_soc_acpi_mach *atom_machine_select(struct snd_sof_dev *sdev); 70 struct snd_sof_dev *sdev);
|
D | hda-dsp.c | 39 static int hda_dsp_core_reset_enter(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_enter() 78 static int hda_dsp_core_reset_leave(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_leave() 118 int hda_dsp_core_stall_reset(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_stall_reset() 130 bool hda_dsp_core_is_enabled(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_is_enabled() 155 int hda_dsp_core_run(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_run() 186 int hda_dsp_core_power_up(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_up() 233 static int hda_dsp_core_power_down(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_down() 256 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_enable_core() 280 int hda_dsp_core_reset_power_down(struct snd_sof_dev *sdev, in hda_dsp_core_reset_power_down() 320 void hda_dsp_ipc_int_enable(struct snd_sof_dev *sdev) in hda_dsp_ipc_int_enable() [all …]
|
D | atom.c | 28 static void atom_host_done(struct snd_sof_dev *sdev); 29 static void atom_dsp_done(struct snd_sof_dev *sdev); 35 static void atom_get_registers(struct snd_sof_dev *sdev, in atom_get_registers() 61 void atom_dump(struct snd_sof_dev *sdev, u32 flags) in atom_dump() 105 struct snd_sof_dev *sdev = context; in atom_irq_handler() 138 struct snd_sof_dev *sdev = context; in atom_irq_thread() 181 int atom_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in atom_send_msg() 196 int atom_get_mailbox_offset(struct snd_sof_dev *sdev) in atom_get_mailbox_offset() 202 int atom_get_window_offset(struct snd_sof_dev *sdev, u32 id) in atom_get_window_offset() 208 static void atom_host_done(struct snd_sof_dev *sdev) in atom_host_done() [all …]
|
D | hda-codec.c | 76 void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev, bool enable) in hda_codec_jack_wake_enable() 98 void hda_codec_jack_check(struct snd_sof_dev *sdev) in hda_codec_jack_check() 140 static int hda_codec_probe(struct snd_sof_dev *sdev, int address) in hda_codec_probe() 207 void hda_codec_probe_bus(struct snd_sof_dev *sdev) in hda_codec_probe_bus() 232 void hda_codec_check_for_state_change(struct snd_sof_dev *sdev) in hda_codec_check_for_state_change() 245 void hda_codec_detect_mask(struct snd_sof_dev *sdev) in hda_codec_detect_mask() 270 void hda_codec_init_cmd_io(struct snd_sof_dev *sdev) in hda_codec_init_cmd_io() 283 void hda_codec_resume_cmd_io(struct snd_sof_dev *sdev) in hda_codec_resume_cmd_io() 297 void hda_codec_stop_cmd_io(struct snd_sof_dev *sdev) in hda_codec_stop_cmd_io() 310 void hda_codec_suspend_cmd_io(struct snd_sof_dev *sdev) in hda_codec_suspend_cmd_io() [all …]
|
D | mtl.c | 28 static void mtl_ipc_host_done(struct snd_sof_dev *sdev) in mtl_ipc_host_done() 43 static void mtl_ipc_dsp_done(struct snd_sof_dev *sdev) in mtl_ipc_dsp_done() 58 bool mtl_dsp_check_ipc_irq(struct snd_sof_dev *sdev) in mtl_dsp_check_ipc_irq() 79 static bool mtl_dsp_check_sdw_irq(struct snd_sof_dev *sdev) in mtl_dsp_check_sdw_irq() 94 int mtl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in mtl_ipc_send_msg() 121 void mtl_enable_ipc_interrupts(struct snd_sof_dev *sdev) in mtl_enable_ipc_interrupts() 135 void mtl_disable_ipc_interrupts(struct snd_sof_dev *sdev) in mtl_disable_ipc_interrupts() 148 static void mtl_enable_sdw_irq(struct snd_sof_dev *sdev, bool enable) in mtl_enable_sdw_irq() 176 int mtl_enable_interrupts(struct snd_sof_dev *sdev, bool enable) in mtl_enable_interrupts() 233 int mtl_dsp_pre_fw_run(struct snd_sof_dev *sdev) in mtl_dsp_pre_fw_run() [all …]
|
D | hda-dai-ops.c | 49 struct snd_sof_dev *sdev; in hda_link_stream_assign() 117 static struct hdac_ext_stream *hda_get_hext_stream(struct snd_sof_dev *sdev, in hda_get_hext_stream() 124 static struct hdac_ext_stream *hda_ipc4_get_hext_stream(struct snd_sof_dev *sdev, in hda_ipc4_get_hext_stream() 144 static struct hdac_ext_stream *hda_assign_hext_stream(struct snd_sof_dev *sdev, in hda_assign_hext_stream() 167 static void hda_release_hext_stream(struct snd_sof_dev *sdev, struct snd_soc_dai *cpu_dai, in hda_release_hext_stream() 181 static void hda_setup_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream, in hda_setup_hext_stream() 187 static void hda_reset_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream) in hda_reset_hext_stream() 192 static void hda_codec_dai_set_stream(struct snd_sof_dev *sdev, in hda_codec_dai_set_stream() 203 static unsigned int hda_calc_stream_format(struct snd_sof_dev *sdev, in hda_calc_stream_format() 226 static struct hdac_ext_link *hda_get_hlink(struct snd_sof_dev *sdev, in hda_get_hlink() [all …]
|
D | hda.c | 48 static u32 hda_get_interface_mask(struct snd_sof_dev *sdev) in hda_get_interface_mask() 143 void hda_common_enable_sdw_irq(struct snd_sof_dev *sdev, bool enable) in hda_common_enable_sdw_irq() 157 void hda_sdw_int_enable(struct snd_sof_dev *sdev, bool enable) in hda_sdw_int_enable() 170 static int hda_sdw_acpi_scan(struct snd_sof_dev *sdev) in hda_sdw_acpi_scan() 192 static int hda_sdw_probe(struct snd_sof_dev *sdev) in hda_sdw_probe() 261 int hda_sdw_check_lcount_common(struct snd_sof_dev *sdev) in hda_sdw_check_lcount_common() 284 int hda_sdw_check_lcount_ext(struct snd_sof_dev *sdev) in hda_sdw_check_lcount_ext() 309 static int hda_sdw_check_lcount(struct snd_sof_dev *sdev) in hda_sdw_check_lcount() 320 int hda_sdw_startup(struct snd_sof_dev *sdev) in hda_sdw_startup() 341 static int hda_sdw_exit(struct snd_sof_dev *sdev) in hda_sdw_exit() [all …]
|
/linux-6.6.21/sound/soc/sof/ |
D | sof-priv.h | 125 struct snd_sof_dev; 168 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */ 169 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */ 170 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */ 173 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */ 174 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */ 175 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */ 176 int (*core_get)(struct snd_sof_dev *sof_dev, int core); /* optional */ 177 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */ 184 void (*write8)(struct snd_sof_dev *sof_dev, void __iomem *addr, [all …]
|
D | ops.h | 24 static inline int sof_ops_init(struct snd_sof_dev *sdev) in sof_ops_init() 32 static inline void sof_ops_free(struct snd_sof_dev *sdev) in sof_ops_free() 41 static inline int snd_sof_probe(struct snd_sof_dev *sdev) in snd_sof_probe() 46 static inline int snd_sof_remove(struct snd_sof_dev *sdev) in snd_sof_remove() 54 static inline int snd_sof_shutdown(struct snd_sof_dev *sdev) in snd_sof_shutdown() 68 static inline int snd_sof_dsp_run(struct snd_sof_dev *sdev) in snd_sof_dsp_run() 73 static inline int snd_sof_dsp_stall(struct snd_sof_dev *sdev, unsigned int core_mask) in snd_sof_dsp_stall() 81 static inline int snd_sof_dsp_reset(struct snd_sof_dev *sdev) in snd_sof_dsp_reset() 90 static inline int snd_sof_dsp_core_get(struct snd_sof_dev *sdev, int core) in snd_sof_dsp_core_get() 124 static inline int snd_sof_dsp_core_put(struct snd_sof_dev *sdev, int core) in snd_sof_dsp_core_put() [all …]
|
D | sof-audio.h | 125 int (*pcm_setup)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); 126 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); 153 void (*update)(struct snd_sof_dev *sdev, void *ipc_control_message); 155 int (*widget_kcontrol_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); 213 int (*route_setup)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute); 214 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute); 216 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); 217 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); 218 int (*pipeline_complete)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); 219 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); [all …]
|
D | sof-client.c | 73 static int sof_register_ipc_flood_test(struct snd_sof_dev *sdev) in sof_register_ipc_flood_test() 95 static void sof_unregister_ipc_flood_test(struct snd_sof_dev *sdev) in sof_unregister_ipc_flood_test() 103 static inline int sof_register_ipc_flood_test(struct snd_sof_dev *sdev) in sof_register_ipc_flood_test() 108 static inline void sof_unregister_ipc_flood_test(struct snd_sof_dev *sdev) {} in sof_unregister_ipc_flood_test() 112 static int sof_register_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_register_ipc_msg_injector() 117 static void sof_unregister_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_unregister_ipc_msg_injector() 122 static inline int sof_register_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_register_ipc_msg_injector() 127 static inline void sof_unregister_ipc_msg_injector(struct snd_sof_dev *sdev) {} in sof_unregister_ipc_msg_injector() 131 static int sof_register_ipc_kernel_injector(struct snd_sof_dev *sdev) in sof_register_ipc_kernel_injector() 140 static void sof_unregister_ipc_kernel_injector(struct snd_sof_dev *sdev) in sof_unregister_ipc_kernel_injector() [all …]
|
D | ipc3-priv.h | 22 int sof_ipc3_get_ext_windows(struct snd_sof_dev *sdev, 24 int sof_ipc3_get_cc_info(struct snd_sof_dev *sdev, 26 int sof_ipc3_validate_fw_version(struct snd_sof_dev *sdev); 29 int ipc3_dtrace_posn_update(struct snd_sof_dev *sdev, 32 void sof_ipc3_do_rx_work(struct snd_sof_dev *sdev, struct sof_ipc_cmd_hdr *hdr, void *msg_buf); 35 static inline int sof_dtrace_host_init(struct snd_sof_dev *sdev, in sof_dtrace_host_init() 47 static inline int sof_dtrace_host_release(struct snd_sof_dev *sdev) in sof_dtrace_host_release() 57 static inline int sof_dtrace_host_trigger(struct snd_sof_dev *sdev, int cmd) in sof_dtrace_host_trigger()
|
D | ipc4-priv.h | 85 int (*load_library)(struct snd_sof_dev *sdev, 110 int sof_ipc4_set_pipeline_state(struct snd_sof_dev *sdev, u32 id, u32 state); 111 int sof_ipc4_mtrace_update_pos(struct snd_sof_dev *sdev, int core); 113 int sof_ipc4_query_fw_configuration(struct snd_sof_dev *sdev); 114 int sof_ipc4_reload_fw_libraries(struct snd_sof_dev *sdev); 115 struct sof_ipc4_fw_module *sof_ipc4_find_module_by_uuid(struct snd_sof_dev *sdev, 119 void sof_ipc4_update_cpc_from_manifest(struct snd_sof_dev *sdev,
|
D | iomem-utils.c | 26 void sof_io_write(struct snd_sof_dev *sdev, void __iomem *addr, u32 value) in sof_io_write() 32 u32 sof_io_read(struct snd_sof_dev *sdev, void __iomem *addr) in sof_io_read() 38 void sof_io_write64(struct snd_sof_dev *sdev, void __iomem *addr, u64 value) in sof_io_write64() 44 u64 sof_io_read64(struct snd_sof_dev *sdev, void __iomem *addr) in sof_io_read64() 54 void sof_mailbox_write(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_write() 63 void sof_mailbox_read(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_read() 76 int sof_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_write() 115 int sof_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_read()
|
D | ops.c | 15 bool snd_sof_pci_update_bits_unlocked(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits_unlocked() 38 bool snd_sof_pci_update_bits(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits() 51 bool snd_sof_dsp_update_bits_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_unlocked() 71 bool snd_sof_dsp_update_bits64_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits64_unlocked() 90 bool snd_sof_dsp_update_bits(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits() 104 bool snd_sof_dsp_update_bits64(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits64() 119 void snd_sof_dsp_update_bits_forced_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_forced_unlocked() 134 void snd_sof_dsp_update_bits_forced(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_forced() 151 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset, bool non_recoverable) in snd_sof_dsp_panic()
|
D | trace.c | 7 int sof_fw_trace_init(struct snd_sof_dev *sdev) in sof_fw_trace_init() 21 void sof_fw_trace_free(struct snd_sof_dev *sdev) in sof_fw_trace_free() 30 void sof_fw_trace_fw_crashed(struct snd_sof_dev *sdev) in sof_fw_trace_fw_crashed() 39 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) in sof_fw_trace_suspend() 47 int sof_fw_trace_resume(struct snd_sof_dev *sdev) in sof_fw_trace_resume()
|
/linux-6.6.21/sound/soc/sof/amd/ |
D | acp.h | 160 struct snd_sof_dev *sdev; 189 struct snd_sof_dev *dev; 211 void memcpy_to_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *src, size_t bytes); 212 void memcpy_from_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *dst, size_t bytes); 222 int amd_sof_acp_probe(struct snd_sof_dev *sdev); 223 int amd_sof_acp_remove(struct snd_sof_dev *sdev); 226 int acp_sof_dsp_run(struct snd_sof_dev *sdev); 227 int acp_dsp_pre_fw_run(struct snd_sof_dev *sdev); 228 int acp_sof_load_signed_firmware(struct snd_sof_dev *sdev); 229 int acp_get_bar_index(struct snd_sof_dev *sdev, u32 type); [all …]
|
D | acp-ipc.c | 18 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_write() 24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_read() 32 struct snd_sof_dev *sdev = adata->dev; in acpbus_trigger_host_to_dsp_swintr() 43 static void acp_ipc_host_msg_set(struct snd_sof_dev *sdev) in acp_ipc_host_msg_set() 51 static void acp_dsp_ipc_host_done(struct snd_sof_dev *sdev) in acp_dsp_ipc_host_done() 59 static void acp_dsp_ipc_dsp_done(struct snd_sof_dev *sdev) in acp_dsp_ipc_dsp_done() 67 int acp_sof_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in acp_sof_ipc_send_msg() 96 static void acp_dsp_ipc_get_reply(struct snd_sof_dev *sdev) in acp_dsp_ipc_get_reply() 157 struct snd_sof_dev *sdev = context; in acp_sof_ipc_irq_thread() 240 int acp_sof_ipc_msg_data(struct snd_sof_dev *sdev, struct snd_sof_pcm_stream *sps, in acp_sof_ipc_msg_data() [all …]
|
D | acp.c | 63 struct snd_sof_dev *sdev = adata->dev; in init_dma_descriptor() 77 struct snd_sof_dev *sdev = adata->dev; in configure_dma_descriptor() 92 struct snd_sof_dev *sdev = adata->dev; in config_dma_channel() 122 struct snd_sof_dev *sdev = adata->dev; in acpbus_dma_start() 142 struct snd_sof_dev *sdev = adata->dev; in configure_and_run_dma() 174 struct snd_sof_dev *sdev = adata->dev; in psp_mbox_ready() 199 struct snd_sof_dev *sdev = adata->dev; in psp_send_cmd() 235 struct snd_sof_dev *sdev = adata->dev; in configure_and_run_sha_dma() 294 struct snd_sof_dev *sdev = adata->dev; in acp_dma_status() 310 void memcpy_from_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *dst, size_t bytes) in memcpy_from_scratch() [all …]
|
/linux-6.6.21/sound/soc/sof/imx/ |
D | imx-common.h | 11 void imx8_get_registers(struct snd_sof_dev *sdev, 16 void imx8_dump(struct snd_sof_dev *sdev, u32 flags); 23 int imx8_parse_clocks(struct snd_sof_dev *sdev, struct imx_clocks *clks); 24 int imx8_enable_clocks(struct snd_sof_dev *sdev, struct imx_clocks *clks); 25 void imx8_disable_clocks(struct snd_sof_dev *sdev, struct imx_clocks *clks);
|
D | imx8m.c | 51 struct snd_sof_dev *sdev; 63 static int imx8m_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8m_get_mailbox_offset() 68 static int imx8m_get_window_offset(struct snd_sof_dev *sdev, u32 id) in imx8m_get_window_offset() 103 static int imx8m_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8m_send_msg() 117 static int imx8m_run(struct snd_sof_dev *sdev) in imx8m_run() 126 static int imx8m_reset(struct snd_sof_dev *sdev) in imx8m_reset() 150 static int imx8m_probe(struct snd_sof_dev *sdev) in imx8m_probe() 272 static int imx8m_remove(struct snd_sof_dev *sdev) in imx8m_remove() 283 static int imx8m_get_bar_index(struct snd_sof_dev *sdev, u32 type) in imx8m_get_bar_index() 320 static int imx8m_dsp_set_power_state(struct snd_sof_dev *sdev, in imx8m_dsp_set_power_state() [all …]
|
D | imx8ulp.c | 52 struct snd_sof_dev *sdev; 74 static int imx8ulp_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8ulp_get_mailbox_offset() 79 static int imx8ulp_get_window_offset(struct snd_sof_dev *sdev, u32 id) in imx8ulp_get_window_offset() 116 static int imx8ulp_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8ulp_send_msg() 127 static int imx8ulp_run(struct snd_sof_dev *sdev) in imx8ulp_run() 136 static int imx8ulp_reset(struct snd_sof_dev *sdev) in imx8ulp_reset() 162 static int imx8ulp_probe(struct snd_sof_dev *sdev) in imx8ulp_probe() 281 static int imx8ulp_remove(struct snd_sof_dev *sdev) in imx8ulp_remove() 292 static int imx8ulp_get_bar_index(struct snd_sof_dev *sdev, u32 type) in imx8ulp_get_bar_index() 297 static int imx8ulp_suspend(struct snd_sof_dev *sdev) in imx8ulp_suspend() [all …]
|
/linux-6.6.21/sound/soc/sof/mediatek/mt8186/ |
D | mt8186-clk.h | 12 struct snd_sof_dev; 21 int mt8186_adsp_init_clock(struct snd_sof_dev *sdev); 22 int mt8186_adsp_clock_on(struct snd_sof_dev *sdev); 23 void mt8186_adsp_clock_off(struct snd_sof_dev *sdev);
|