]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/arm/aaci.h
fb: Reduce priority of resource conflict message
[karo-tx-linux.git] / sound / arm / aaci.h
index 6a4a2eebdda1c46955215b434022699e4819556e..5791bd5bd2ab02a13730a0ef901ab709f0bb8307 100644 (file)
@@ -210,6 +210,8 @@ struct aaci_runtime {
        u32                     cr;
        struct snd_pcm_substream        *substream;
 
+       unsigned int            period; /* byte size of a "period" */
+
        /*
         * PIO support
         */
@@ -217,15 +219,16 @@ struct aaci_runtime {
        void                    *end;
        void                    *ptr;
        int                     bytes;
-       unsigned int            period;
-       unsigned int            fifosz;
+       unsigned int            fifo_bytes;
 };
 
 struct aaci {
        struct amba_device      *dev;
        struct snd_card         *card;
        void                    __iomem *base;
-       unsigned int            fifosize;
+       unsigned int            fifo_depth;
+       unsigned int            users;
+       struct mutex            irq_lock;
 
        /* AC'97 */
        struct mutex            ac97_sem;