Changeset 772 for GPL/trunk/alsa-kernel/include/sound/soc-dpcm.h
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/soc-dpcm.h
r695 r772 79 79 struct list_head list_fe; 80 80 81 /* hw params for this link - may be different for each link */82 struct snd_pcm_hw_params hw_params;83 81 #ifdef CONFIG_DEBUG_FS 84 82 struct dentry *debugfs_state; … … 94 92 95 93 int users; 96 struct snd_pcm_runtime *runtime;97 94 struct snd_pcm_hw_params hw_params; 98 95 … … 102 99 103 100 int trigger_pending; /* trigger cmd + 1 if pending, 0 if not */ 101 102 int be_start; /* refcount protected by BE stream pcm lock */ 103 int be_pause; /* refcount protected by BE stream pcm lock */ 104 bool fe_pause; /* used to track STOP after PAUSE */ 104 105 }; 105 106 … … 121 122 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe, 122 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); 123 128 124 129 /* is the current PCM operation for this FE ? */ … … 160 165 int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir, 161 166 int event); 167 bool dpcm_end_walk_at_be(struct snd_soc_dapm_widget *widget, enum snd_soc_dapm_direction dir); 168 int widget_in_list(struct snd_soc_dapm_widget_list *list, 169 struct snd_soc_dapm_widget *widget); 162 170 163 171 #define dpcm_be_dai_startup_rollback(fe, stream, last) \
Note:
See TracChangeset
for help on using the changeset viewer.