forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/sound/usb/pcm.h
....@@ -13,6 +13,8 @@
1313 struct usb_host_interface *alts,
1414 struct audioformat *fmt);
1515 void snd_usb_preallocate_buffer(struct snd_usb_substream *subs);
16
+
1617 int snd_usb_enable_audio_stream(struct snd_usb_substream *subs,
17
- int datainterval, bool enable);
18
+ int datainterval, bool enable);
19
+
1820 #endif /* __USBAUDIO_PCM_H */