Merge tag 'staging-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[platform/kernel/linux-starfive.git] / sound / usb / card.h
index ca75f22..4006155 100644 (file)
@@ -129,7 +129,8 @@ struct snd_usb_endpoint {
                                           in a stream */
        bool implicit_fb_sync;          /* syncs with implicit feedback */
        bool lowlatency_playback;       /* low-latency playback mode */
-       bool need_setup;                /* (re-)need for configure? */
+       bool need_setup;                /* (re-)need for hw_params? */
+       bool need_prepare;              /* (re-)need for prepare? */
 
        /* for hw constraints */
        const struct audioformat *cur_audiofmt;