]> Pileus Git - ~andy/linux/blobdiff - sound/drivers/pcsp/pcsp.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
[~andy/linux] / sound / drivers / pcsp / pcsp.h
index 70533a333b5b272cd4aab4cd4257aaacae634423..cdef2664218ff7c27582d49d0a987bcc2f65d030 100644 (file)
@@ -62,6 +62,8 @@ struct snd_pcsp {
        unsigned short port, irq, dma;
        spinlock_t substream_lock;
        struct snd_pcm_substream *playback_substream;
+       unsigned int fmt_size;
+       unsigned int is_signed;
        size_t playback_ptr;
        size_t period_ptr;
        atomic_t timer_active;