Home
last modified time | relevance | path

Searched refs:snd_pcm_oss_write3 (Results 1 – 3 of 3) 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)
Dpcm_plugin.h144 snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream,
Dpcm_oss.c1235 snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_… in snd_pcm_oss_write3() function
1393 frames1 = snd_pcm_oss_write3(substream, buf, frames, in_kernel); in snd_pcm_oss_write2()