Searched refs:counts (Results 1 – 8 of 8) sorted by relevance
/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 105 int count, counts, pack; in usx2y_hwdep_urb_play_prepare() local 121 counts = shm->captured_iso[shm->playback_iso_head].length / usx2y->stride; in usx2y_hwdep_urb_play_prepare() 122 if (counts < 43 || counts > 50) { in usx2y_hwdep_urb_play_prepare() 123 snd_printk(KERN_ERR "should not be here with counts=%i\n", counts); in usx2y_hwdep_urb_play_prepare() 134 count += counts; in usx2y_hwdep_urb_play_prepare()
|
D | usbusx2yaudio.c | 123 int count, counts, pack, len; in usx2y_urb_play_prepare() local 128 counts = cap_urb->iso_frame_desc[pack].actual_length / usx2y->stride; in usx2y_urb_play_prepare() 129 count += counts; in usx2y_urb_play_prepare() 130 if (counts < 43 || counts > 50) { in usx2y_urb_play_prepare() 131 snd_printk(KERN_ERR "should not be here with counts=%i\n", counts); in usx2y_urb_play_prepare()
|
/sound/usb/ |
D | pcm.c | 1467 int counts; in prepare_playback_urb() local 1496 counts = snd_usb_endpoint_next_packet_size(ep, ctx, i, avail); in prepare_playback_urb() 1497 if (counts < 0) in prepare_playback_urb() 1501 urb->iso_frame_desc[i].length = counts * stride; in prepare_playback_urb() 1502 frames += counts; in prepare_playback_urb() 1503 avail -= counts; in prepare_playback_urb() 1505 transfer_done += counts; in prepare_playback_urb() 1515 counts -= transfer_done; in prepare_playback_urb() 1517 counts * stride; in prepare_playback_urb()
|
D | endpoint.c | 297 int counts; in prepare_silent_urb() local 299 counts = snd_usb_endpoint_next_packet_size(ep, ctx, i, 0); in prepare_silent_urb() 300 length = counts * ep->stride; /* number of silent bytes */ in prepare_silent_urb() 311 offs += counts; in prepare_silent_urb()
|
/sound/pci/ice1712/ |
D | phase.c | 899 unsigned int i, counts; in phase28_add_controls() local 902 counts = ARRAY_SIZE(phase28_dac_controls); in phase28_add_controls() 903 for (i = 0; i < counts; i++) { in phase28_add_controls()
|
D | aureon.c | 1857 unsigned int i, counts; in aureon_add_controls() local 1860 counts = ARRAY_SIZE(aureon_dac_controls); in aureon_add_controls() 1862 counts -= 2; /* no side */ in aureon_add_controls() 1863 for (i = 0; i < counts; i++) { in aureon_add_controls()
|
/sound/drivers/ |
D | mtpav.c | 234 int counts = 10000; in snd_mtpav_wait_rfdhi() local 238 while (!(sbyte & SIGS_RFD) && counts--) { in snd_mtpav_wait_rfdhi()
|
/sound/pci/vx222/ |
D | vx222_ops.c | 324 static int put_xilinx_data(struct vx_core *chip, unsigned int port, unsigned int counts, unsigned c… in put_xilinx_data() argument 328 for (i = 0; i < counts; i++) { in put_xilinx_data()
|