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