commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / sound / core / oss / pcm_plugin.h
index 48b63a5..e010af4 100644 (file)
@@ -106,6 +106,7 @@ typedef struct _snd_pcm_channel_area {
 typedef struct _snd_pcm_plugin_channel {
        void *aptr;                     /* pointer to the allocated area */
        snd_pcm_channel_area_t area;
+       snd_pcm_uframes_t frames;       /* allocated frames */
        unsigned int enabled:1;         /* channel need to be processed */
        unsigned int wanted:1;          /* channel is wanted */
 } snd_pcm_plugin_channel_t;