Searched refs:channel_buf (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/pci/rme9652/
H A Drme9652.c1850 signed char *channel_buf; local
1855 channel_buf = rme9652_channel_buffer_location (rme9652,
1858 if (snd_BUG_ON(!channel_buf))
1860 if (copy_from_iter(channel_buf + pos, count, src) != count)
1870 signed char *channel_buf; local
1875 channel_buf = rme9652_channel_buffer_location (rme9652,
1878 if (snd_BUG_ON(!channel_buf))
1880 if (copy_to_iter(channel_buf + pos, count, dst) != count)
1890 signed char *channel_buf; local
1892 channel_buf
[all...]
H A Dhdsp.c3967 signed char *channel_buf; local
3972 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3973 if (snd_BUG_ON(!channel_buf))
3975 if (copy_from_iter(channel_buf + pos, count, src) != count)
3985 signed char *channel_buf; local
3990 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3991 if (snd_BUG_ON(!channel_buf))
3993 if (copy_to_iter(channel_buf + pos, count, dst) != count)
4003 signed char *channel_buf; local
4005 channel_buf
[all...]

Completed in 162 milliseconds