Searched refs:audio_write (Results 1 – 3 of 3) sorted by relevance
33 int audio_write (int dev, struct file *file, const char __user *buf, int count);
193 ret = audio_write(dev, file, buf, count); in sound_write()
222 int audio_write(int dev, struct file *file, const char __user *buf, int count) in audio_write() function