ALSA: aloop: Describe units of variables
[linux-2.6-block.git] / sound / drivers / aloop.c
index 54f8b17476a12cc1d5c0faeb5f0f45ae5c2e9ee4..573b06cf7cf56f081c62434835e863002212ea4c 100644 (file)
@@ -102,8 +102,10 @@ struct loopback_pcm {
        /* flags */
        unsigned int period_update_pending :1;
        /* timer stuff */
-       unsigned int irq_pos;           /* fractional IRQ position */
-       unsigned int period_size_frac;
+       unsigned int irq_pos;           /* fractional IRQ position in jiffies
+                                        * ticks
+                                        */
+       unsigned int period_size_frac;  /* period size in jiffies ticks */
        unsigned int last_drift;
        unsigned long last_jiffies;
        struct timer_list timer;