hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/include/sound/soc-dpcm.h
....@@ -121,6 +121,10 @@
121121 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe,
122122 struct snd_soc_pcm_runtime *be, int stream);
123123
124
+/* can this BE perform prepare */
125
+int snd_soc_dpcm_can_be_prepared(struct snd_soc_pcm_runtime *fe,
126
+ struct snd_soc_pcm_runtime *be, int stream);
127
+
124128 /* is the current PCM operation for this FE ? */
125129 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream);
126130