|
@@ -1543,7 +1543,9 @@ send_packet:
|
|
static u32 samplecount;
|
|
static u32 samplecount;
|
|
struct timer_list dsp_spl_tl;
|
|
struct timer_list dsp_spl_tl;
|
|
u32 dsp_spl_jiffies; /* calculate the next time to fire */
|
|
u32 dsp_spl_jiffies; /* calculate the next time to fire */
|
|
|
|
+#ifdef UNUSED
|
|
static u32 dsp_start_jiffies; /* jiffies at the time, the calculation begins */
|
|
static u32 dsp_start_jiffies; /* jiffies at the time, the calculation begins */
|
|
|
|
+#endif /* UNUSED */
|
|
static struct timeval dsp_start_tv; /* time at start of calculation */
|
|
static struct timeval dsp_start_tv; /* time at start of calculation */
|
|
|
|
|
|
void
|
|
void
|