Changeset 777 for GPL/trunk/alsa-kernel/include/sound/soc-dpcm.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/soc-dpcm.h
r772 r777 59 59 SND_SOC_DPCM_TRIGGER_PRE = 0, 60 60 SND_SOC_DPCM_TRIGGER_POST, 61 SND_SOC_DPCM_TRIGGER_BESPOKE,62 61 }; 63 62 … … 115 114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be) 116 115 117 /* can this BE stop and free */118 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe,119 struct snd_soc_pcm_runtime *be, int stream);120 121 /* can this BE perform a hw_params() */122 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe,123 struct snd_soc_pcm_runtime *be, int stream);124 125 /* can this BE perform prepare */126 int snd_soc_dpcm_can_be_prepared(struct snd_soc_pcm_runtime *fe,127 struct snd_soc_pcm_runtime *be, int stream);128 129 /* is the current PCM operation for this FE ? */130 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream);131 132 /* is the current PCM operation for this BE ? */133 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe,134 struct snd_soc_pcm_runtime *be, int stream);135 116 136 117 /* get the substream for this BE */
Note:
See TracChangeset
for help on using the changeset viewer.