hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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