Home
last modified time | relevance | path

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

/sound/oss/
Dmidibuf.c345 char *fixit; in MIDIbuf_read() local
347 fixit = (char *) &tmp_data; in MIDIbuf_read()
351 if (copy_to_user(&(buf)[c], fixit, 1)) { in MIDIbuf_read()
Daudio.c353 char *fixit = dmabuf; in audio_read() local
355 if(copy_to_user(&(buf)[p], fixit, l)) in audio_read()
Dsequencer.c114 char *fixit = (char *) &iqueue[iqhead * IEV_SZ]; in sequencer_read() local
116 if (copy_to_user(&(buf)[p], fixit, ev_len)) in sequencer_read()