Home | History | Annotate | Download | only in audio

Lines Matching refs:sw

388 static int alsa_write (SWVoiceOut *sw, void *buf, int len)
390 return audio_pcm_sw_write (sw, buf, len);
1175 static int alsa_read (SWVoiceIn *sw, void *buf, int size)
1177 return audio_pcm_sw_read (sw, buf, size);