Merge tag 'meminit-v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[linux-2.6-microblaze.git] / sound / usb / card.h
index 79fa2a1..2991b99 100644 (file)
@@ -109,6 +109,8 @@ struct snd_usb_endpoint {
        struct list_head list;
 };
 
+struct media_ctl;
+
 struct snd_usb_substream {
        struct snd_usb_stream *stream;
        struct usb_device *dev;
@@ -161,6 +163,7 @@ struct snd_usb_substream {
        } dsd_dop;
 
        bool trigger_tstamp_pending_update; /* trigger timestamp being updated from initial estimate */
+       struct media_ctl *media_ctl;
 };
 
 struct snd_usb_stream {