Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dsound_calls.h32 int audio_read (int dev, struct file *file, char __user *buf, int count);
Dsoundcard.c161 ret = audio_read(dev, file, buf, count); in sound_read()
Daudio.c303 int audio_read(int dev, struct file *file, char __user *buf, int count) in audio_read() function