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

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

Completed in 177 milliseconds