Searched defs:snd_sof_dev (Results 1 – 1 of 1) sorted by relevance
362 struct snd_sof_dev { struct363 struct device *dev;364 spinlock_t ipc_lock; /* lock for IPC users */365 spinlock_t hw_lock; /* lock for HW IO access */371 struct snd_soc_component_driver plat_drv;374 wait_queue_head_t boot_wait;375 u32 boot_complete;376 u32 first_boot;379 struct work_struct probe_work;382 struct snd_sof_pdata *pdata;[all …]