Home
last modified time | relevance | path

Searched defs:snd_sof_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sof/
Dsof-priv.h356 struct snd_sof_dev { struct
357 struct device *dev;
358 spinlock_t ipc_lock; /* lock for IPC users */
359 spinlock_t hw_lock; /* lock for HW IO access */
365 struct snd_soc_component_driver plat_drv;
368 struct sof_dsp_power_state dsp_power_state;
371 enum sof_system_suspend_state system_suspend_target;
374 wait_queue_head_t boot_wait;
375 enum snd_sof_fw_state fw_state;
376 bool first_boot;
[all …]
/kernel/linux/linux-6.6/sound/soc/sof/
Dsof-priv.h530 struct snd_sof_dev { struct
531 struct device *dev;
532 spinlock_t ipc_lock; /* lock for IPC users */
533 spinlock_t hw_lock; /* lock for HW IO access */
543 bool dspless_mode_selected;
546 struct sof_firmware basefw;
552 struct snd_soc_component_driver plat_drv;
555 struct sof_dsp_power_state dsp_power_state;
557 struct mutex power_state_access;
560 enum sof_system_suspend_state system_suspend_target;
[all …]