hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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