]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/blackfin/include/asm/bfin_sport.h
blackfin: bf537-stamp: update board file for platform bfin_sport device
[karo-tx-linux.git] / arch / blackfin / include / asm / bfin_sport.h
index 0afcfbd54a821b963af673a5894f18b1f6cb1bbd..f8907ea6b5b66d3a72e9abd30a028b49299789f7 100644 (file)
@@ -24,6 +24,7 @@
 struct sport_config {
        /* TDM (multichannels), I2S or other mode */
        unsigned int mode:3;
+       unsigned int polled;    /* use poll instead of irq when set */
 
        /* if TDM mode is selected, channels must be set */
        int channels;   /* Must be in 8 units */