We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72457b3 commit 2b4e275Copy full SHA for 2b4e275
sound/pci/asihpi/asihpi.c
@@ -725,7 +725,6 @@ static void snd_card_asihpi_timer_function(struct timer_list *t)
725
unsigned int pcm_buf_dma_ofs, min_buf_pos = 0;
726
unsigned int remdata, xfercount, next_jiffies;
727
int first = 1;
728
- int loops = 0;
729
u16 state;
730
u32 buffer_size, bytes_avail, samples_played, on_card_bytes;
731
char name[16];
@@ -806,7 +805,6 @@ static void snd_card_asihpi_timer_function(struct timer_list *t)
806
805
(unsigned long)frames_to_bytes(runtime,
807
runtime->control->appl_ptr)
808
);
809
- loops++;
810
}
811
pcm_buf_dma_ofs = min_buf_pos;
812
0 commit comments