tag
line
file
source code
audio_read
28
drivers/sound/sound_calls.h
int audio_read (int dev, struct fileinfo *file, char *buf, int count);
audio_read
338
drivers/sound/sound_switch.c
return audio_read (dev, file, buf, count);