Home
last modified time | relevance | path

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

/linux-2.6.39/sound/oss/
Dsound_calls.h33 int audio_write (int dev, struct file *file, const char __user *buf, int count);
Dsoundcard.c193 ret = audio_write(dev, file, buf, count); in sound_write()
Daudio.c222 int audio_write(int dev, struct file *file, const char __user *buf, int count) in audio_write() function