Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / include / sound / rawmidi.h
index 334842d..989e151 100644 (file)
@@ -81,6 +81,8 @@ struct snd_rawmidi_substream {
        bool opened;                    /* open flag */
        bool append;                    /* append flag (merge more streams) */
        bool active_sensing;            /* send active sensing when close */
+       unsigned int framing;           /* whether to frame input data */
+       unsigned int clock_type;        /* clock source to use for input framing */
        int use_count;                  /* use counter (for output) */
        size_t bytes;
        struct snd_rawmidi *rmidi;