Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 7 of 7) sorted by relevance

/sound/isa/galaxy/
Dgalaxy.c89 int loops = 1000; in dsp_get_byte() local
92 if (!loops--) in dsp_get_byte()
116 int loops = 1000; in dsp_command() local
119 if (!loops--) in dsp_command()
/sound/core/
Dinit.c572 int len, loops; in snd_card_set_id_no_lock() local
589 for (loops = 0; loops < SNDRV_CARDS; loops++) { in snd_card_set_id_no_lock()
598 sprintf(sfxstr, "_%X", loops + 1); in snd_card_set_id_no_lock()
/sound/soc/samsung/
Ds3c-i2s-v2.c227 unsigned long loops = msecs_to_loops(5); in s3c2412_snd_lrsync() local
231 while (--loops) { in s3c2412_snd_lrsync()
239 if (!loops) { in s3c2412_snd_lrsync()
/sound/pci/
Dsis7019.c764 u16 loops = vperiod / period_size; in sis_prepare_timing_voice() local
767 tail += loops - 1; in sis_prepare_timing_voice()
768 tail /= loops; in sis_prepare_timing_voice()
/sound/pci/ymfpci/
Dymfpci_main.c785 int loops = 4; in snd_ymfpci_irq_wait() local
787 while (loops-- > 0) { in snd_ymfpci_irq_wait()
/sound/pci/asihpi/
Dasihpi.c767 int loops = 0; in snd_card_asihpi_timer_function() local
848 loops++; in snd_card_asihpi_timer_function()
/sound/pci/rme9652/
Dhdsp.c692 static int hdsp_wait_for_iobox(struct hdsp *hdsp, unsigned int loops, in hdsp_wait_for_iobox() argument
700 for (i = 0; i != loops; ++i) { in hdsp_wait_for_iobox()