patch-2.1.129 linux/drivers/sbus/audio/cs4231.h

Next file: linux/drivers/sbus/audio/dbri.c
Previous file: linux/drivers/sbus/audio/cs4231.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.128/linux/drivers/sbus/audio/cs4231.h linux/drivers/sbus/audio/cs4231.h
@@ -48,11 +48,14 @@
   /* Current buffer that the driver is playing. */
   volatile __u8 * output_ptr;
   volatile unsigned long output_size;
-  volatile __u32 * output_dma_handle, output_next_dma_handle;
+  volatile __u32 * output_dma_handle, * output_next_dma_handle;
+  volatile unsigned long output_dma_size, output_next_dma_size;
 
   /* Current record buffer. */
   volatile __u8 * input_ptr;
   volatile unsigned long input_size;
+  volatile __u32 * input_dma_handle, * input_next_dma_handle;
+  volatile unsigned long input_dma_size, input_next_dma_size;
 
   /* Number of buffers in the pipe. */
   volatile unsigned long playing_count;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov