| tag | line | file | source code |
|---|---|---|---|
| sound_write_sw | 110 | drivers/sound/sound_calls.h | int sound_write_sw (int dev, struct fileinfo *file, snd_rw_buf *buf, int count); |
| sound_write_sw | 79 | drivers/sound/soundcard.c | return sound_write_sw (dev, &files[dev], buf, count); |