Searched defs:snd_soc_dpcm_runtime (Results 1 – 2 of 2) sorted by relevance
89 struct snd_soc_dpcm_runtime { struct90 struct list_head be_clients;91 struct list_head fe_clients;93 int users;94 struct snd_pcm_hw_params hw_params;97 enum snd_soc_dpcm_update runtime_update;98 enum snd_soc_dpcm_state state;100 int trigger_pending; /* trigger cmd + 1 if pending, 0 if not */102 int be_start; /* refcount protected by BE stream pcm lock */103 int be_pause; /* refcount protected by BE stream pcm lock */[all …]
91 struct snd_soc_dpcm_runtime { struct92 struct list_head be_clients;93 struct list_head fe_clients;95 int users;96 struct snd_pcm_runtime *runtime;97 struct snd_pcm_hw_params hw_params;100 enum snd_soc_dpcm_update runtime_update;101 enum snd_soc_dpcm_state state;103 int trigger_pending; /* trigger cmd + 1 if pending, 0 if not */