Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/oss/
Dio.c28 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) macro
47 return pcm_write(plugin->plug, src_channels->area.addr, frames); in io_playback_transfer()