Go to the documentation of this file.
28 #ifndef __SOUND_PCM_INDIRECT2_H
29 #define __SOUND_PCM_INDIRECT2_H
35 #ifdef CONFIG_SND_DEBUG
36 #define SND_PCM_INDIRECT2_STAT
95 #ifdef SND_PCM_INDIRECT2_STAT
96 unsigned int zeros2hw;
97 unsigned int mul_elapsed;
98 unsigned int mul_elapsed_real;
99 unsigned long firstbytetime;
100 unsigned long lastbytetime;
101 unsigned long firstzerotime;
102 unsigned int byte_sizes[64];
103 unsigned int zero_sizes[64];
104 unsigned int min_adds[8];
105 unsigned int mul_adds[8];
106 unsigned int zero_times[3750];
107 unsigned int zero_times_saved;
108 unsigned int zero_times_notsaved;
109 unsigned int irq_occured;
110 unsigned int pointer_calls;
111 unsigned int lastdifftime;
121 #ifdef SND_PCM_INDIRECT2_STAT