Home | History | Annotate | Download | only in audio

Lines Matching refs:bytes

905             dolog ("Could not allocate soft capture voice (%zu bytes)\n",
1185 int bytes;
1198 bytes = sw->hw->pcm_ops->write (sw, buf, size);
1200 return bytes;
1205 int bytes;
1218 bytes = sw->hw->pcm_ops->read (sw, buf, size);
1220 return bytes;
1385 int bytes = to_write << hw->info.shift;
1389 written = audio_pcm_sw_write (sw, NULL, bytes);
1390 if (written - bytes) {
1391 dolog ("Could not mix %d bytes into a capture "
1393 bytes, written);
2090 "(%d samples, each %d bytes)\n",